DELETE api/getTiposTrabajo/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
getTiposTrabajo| Name | Description | Type | Additional information |
|---|---|---|---|
| titrId | integer |
None. |
|
| tiauId | integer |
None. |
|
| tipoTrabajoNombre | string |
String length: inclusive between 0 and 255 |
Response Formats
application/json, text/json
Sample:
{
"titrId": 1,
"tiauId": 1,
"tipoTrabajoNombre": "sample string 2"
}