POST api/AdminProduct/AdmGetProductPromoDCountry
AdmGetProductPromoDCountry
Request Information
URI Parameters
None.
Body Parameters
AdmGetProductPromoDCountry_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryID | integer |
None. |
|
| ProductUUIDCtryPD | globally unique identifier |
None. |
|
| ProductIDCtryLink | integer |
None. |
|
| ProductPromoDCActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CountryID": 1,
"ProductUUIDCtryPD": "5c3eb9ab-ddbc-41e9-ada4-8c985bfb7e27",
"ProductIDCtryLink": 1,
"ProductPromoDCActive": true,
"UserUUIDCur": "9a656e9c-eba2-4dc6-987e-74d1cb223ac3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]