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": "46760caa-9232-4cb3-b8b8-d69c9ed43280",
"CountryID": 1,
"Search": "73602991-33fa-4e6d-97d3-8bc1089de02d",
"UserUUIDCur": "37cec78a-8685-4273-93ae-1b11c8a8d48e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]