POST api/ParqueAguas/CancelarReserva

Request Information

URI Parameters

None.

Body Parameters

SolicitudCancelarReserva
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SolicitudCancelarReserva'.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.