This action may lead to changes in the database
Do you want to continue?
Data Explorer
Request Information
Retrieves a list of Cities by State.
Parameters:
- PartnerId
- State
- BrandId
- Unpublished
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
partnerId |
Partner Id |
integer |
Required |
state |
State Abbr |
string |
Required |
brandId |
Optional Brand Id |
integer |
Default value is 0 |
unpublished |
Whether it will retrieve UnPublished Data |
boolean |
Default value is False |
Response
Code Generator
Response Information
Returns a list of Cities by State and optionally by Brand
ApiResultModelOfIEnumerableOfApiCityName | Description | Type | Additional information |
---|---|---|---|
Time | string |
None. |
|
Error | Exception |
None. |
|
ErrorMessage | string |
None. |
|
Status | string |
None. |
|
Server | string |
None. |
|
Count | integer |
None. |
|
FavoriteCounts | ApiFavoriteCounts |
None. |
|
FavoriteFacets | ApiFavoriteFacets |
None. |
|
Result | List of ApiCity |
None. |
|
VerboseLogger | List of IVerboseLogger |
None. |
GET
api/v2/Detail/CitiesInState?partnerId={partnerId}&state={state}&brandId={brandId}&unpublished={unpublished}