POST api/PoncheCliente
Request Information
URI Parameters
None.
Body Parameters
PoncheClienteModel| Name | Description | Type | Additional information |
|---|---|---|---|
| codponche | integer |
None. |
|
| codcliente | string |
None. |
|
| fecha | string |
None. |
|
| hora | string |
None. |
|
| tipo | integer |
None. |
|
| horareal | string |
None. |
|
| cerrado | boolean |
None. |
|
| coordenadas | string |
None. |
|
| comentario | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"codponche": 1,
"codcliente": "sample string 2",
"fecha": "sample string 3",
"hora": "sample string 4",
"tipo": 5,
"horareal": "sample string 6",
"cerrado": true,
"coordenadas": "sample string 8",
"comentario": "sample string 9"
}
application/xml, text/xml
Sample:
<PoncheClienteModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiMobileInfoplus.Models"> <cerrado>true</cerrado> <codcliente>sample string 2</codcliente> <codponche>1</codponche> <comentario>sample string 9</comentario> <coordenadas>sample string 8</coordenadas> <fecha>sample string 3</fecha> <hora>sample string 4</hora> <horareal>sample string 6</horareal> <tipo>5</tipo> </PoncheClienteModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
JsonResultOfResponseModelOfPoncheClienteModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | ResponseModelOfPoncheClienteModel |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.