DELETE api/type_units/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
type_units| Name | Description | Type | Additional information |
|---|---|---|---|
| id_tu | decimal number |
None. |
|
| type_unit | string |
None. |
|
| capacity | integer |
None. |
|
| id_gt | integer |
None. |
|
| eth_code | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id_tu": 1.0,
"type_unit": "sample string 2",
"capacity": 1,
"id_gt": 1,
"eth_code": "sample string 3"
}
text/html
Sample:
{"id_tu":1.0,"type_unit":"sample string 2","capacity":1,"id_gt":1,"eth_code":"sample string 3"}
application/xml, text/xml
Sample:
<type_units xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/setadEskan"> <capacity>1</capacity> <eth_code>sample string 3</eth_code> <id_gt>1</id_gt> <id_tu>1</id_tu> <type_unit>sample string 2</type_unit> </type_units>