GET api/Relacionlab/getTipoContrato
Metodo para obtener todos los tipos de contrato
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Lista de la viewModel Mantenedor
Collection of Mantenedor| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| glosa | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"glosa": "sample string 2"
},
{
"$ref": "1"
}
]