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": "d23e749a-d64f-4cc2-894d-8b79338f9d8d"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]