Connectors
Dispatch Platform connector

get_quote

Evaluate tariffs for a synthetic route and return per-vehicle prices without creating a booking.
POSTRead-onlyLive read

Parameters

Parameter Type Required Notes
srcstringRequired

Quote source.

APPWEBDISPATCH

address_idintegerRequired

Pickup address ID, or 0 when coordinates identify it.

via1_idintegerOptional

Optional first via address ID.

via2_idintegerOptional

Optional second via address ID.

destination_idintegerRequired

Destination address ID, or 0 when coordinates identify it.

postcodestringRequired

Pickup postal code.

via1_postcodestringOptional

Optional first via postal code.

via2_postcodestringOptional

Optional second via postal code.

destination_postcodestringRequired

Destination postal code.

account_idintegerRequired

Account ID used for tariff precedence.

prebookingintegerRequired

Whether the quote is for a prebooking.

01

locationsarrayRequired

Ordered route coordinates as latitude,longitude strings.

site_idintegerRequired

Operational site ID.

extrasstringOptional

Optional extras token.

datestringRequired

Pickup date and time.

distancenumberRequired

Estimated route distance.

passengersintegerRequired

Passenger count.

vehicle_groupstringRequired

Requested vehicle group.

vehicle_typestringRequired

Requested vehicle type key.

multi-quoteintegerRequired

Whether to return multiple vehicle quotes.

01

This tool maps to a Dispatch Platform REST endpoint. Live responses come from the connected dispatch system, so no example payload is shown here.