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": "e3b1a594-db82-4189-b448-74883dbdbd1f",
"CountryID": 1,
"Search": "7d4a7326-9081-4427-ad35-674657cd5d21",
"UserUUIDCur": "c4cd4038-0b14-4b66-8a4c-bbaa0a7dca18"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]