PUT api/MotivoTipoAsistencias/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
MotivoTipoAsistencias| Name | Description | Type | Additional information |
|---|---|---|---|
| MotivoTipoAsistenciasID | integer |
None. |
|
| Motivo | string |
Required String length: inclusive between 0 and 100 |
|
| Codigo | string |
Required String length: inclusive between 0 and 4 |
|
| Sigla | string |
Required String length: inclusive between 0 and 10 |
|
| TipoAsistenciasID | integer |
None. |
|
| EmpresasID | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"MotivoTipoAsistenciasID": 1,
"Motivo": "sample string 2",
"Codigo": "sample string 3",
"Sigla": "sample string 4",
"TipoAsistenciasID": 5,
"EmpresasID": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.