POST api/AdminProduct/SaveProductPromoD
AdmSaveProductPromoD
Request Information
URI Parameters
None.
Body Parameters
SaveProductPromoD_RequestName | Description | Type | Additional information |
---|---|---|---|
ProductUUIDCtryP | globally unique identifier |
None. |
|
ProductUUIDCtryPD | globally unique identifier |
None. |
|
ProductIDLink | integer |
None. |
|
PromoQuantity | integer |
None. |
|
PromoQuantityMax | integer |
None. |
|
PromoDiscount | decimal number |
None. |
|
PromoDayMax | integer |
None. |
|
ProductPromoDActive | boolean |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductUUIDCtryP": "05d4ff30-2cef-4f91-a1aa-b54cca942622", "ProductUUIDCtryPD": "35181f7c-4f83-4c3f-b3ce-db479d394a9e", "ProductIDLink": 1, "PromoQuantity": 1, "PromoQuantityMax": 1, "PromoDiscount": 1.1, "PromoDayMax": 1, "ProductPromoDActive": true, "UserUUIDCur": "7bb96501-b676-435a-a9a3-63e652e77459" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}