GET api/v1/IR/LoadCities/{secret}/{companyId}/{customerContentTypeId}/{deviceType}/{deviceModel}/{osVersion}/{screenName}
LoadCities we can get all the cities
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| secret |
this is the company password code to access the company data |
string |
Required |
| companyId |
company id we can get the data of that specific company |
string |
Required |
| customerContentTypeId |
This id shows the type of customer like 0 is for guest |
integer |
Required |
| deviceType |
which type of device calling this api |
string |
Required |
| deviceModel |
which model device has |
string |
Required |
| osVersion |
what is the Operation system of this device |
string |
Required |
| screenName |
from which screen this api is calling |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |