get Financial Postings Net Vat
GET {{HostName}}/csh/v1/hotels/{{HotelId}}/financialPostingsNetVat?reservationId={{ReservationId}}&folioWindowNo=1&startDate=YYYY-MM-DD&endDate=YYYY-MM-DD&limit=200&offset=0
Fetch the Financial Postings with Net and Vat included in the response. Limited to 31 days if startDate/endDate is not used. Included with OPERA version 22.4.0.0 and higher.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
reservationId | string | mandatory | |
folioWindowNo | number | mandatory | |
startDate | string | ||
endDate | string | ||
limit | number | ||
offset | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelId | string | ||
x-app-key | string |