DELETE api/TipoRotativos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TipoRotativos| Name | Description | Type | Additional information |
|---|---|---|---|
| TipoRotativosID | integer |
None. |
|
| Tipo | string |
Required String length: inclusive between 0 and 100 |
|
| Codigo | string |
Required String length: inclusive between 0 and 10 |
|
| TipoEmpleadosID | integer |
None. |
|
| Tecnico | boolean |
None. |
|
| EmpresasID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TipoRotativosID": 1,
"Tipo": "sample string 2",
"Codigo": "sample string 3",
"TipoEmpleadosID": 4,
"Tecnico": true,
"EmpresasID": 6
}