POST api/AdminProduct/SaveProductPromo
AdmSaveProductPromo
Request Information
URI Parameters
None.
Body Parameters
SaveProductPromo_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| ProductUUIDCtryP | globally unique identifier |
None. |
|
| ProductTiming | integer |
None. |
|
| ProductPreviewTime | integer |
None. |
|
| ProductDurationH | integer |
None. |
|
| ProductPromoActive | boolean |
None. |
|
| FreezePrice | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"ProductUUIDCtryP": "93459d85-9ece-4eba-893f-ce54ecb4a4e7",
"ProductTiming": 1,
"ProductPreviewTime": 1,
"ProductDurationH": 1,
"ProductPromoActive": true,
"FreezePrice": true,
"UserUUIDCur": "a6f2d807-172b-4c65-845c-de201a7bead5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}