POST api/AdminProduct/GetProductCountryByUuid

AdmGetProductCountry by Uuid

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": "022744b3-c3f6-4b81-913b-96526f73d904"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}