get Deposit Folio
GET {{HostName}}/csh/v1/hotels/{{HotelId}}/depositFolio?id={{reservationId}}&fetchInstructions=ProjectedRevenue
Fetches the deposit folio data.
provide the ReservationNameID for the id paramter, which is mandatory to get the deposit folio details.
fetchInstrucation parameter is required to get the projected revenue details.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
id | string | ||
fetchInstructions | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelId | string | ||
x-app-key | string |