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": "82fe0556-cc04-455d-8f2a-9e649698d819",
"ProductTiming": 1,
"ProductPreviewTime": 1,
"ProductDurationH": 1,
"ProductPromoActive": true,
"FreezePrice": true,
"UserUUIDCur": "5b401d6e-51d4-4fd4-8016-003ec1a50593"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}