This documentation is for the v4 (stable) version of the API.
Invocation URL: /v4/psc/deliveryaddresscheckbylocation

Descripton:

Perform an address check on whom should deliver the parcel using latitude and longitude.

Parameters:

latitude - Latitude for the delivery.
longitude - Longitude for the delivery.

Returns:

A data structure. In JSON, it looks like:

{  
    result: {	
        delivery: {
            country: 'Australia',
            courierNo: '065',
            franchiseeCode: 'SYD',
            latitude: -33.794883,
            longitude: 151.225816
        }
    },
    generated_in: '113ms'    
}

Example:

https://ie.api.fastway.org/v4/psc/deliveryaddresscheckbylocation?latitude=-39.483800&longitude=176.894470&api_key=YOUR_API_KEY

Back to Price Service Calculator