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": "21799a0c-d9ed-478f-9090-d429dd9e241f",
"ProductUUIDCtryPD": "3817f20d-9dbc-4546-959d-9543e66f1cca",
"ProductIDLink": 1,
"PromoQuantity": 1,
"PromoQuantityMax": 1,
"PromoDiscount": 1.1,
"PromoDayMax": 1,
"ProductPromoDActive": true,
"UserUUIDCur": "b921b132-f9c2-4825-8873-ac521b7f32e1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}