This action may lead to changes in the database

Do you want to continue?

Data Explorer

More

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

× The request was made Successfully! Check the result!.
× Error Something happen, the Api doesn't have a response.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"Time": "sample string 1",
"Error": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
},
"ErrorMessage": "sample string 2",
"Status": "sample string 3",
"Server": "sample string 4",
"Count": 1,
"FavoriteCounts": {
"CommCount": 1,
"PlanCount": 2,
"SpecCount": 3
},
"FavoriteFacets": {
"Cities": [
{
"MarketId": 1,
"Count": 1,
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Download File

Code Generator

Response Information

Returns a list of Cities by State and optionally by Brand

ApiResultModelOfIEnumerableOfApiCity
Name 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.