GET api/ContractObject/ZipCode
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ZipCode| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| code | string |
None. |
|
| city | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"code": "sample string 2",
"city": "sample string 3"
},
{
"id": 1,
"code": "sample string 2",
"city": "sample string 3"
}
]