POST api/GuestInvoice/DeleteGuestInvoice

Request Information

URI Parameters

None.

Body Parameters

DeleteGuestInvoiceRequest
NameDescriptionTypeAdditional information
GuestInvoiceID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "GuestInvoiceID": 1
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.