POST api/getTiposTrabajo
Request Information
URI Parameters
None.
Body Parameters
getTiposTrabajo| Name | Description | Type | Additional information |
|---|---|---|---|
| titrId | integer |
None. |
|
| tiauId | integer |
None. |
|
| tipoTrabajoNombre | string |
String length: inclusive between 0 and 255 |
Request Formats
application/json, text/json
Sample:
{
"titrId": 1,
"tiauId": 1,
"tipoTrabajoNombre": "sample string 2"
}
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"
}