GET api/MotivosAusencias
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MotivosAusencias| Name | Description | Type | Additional information |
|---|---|---|---|
| IdMotivo | integer |
None. |
|
| Motivo | string |
None. |
|
| Ausencias | Collection of Ausencias |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IdMotivo": 1,
"Motivo": "sample string 2"
},
{
"IdMotivo": 1,
"Motivo": "sample string 2"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.