PUT api/AplicaAlta
Request Information
URI Parameters
None.
Body Parameters
BajaEmpleadoViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
None. |
|
| numCia | integer |
None. |
|
| numEmp | integer |
None. |
|
| fech_baja | string |
None. |
|
| causa_baja | string |
None. |
|
| causa_bja_real | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"token": "sample string 1",
"numCia": 2,
"numEmp": 3,
"fech_baja": "sample string 4",
"causa_baja": "sample string 5",
"causa_bja_real": "sample string 6"
}
application/xml, text/xml
Sample:
<BajaEmpleadoViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebHuman.Modelos"> <causa_baja>sample string 5</causa_baja> <causa_bja_real>sample string 6</causa_bja_real> <fech_baja>sample string 4</fech_baja> <numCia>2</numCia> <numEmp>3</numEmp> <token>sample string 1</token> </BajaEmpleadoViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |