POST api/rechum/postEntradasSalidas_Empleado
Request Information
URI Parameters
None.
Body Parameters
Collection of DatoEntradaSalida| Name | Description | Type | Additional information |
|---|---|---|---|
| FECHA | string |
None. |
|
| TIPO | string |
None. |
|
| HORA | string |
None. |
|
| EMPLEADO | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"FECHA": "sample string 1",
"TIPO": "sample string 2",
"HORA": "sample string 3",
"EMPLEADO": "sample string 4"
},
{
"FECHA": "sample string 1",
"TIPO": "sample string 2",
"HORA": "sample string 3",
"EMPLEADO": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfDatoEntradaSalida xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WS_Alerta_Inmobiliaria.Models">
<DatoEntradaSalida>
<EMPLEADO>sample string 4</EMPLEADO>
<FECHA>sample string 1</FECHA>
<HORA>sample string 3</HORA>
<TIPO>sample string 2</TIPO>
</DatoEntradaSalida>
<DatoEntradaSalida>
<EMPLEADO>sample string 4</EMPLEADO>
<FECHA>sample string 1</FECHA>
<HORA>sample string 3</HORA>
<TIPO>sample string 2</TIPO>
</DatoEntradaSalida>
</ArrayOfDatoEntradaSalida>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.