POST api/AdminProduct/GetProductCountry

AdmGetProductCountry

Request Information

URI Parameters

None.

Body Parameters

GetProductCountry_Request
NameDescriptionTypeAdditional 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": "ff211be7-d047-4596-9f9a-0e65c7f4e102"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]