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.
Request Information
URI Parameters
None.
Body Parameters
GenerateSecureLabelLinkRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Waybill | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Waybill": "sample string 1"
}
application/xml, text/xml
Sample:
<GenerateSecureLabelLinkRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DCB_API"> <Waybill>sample string 1</Waybill> </GenerateSecureLabelLinkRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.