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": "d0cb8a15-a3a9-4fc8-9f0c-2ea461ab7f2d",
"ProductIDCtryLink": 1,
"ProductPromoDCActive": true,
"UserUUIDCur": "1d4b695f-a1a3-4cf6-bd4f-76fbf8f0ee8f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]