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": "7f2f9196-4535-4c41-8d32-ab636b3eaa64",
"ProductUUIDCtryPD": "658aae2c-39a3-4c0f-8e3f-7462814c1aec",
"ProductIDLink": 1,
"PromoQuantity": 1,
"PromoQuantityMax": 1,
"PromoDiscount": 1.1,
"PromoDayMax": 1,
"ProductPromoDActive": true,
"UserUUIDCur": "5ae80c65-6135-4fe4-8658-578192e63777"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}