POST api/AdminProduct/SaveProductPromo
AdmSaveProductPromo
Request Information
URI Parameters
None.
Body Parameters
SaveProductPromo_RequestName | 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": "2cb11dad-f8d4-4e50-8559-e7c561430323", "ProductTiming": 1, "ProductPreviewTime": 1, "ProductDurationH": 1, "ProductPromoActive": true, "FreezePrice": true, "UserUUIDCur": "67c586a1-7fcb-49d0-bf6e-b46e6ba8c96b" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}