DCBOnlineWaybillSave
| API | Description |
|---|---|
| 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
| API | Description |
|---|---|
| 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
| API | Description |
|---|---|
| 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
| API | Description |
|---|---|
| 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
| API | Description |
|---|---|
| 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
| API | Description |
|---|---|
| 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
| API | Description |
|---|---|
| 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
| API | Description |
|---|---|
| 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
| API | Description |
|---|---|
| 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
| API | Description |
|---|---|
| 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
| API | Description |
|---|---|
| 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
| API | Description |
|---|---|
| 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
| API | Description |
|---|---|
| POST api/freightwareauthentication/login |
Authenticates against FreightWare and returns a secure FreightWare session token used for protected FreightWare API operations. |