POST api/AdminProduct/GetProductCountry
AdmGetProductCountry
Request Information
URI Parameters
None.
Body Parameters
GetProductCountry_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| CountryID | integer |
None. |
|
| Barcode | string |
None. |
|
| Search | string |
None. |
|
| ProductIDCRM | integer |
None. |
|
| ProductActiveCtry | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"CountryID": 1,
"Barcode": "sample string 1",
"Search": "sample string 2",
"ProductIDCRM": 1,
"ProductActiveCtry": true,
"UserUUIDCur": "480cf93b-8bb9-4597-a30c-0f3fcf6aa8e2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]