JSON API WEB

Job ID: 34229592

Budget: €8 – €30 EUR

we have software for booking we want connect it to our suppliers software for recieve booking directly into our dispatch system that we need to check how is that possible
Appendix H – Booking Transfer API
The Dispatch Booking Transfer API provides the ability to transfer one or more bookings from
a customer directly into Dispatch.
API Call
The transfer facility is available through a HTTP based API. The format of the transfer API
URL is:
https://dispatch.deversoftware.com/Dispatch/Transfer/ ?TransferFromReference=<from>&TransferToReference=<to>
API Authorisation
Type - Basic
Username - TRANSFERAPIUSER
Password - Transfer reference of the recipient
connection.setRequestProperty("Authorization", "Basic "+encodeBase64((username+":"+password).getBytes()));
API Call Parameters
TransferFromReference - Transfer reference of the sender
TransferToReference - Transfer reference of the recipient
In addition to the parameters the details of the booking(s) to be transferred should be passed
in JSON format (see below).
Partner XML API methods used to Confirm the Booking Request,Update PickUpTime/PickUpDate and Request List of Bookings. Although finished, it is not complete, and more information and features will be added as development continues.

A .zip file of supplementary files is available in the sidebar, you will need these to follow the examples in the following chapters.

While this document aims to be comprehensive and complete, this is unfortunately not the case for all readers. If you have a question that is not outlined in this document, please email XML Support

All requests should be send to https://partners.hoppa.com/xmlconf/
Related categories: XML JSON API