Complete enterprise logistics API platform supporting FreightWare authentication, DCB Online OMS/TMS integrations, shipment processing, public shipment tracking, secure label rendering, POD extraction, route resolution, suburb intelligence, enterprise customer integrations, draft waybill processing, transport management workflows and enterprise logistics automation services.
POST /api/freightwareauthentication/login
Authenticates against FreightWare and returns a secure FreightWare session token. The returned token must be supplied in the X-FreightWare request header for all protected FreightWare API endpoints.
POST /api/freightwareauthentication/login
X-FreightWare : YOUR_SESSION_TOKEN
POST /api/freightwarewaybillcreate/create
Creates FreightWare shipment waybills including consignor details, consignee information, parcel items, dimensions, weights, references, routing data and service type information.
POST /api/freightwareauthentication/login
X-FreightWare
request header
POST /api/DCBOnlineWaybillSave
Enterprise transactional draft-save endpoint used for creating operational DCB ONLINE/TMS shipment records, delivery destination sites, parcel information, invoice references, shipment totals, volumetric calculations and operational delivery snapshots.
POST /api/advancedtracktrace
Retrieves advanced shipment tracking details including transport milestones, manifest movement, branch scans, delivery progress, parcel history and proof of delivery visibility.
GET /api/PublicTrackAndTrace/{waybillNumber}
Public-facing shipment tracking endpoint allowing customers, external platforms and third-party systems to retrieve shipment status, tracking milestones, delivery progress and POD information without authentication.
POST /api/FreightWareQuickQuote
Returns FreightWare shipment quote estimates using service type, parcel dimensions, route calculations, volumetric mass and shipment information.
POST /api/waybilllabelextract/generatelink
Generates secure browser-accessible shipment labels including QR codes, parcel barcodes, route codes, dimensions, consignee details and RDLC PDF rendering.
GET /api/eDocsPODExtract?waybill={waybill}
Retrieves archived proof of delivery documents directly from eDocs systems including signed POD PDFs and delivery documentation.
GET /api/SuburbAndPostalCodeLookup?suburb={suburb}&postalCode={postalCode}
Resolves suburb, postal code, route code and FreightWare hub information used for shipment routing, validation and logistics processing.