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": "70dc7835-b7fb-4808-b038-ee500c46a7d0",
"ProductIDCtryLink": 1,
"ProductPromoDCActive": true,
"UserUUIDCur": "467e99da-6014-41aa-b8b2-5a09611be637"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]