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": "99644088-fc7b-49d7-8afc-5c7ffba77835",
"ProductTiming": 1,
"ProductPreviewTime": 1,
"ProductDurationH": 1,
"ProductPromoActive": true,
"FreezePrice": true,
"UserUUIDCur": "bcbb104a-0339-44fa-9bb6-3d80cca4aa64"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}