DCBOnlineWaybillSave

APIDescription
POST api/DCBOnlineWaybillSave

Creates a DCB Online/TMS draft waybill, saves parcel and invoice information, creates destination delivery sites and preserves operational shipment data without finalising the shipment to FreightWare.

WaybillDeletion

APIDescription
POST api/WaybillDeletion

Deletes an imported waybill from FreightWare and then marks it as deleted in DCB Online if it exists. FreightWare will only allow deletion if the waybill status is Imported. If the waybill does not exist in DCB Online, the DCB Online update is skipped.

eDocsPODExtractByRef

APIDescription
POST api/eDocsPODExtractByRef

Retrieves POD documents using a customer reference/order number. Searches one or more account numbers, finds matching DCB waybills, and returns each available POD as Base64 PDF.

FreightWareWaybillCreate

APIDescription
POST api/freightwarewaybillcreate/create

Creates operational shipment waybills in FreightWare including consignor details, consignee information, parcel item lines, dimensions, weights, routing information, service types and delivery instructions.

SuburbAndPostalCodeLookup

APIDescription
GET api/SuburbAndPostalCodeLookup?suburb={suburb}&postalCode={postalCode}

Resolves suburb, city, postal code, route code and hub information used for shipment validation, routing, delivery planning and FreightWare logistics processing. The endpoint supports suburb lookups, postal code lookups, or combined suburb and postal code validation searches.

eDocsPODExtractByBulk

APIDescription
POST api/eDocsPODExtractByBulk

Retrieves multiple POD PDF documents from eDocs using a supplied list of waybill numbers. The endpoint authenticates with eDocs using the supplied username and password, loops through each waybill number, retrieves each available POD PDF, adds the available PODs into one ZIP file, and returns the ZIP file as Base64. Maximum 50 waybill numbers are allowed per request.

eDocsPODExtract

APIDescription
POST api/eDocsPODExtract

Retrieves a POD PDF document from eDocs using the supplied username, password and waybill number, then returns the POD as a Base64 PDF response. The endpoint searches eDocs by the exact waybill number provided.

AdvancedTrackTrace

APIDescription
POST api/advancedtracktrace

Retrieves advanced FreightWare shipment tracking details including waybill information, consignor and consignee details, parcel information, operational tracking events, financial shipment status, delivery progress and POD visibility.

FreightWareQuickQuote

APIDescription
POST api/FreightWareQuickQuote

Returns a FreightWare shipment quote estimate based on shipment information, service type, consignment type, origin and destination routing, parcel dimensions, weights and volumetric calculations. REQUIRED HEADER: X-FreightWare : FreightWare Session Token

WaybillLabelExtract

APIDescription
POST api/waybilllabelextract/generatelink

Generate secure browser-accessible printable shipment labels including (X-FreightWare Required): โ€ข Route codes โ€ข QR codes โ€ข Parcel barcodes โ€ข Dimensions โ€ข Parcel weights โ€ข Consignee details โ€ข Waybill details REQUIRED HEADER: X-FreightWare : FreightWare Session Token FLOW: 1. Authenticate using: POST /api/freightwareauthentication/login 2. Use returned token in the X-FreightWare header 3. Call this endpoint to generate a temporary secure browser-accessible PDF label URL The returned URL expires automatically after 5 minutes.

PublicTrackAndTrace

APIDescription
GET api/PublicTrackAndTrace/{waybillNumber}

Public shipment tracking endpoint used to retrieve shipment status, tracking events, delivery progress, parcel information and POD visibility without authentication. The endpoint is designed for customer-facing tracking portals, websites, third-party integrations and public shipment visibility services.

DCBOnlineWaybillFin

APIDescription
POST api/DCBOnlineWaybillFin

Creates and finalises a DCB Online/TMS waybill, saves parcel and invoice information, and then uses the FreightWareWaybillCreate process to push and create the operational waybill in FreightWare.

FreightWareAuthentication

APIDescription
POST api/freightwareauthentication/login

Authenticates against FreightWare and returns a secure FreightWare session token used for protected FreightWare API operations.