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": "4372266c-5ac2-42df-b3fd-a3667c6c3c3c", "ProductUUIDCtryPD": "8f7c559d-2ea0-4cc2-9807-45f77ff9696b", "ProductIDLink": 1, "PromoQuantity": 1, "PromoQuantityMax": 1, "PromoDiscount": 1.1, "PromoDayMax": 1, "ProductPromoDActive": true, "UserUUIDCur": "2f6bc4b5-69ae-4360-97db-a11b5db143a8" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}