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": "35ad5c54-18f0-464e-b979-74e2d8c7cfe2",
  "CountryID": 1,
  "Search": "662a5eb7-ddd7-4030-a626-a8c8b48b1b42",
  "UserUUIDCur": "f84feab0-f072-4634-9af6-f4f4d5cdfd9e"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]