GET - Documents

GET Shipment Documents

The GET /document/upload Endpoint allows the retrieval of a given's shipment uploaded documents in the 10-4 Freight Portal.

The GET /document/upload Endpoint has multiple parameter values that can be used as the {shipmentReference}. These values can be found below:

1. FreightProviderReferenceNumber
2. TenFourLicensePlate

The CREATE HTTP Endpoint for shipment tracking is listed below:

HTTP Verb: GET
URI: /atlas/frexapi/shipment/document/get/
Authentication: Validation Through Request Parameters

Success Response:

[
  {
    "DocumentFileName": "TestFile.jpg",
    "DocumentLabelType": "POD",
    "DocumentPostedDate": "2017-11-21T18:48:30+00:00",
    "DocumentDescription": "Proof of Delivery",
    "DocumentDownloadLink": "shipment/document/getDocumentFileDownload?documentId=1937961"
  }
]