POST api/huesped/checkout

Request Information

URI Parameters

None.

Body Parameters

Reserva_CheckOut
NameDescriptionTypeAdditional information
Reserva_Out

Reserva_Out

None.

Request Formats

application/json, text/json

Sample:
{
  "Reserva_Out": {
    "Huesped_Out": {
      "token": "sample string 1",
      "reserva": "sample string 2",
      "identificacion": "sample string 3"
    }
  }
}

application/xml, text/xml

Sample:
<Reserva_CheckOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiContler.ModelsROut">
  <Reserva_Out>
    <Huesped_Out>
      <identificacion>sample string 3</identificacion>
      <reserva>sample string 2</reserva>
      <token>sample string 1</token>
    </Huesped_Out>
  </Reserva_Out>
</Reserva_CheckOut>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />