DELETE api/zones/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
zones| Name | Description | Type | Additional information |
|---|---|---|---|
| IdZone | integer |
None. |
|
| Zone | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdZone": 1,
"Zone": "sample string 2"
}
text/html
Sample:
{"IdZone":1,"Zone":"sample string 2"}
application/xml, text/xml
Sample:
<zones xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TWD_WEB.Models"> <IdZone>1</IdZone> <Zone>sample string 2</Zone> </zones>