POST api/AdminSettingsSystem/AdmGetCountryCompany

AdmGetCountryCompany

Request Information

URI Parameters

None.

Body Parameters

GetCountryCompany_Request
NameDescriptionTypeAdditional information
CompanyUUID

globally unique identifier

None.

CountryID

integer

None.

Search

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CompanyUUID": "5f2bb249-e56b-4362-8622-300ca2dec28c",
  "CountryID": 1,
  "Search": "e5793cf9-1cae-41db-81c6-a79d17f28270",
  "UserUUIDCur": "4cb28981-f2cf-4acf-90fd-283740036a2c"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]