Skip to content
Andrew Jones edited this page Mar 17, 2020 · 1 revision

Request Url: /apis/reservations?size=15&index=1&term=&bookingstatus=3&propertyids=&repid=&balancestatus=&taskstatus=-1&orderDateFrom=&orderDateTo=&checkinfrom=&checkinto=&IncludeBookingTags=&LocationId=&ExcludeBookingTags=&Sort=CreateDate&SortDirection=desc&modifiedTimeFrom=2015-12-05&modifiedTimeTo=2016-12-05

  • Sort can be CreateDate,CheckIn.

  • SortDirection can be asc,desc.

  • BookingStatus

  • 1 Blockout
  • 2 Provisional
  • 3 Booking
  • 4 Cancelled
  • contactIDs Search by single contact or multiple contacts
  • orderDateFrom & orderDateTo Search based on order date of the booking
  • checkinfrom & checkinto Search based on check in date
  • LocationId Filter bookings by location
  • IncludeBookingTags Include bookings that have been tagged with x
  • ExcludeBookingTags Exclube bookings that have been tagged with x
  • modifiedTimeFrom & modifiedTimeTo Monitor booking changes to update in real time
  • bookingID : You can search by &bookingID=1234 to bring back an exact bookingID

Response:

Formatted JSON Data
{
   "BookingId":8843,
   "ExternalReservationID":null,
   "PropertyId":14591,
   "OrderTime":"2020-03-11T16:04:09.8230000Z",
   "ModifiedTime":"2020-03-11T16:04:09.8230000Z",
   "CheckIn":"2020-03-19",
   "CheckOut":"2020-03-26",
   "Country":"United Kingdom",
   "Currency":"£",
   "RenterAmount":700.00,
   "BookingFee":50.00,
   "BookingFeeVAT":8.33,
   "HolidayExtras":0.00,
   "InsuranceTotal":0.00,
   "AgentCommission":0.00,
   "Discount":0.00,
   "PaymentCharges":0.00,
   "Compensation":0.00,
   "RenterBalance":0.00,
   "Commission":700.00,
   "CommissionVAT":140.00,
   "SecurityDeposit":100.00,
   "RenterTotal":750.00,
   "PropertyTypes":[

   ],
   "RatePerDay":107.14,
   "Status":"Active",
   "Source":"Returning Guest",
   "BookingTags":[

   ],
   "Pets":0,
   "BookingStatusId":3,
   "HolidayExtrasOrdered":[

   ],
   "TransactionID":null
}
Clone this wiki locally