GET api/ContractObject/ZipCode?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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"
}