get Financial Postings
GET {{HostName}}/csh/v1/hotels/{{HotelId}}/financialPostings?limit=1000&offset=1&approvalStatusCode=A&approvalStatusCode=S&approvalStatusCode=D&startDate=2023-01-24&endDate=2023-03-15
API returns only the past 31 days transactions.
You need to pass the specific time frame, if you want to fetch the data past to 31 days.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cashierId | string | ||
limit | number | ||
offset | number | ||
approvalStatusCode | string | ||
approvalStatusCode | string | ||
approvalStatusCode | string | ||
startDate | string | ||
endDate | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelId | string | ||
x-app-key | string |