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": "bca7c070-3c18-41ac-ba97-17447fac0344",
"ProductUUIDCtryPD": "d8f1a400-6b55-426d-a60a-4cc4bf49e0d0",
"ProductIDLink": 1,
"ProductPromoDActive": true,
"UserUUIDCur": "0a9e7c14-a8f3-408c-b3ea-bfb92ac1c459"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}