Driver Location Updates icon

Driver Location Updates

(0 reviews)
Receive driver location updates.

home

Addison Lee can push Driver Location Updates to partners via HTTP POST.

Please enter in contact with your Account Manager if you are interested in receiving Driver Location Updates.

Description

Current driver location containing job and driver details.

Content Type

application/json

Response Example
{
    "status": "TRACKING",
    "job": {
        "id": "J0000012345656",
        "number": "345678",
        "uuid": "48222baa-07b5-44b0-bfa7-6b27ae432d44",
        "vendor": "0"
    },
    "allocation": {
        "type": "COURIER",
        "driver": {
            "callsign": "P60",
            "contact": "07491049851",
            "id": "55000000000006984",
            "name": "LEONARDO"
        },
        "vehicle": {
            "color": "Black",
            "model": "HONDA, CBF",
            "reg": "LG63UKY"
        }
    },
    "dates": {
        "event": "2017-04-03T16:44:18.113+01:00"
    },
    "geo": {
        "lat": 51.509926,
        "long": -0.128376,
        "time": "2017-04-03T16:44:18.113+01:00"
    },
    "heading": {
        "address": {
            "formatted_address": "Flat 2, 9 Charing Cross Road, London, WC2H 0EP",
            "geo" : {
                "lat" : 51.509983,
                "long" : -0.128613
            }
        },
        "estimates": {
            "distance": 4211,
            "time": "00:20:00"
        },
        "status": "ONWAY"
    }
}


ParametersDescription
statusThe name of the current status. TRACKING.
job.idThis is an unique job's ID on the host system.
job.numberThis is the job's number on the host system.
job.vendorThis is the partner's unique identifier.
job.uuidThis is the unique job's UUID informed by Addison Lee.
allocation.typeThe allocation type can be DRIVER or COURIER.
allocation.driver.nameName and surname of driver or courier.
allocation.driver.idUnique ID of driver or courier.
allocation.driver.callsignDriver's call sign.
allocation.driver.contactPhone number to contact the driver or courier.
allocation.vehicle.regunique registration plate of the vehicle.
allocation.vehicle.modelMaker and model of vehicle.
allocation.vehicle.colorColour of vehicle.
dates.eventTracking event date
geo.latThe latitude of the point in decimal degrees.
geo.longThe longitude of the point in decimal degrees.
geo.timeA specified date and time in the format ISO8601.
heading.address.formatted_addressThis is the stop address details.
heading.address.geo.latThe latitude of the stop address in decimal degrees.
heading.address.geo.longThe longitude of the stop address in decimal degrees.
heading.estimates.distanceThis is the distance remaining to stop address.
heading.estimates.timeThis is the time remaining to stop address.
heading.statusThe name of the current status can be: ONWAY, ARRIVED, ONBOARD

Reviews