POST api/Country/ListCity

Request Information

URI Parameters

None.

Body Parameters

GetCity
NameDescriptionTypeAdditional information
ct_id

integer

None.

ct_code

string

None.

ct_name

string

None.

ct_co_id

integer

None.

ct_status

string

None.

ct_switch

string

None.

start

integer

None.

length

integer

None.

ct_requested_by

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ct_id": 1,
  "ct_code": "sample string 1",
  "ct_name": "sample string 2",
  "ct_co_id": 1,
  "ct_status": "sample string 3",
  "ct_switch": "sample string 4",
  "start": 1,
  "length": 1,
  "ct_requested_by": 1
}

application/xml, text/xml

Sample:
<GetCity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <ct_co_id>1</ct_co_id>
  <ct_code>sample string 1</ct_code>
  <ct_id>1</ct_id>
  <ct_name>sample string 2</ct_name>
  <ct_requested_by>1</ct_requested_by>
  <ct_status>sample string 3</ct_status>
  <ct_switch>sample string 4</ct_switch>
  <length>1</length>
  <start>1</start>
</GetCity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.