API
Use an API the interface with Booking Live.
This section lists all APIs that can be accessed through the BookingLive platform and how to be authenticated. Authentication BookingLive is usin...
Mon, 27 Jan, 2020 at 2:56 PM
APIStartOrder Start a new order All orders created have standard website behaviour applied to them so they will be Pending until completed via the API and w...
Tue, 28 Jan, 2020 at 9:41 AM
In this article we will explain how to create a payload and hashstring to access the BookingLive API To do so first we need to add a secret key in the syst...
Mon, 27 Jan, 2020 at 2:56 PM
APIGetOrderDetails This method returns details on a requested order. /api/plain/?type=APIGetOrderDetails&[payload]&HashString=[hashstring] URL ...
Mon, 27 Jan, 2020 at 2:56 PM
APIOrderNotification This method allows you to set an order notification for email and SMS /api/plain/?type=APIOrderNotification&[payload]&HashS...
Tue, 28 Jan, 2020 at 9:53 AM
APIAddToOrder This method takes order items in the payload and returns order information or nothing /api/plain/?type=APIAddToOrder&[payload]&Ha...
Mon, 27 Jan, 2020 at 2:57 PM
APIAbortOrder Call to abort an order - this might be because you have made errors and you wish to ensure there are no pending items remaining in the syste...
Mon, 27 Jan, 2020 at 2:57 PM
APICancelOrder Call to cancel an order and send email of cancellation. /api/plain/?type=APICancelOrder&[payload]&HashString=[hashstring] URL P...
Mon, 27 Jan, 2020 at 2:57 PM
APICompleteOrder Call to Complete an Order /api/plain/?type=APICompleteOrder&[payload]&HashString=[hashstring] URL Parameters Field TypeDes...
Mon, 27 Jan, 2020 at 2:57 PM
APIGetOrdersByEmail Returns all orders for a specific user email /api/plain/?type=APIGetOrdersByEmail&[payload]&HashString=[hashstring] URL P...
Mon, 27 Jan, 2020 at 2:57 PM