improved

Dispatch Availability - Co-ordinates format change

If you are using the Dispatch Availability endpoint the format to specify the co-ordinates has been simplified in line with the Create Order endpoint

This now accepts below;

"coordinates": {
   "longitude": 3.73361,
   "latitude": 51.03111
}

The previously documented format will continue to be supported as;

"coordinates": {
    "coordinates": [
        3.73361,
        51.03111
    ]
}