POST api/MotivosAusencias
Request Information
URI Parameters
None.
Body Parameters
MotivosAusenciasName | Description | Type | Additional information |
---|---|---|---|
IdMotivo | integer |
None. |
|
Motivo | string |
None. |
|
Ausencias | Collection of Ausencias |
None. |
Request Formats
application/json, text/json
Sample:
{ "IdMotivo": 1, "Motivo": "sample string 2" }
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
MotivosAusenciasName | 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" }
application/xml
Sample:
text/xml
Sample: