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": "a67cf809-e543-4b32-b3e3-471b368e7d98",
"ProductTiming": 1,
"ProductPreviewTime": 1,
"ProductDurationH": 1,
"ProductPromoActive": true,
"FreezePrice": true,
"UserUUIDCur": "6fdfa440-a809-4f21-be13-ba350877605a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}