POST api/ParqueAguas/CancelarReserva
Request Information
URI Parameters
None.
Body Parameters
SolicitudCancelarReserva| Name | Description | Type | Additional information |
|---|---|---|---|
| tipoDocumentoId | integer |
None. |
|
| numeroDocumento | integer |
None. |
|
| numeroComprobante | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"tipoDocumentoId": 1,
"numeroDocumento": 2,
"numeroComprobante": "sample string 3"
}
application/xml, text/xml
Sample:
<SolicitudCancelarReserva xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIMAPI.Models.ParqueAguas"> <NumeroComprobante>sample string 3</NumeroComprobante> <NumeroDocumento>2</NumeroDocumento> <TipoDocumentoId>1</TipoDocumentoId> </SolicitudCancelarReserva>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.