POST api/AdminProduct/SaveProductPromoD
AdmSaveProductPromoD
Request Information
URI Parameters
None.
Body Parameters
SaveProductPromoD_Request| Name | 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": "5656d396-8484-4da3-a38f-d90b7a3726d2",
"ProductUUIDCtryPD": "a2ae5aa6-134a-4af8-9ffe-21a14fc17f18",
"ProductIDLink": 1,
"PromoQuantity": 1,
"PromoQuantityMax": 1,
"PromoDiscount": 1.1,
"PromoDayMax": 1,
"ProductPromoDActive": true,
"UserUUIDCur": "0d48295f-4931-400c-9b22-c388f5087b2a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}