POST api/Invoice/DeleteReservationTotal
Request Information
URI Parameters
None.
Body Parameters
DeleteReservationTotalRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| reservationTotalID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"reservationTotalID": 1
}
application/xml, text/xml
Sample:
<DeleteReservationTotalRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <reservationTotalID>1</reservationTotalID> </DeleteReservationTotalRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.