get AR Transactions
GET {{HostName}}/ars/v1/arTransactions?hotelIds={{HotelId}}&accounts={{AccountId}}&accountName={{AccountName}}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
hotelIds | string | ||
accounts | string | ||
endDate | null | ||
startDate | null | ||
fromAmount | null | ||
fromCurrencyCode | null | ||
toAmount | null | ||
toCurrencyCode | null | ||
guestName | null | ||
invoices | null | ||
folios | null | ||
fiscalBillNo | null | ||
accountName | string | ||
addresseName | null |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |