POST api/AdminSettingsSystem/AdmGetCountryCompany
AdmGetCountryCompany
Request Information
URI Parameters
None.
Body Parameters
GetCountryCompany_Request| Name | Description | Type | Additional 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": "d268c287-4c6a-40ec-9f88-233f171bdc59",
"CountryID": 1,
"Search": "1a6100ce-6ee1-45ab-a826-937936620133",
"UserUUIDCur": "f05df2de-0386-4b63-a95c-a617cefa3787"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]