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": "1964fe89-db4a-4458-a352-6efcdd57b271",
"ProductUUIDCtryPD": "36bcc960-9ae0-4d9c-9a18-9c60d49df187",
"ProductIDLink": 1,
"PromoQuantity": 1,
"PromoQuantityMax": 1,
"PromoDiscount": 1.1,
"PromoDayMax": 1,
"ProductPromoDActive": true,
"UserUUIDCur": "593c80d3-1d93-4c06-95d5-f99032be6d4c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}