GET api/getTiposTrabajo

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of getTiposTrabajo
NameDescriptionTypeAdditional 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"
  },
  {
    "titrId": 1,
    "tiauId": 1,
    "tipoTrabajoNombre": "sample string 2"
  }
]