POST api/GuestInvoice/RDDRefundedSwitch

Request Information

URI Parameters

None.

Body Parameters

RDDRefundedSwitchRequest
NameDescriptionTypeAdditional information
reservationID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "reservationID": 1
}

application/xml, text/xml

Sample:
<RDDRefundedSwitchRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <reservationID>1</reservationID>
</RDDRefundedSwitchRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.