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": "9958ef97-a1a2-40e7-a0ff-e7e7954cac79",
"ProductUUIDCtryPD": "dd766ea5-15a3-4cfe-b9a4-f0b1a0d0b81b",
"ProductIDLink": 1,
"ProductPromoDActive": true,
"UserUUIDCur": "ce2482dc-c5a8-4530-8f1f-47d81d4cc7b9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}