API

Use an API the interface with Booking Live.

API
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
API - Start Order
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
Create Hashstring and payload to call API
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
API - Get Order Details
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
API - Set order notification
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
API - Add To Order
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
API - Abort Order
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
API - Cancel Order
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
API - Complete Order
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
API - Get all orders by user Email
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