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": "ef77ec51-7516-4f0c-9152-c410ab197948",
"ProductTiming": 1,
"ProductPreviewTime": 1,
"ProductDurationH": 1,
"ProductPromoActive": true,
"FreezePrice": true,
"UserUUIDCur": "9515c511-8b7c-482f-9ff9-76659dc38219"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}