PUT api/MotivosAusencias/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
MotivosAusencias| Name | 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:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.