POST Address/getCity
Request Information
URI Parameters
None.
Body Parameters
cityQueryName | Description | Type | Additional information |
---|---|---|---|
proId | integer |
None. |
|
cityId | integer |
None. |
|
code | string |
None. |
|
userId | string |
None. |
|
wId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "proId": 1, "cityId": 2, "code": "sample string 3", "userId": "sample string 4", "wId": 5 }
application/xml, text/xml
Sample:
<cityQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pmddwApi.Models.Query"> <code>sample string 3</code> <userId>sample string 4</userId> <wId>5</wId> <cityId>2</cityId> <proId>1</proId> </cityQuery>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of mCityName | Description | Type | Additional information |
---|---|---|---|
CityID | integer |
None. |
|
CityName | string |
None. |
|
ProID | integer |
None. |
|
CitySort | integer |
None. |
|
TemID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "_CityID": 1, "_CityName": "sample string 1", "_ProID": 1, "_CitySort": 1, "_TemID": 1 }, { "_CityID": 1, "_CityName": "sample string 1", "_ProID": 1, "_CitySort": 1, "_TemID": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfmCity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pmddwApi.Models.dataModel"> <mCity> <_CityID>1</_CityID> <_CityName>sample string 1</_CityName> <_CitySort>1</_CitySort> <_ProID>1</_ProID> <_TemID>1</_TemID> </mCity> <mCity> <_CityID>1</_CityID> <_CityName>sample string 1</_CityName> <_CitySort>1</_CitySort> <_ProID>1</_ProID> <_TemID>1</_TemID> </mCity> </ArrayOfmCity>