POST api/AdminProduct/GetProductPromoD
AdmGetProductPromoD
Request Information
URI Parameters
None.
Body Parameters
GetProductPromoD_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductUUIDCtryP | globally unique identifier |
None. |
|
| ProductUUIDCtryPD | globally unique identifier |
None. |
|
| ProductIDLink | integer |
None. |
|
| ProductPromoDActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductUUIDCtryP": "15990b12-6fb8-41d2-a58a-28115d64d5ee",
"ProductUUIDCtryPD": "eb4f2f07-b6e1-4260-b558-7e8092648a7b",
"ProductIDLink": 1,
"ProductPromoDActive": true,
"UserUUIDCur": "f4ee79ec-f228-4fb8-a357-28d49c818d8e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}