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": "ff29efcd-cbbf-4193-8b81-9b8b85b12cfc",
"ProductUUIDCtryPD": "feba8ffe-2e45-4d9f-8496-facd98314184",
"ProductIDLink": 1,
"PromoQuantity": 1,
"PromoQuantityMax": 1,
"PromoDiscount": 1.1,
"PromoDayMax": 1,
"ProductPromoDActive": true,
"UserUUIDCur": "ea322c3c-b4c0-488c-92eb-983f43e82a59"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}