GET V2/Delivery/City?pid={pid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CityViewName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Code | string |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "Code": "sample string 2", "Name": "sample string 3" }, { "Id": 1, "Code": "sample string 2", "Name": "sample string 3" } ]