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": "3d27340b-9759-4b1e-a98b-cb1ffdb1a433",
"CountryID": 1,
"Search": "3455df84-e96f-4ccd-b276-a7bd4c559021",
"UserUUIDCur": "05c437e1-d31b-4aee-af11-cefc531c9c6a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]