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": "e319f3db-165f-49b1-8c86-ae4b408629ce",
  "CountryID": 1,
  "Search": "1e88a9f7-f19a-4ac4-a817-0aee62a510e0",
  "UserUUIDCur": "800cc599-d137-4e4e-808d-461a6663c26a"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]