{ "opencollection": "1.0.0", "info": { "name": "J.B. Hunt 360 Connect Documents API", "version": "1.0.0" }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "Get Documents", "type": "http" }, "http": { "method": "GET", "url": "https://api.jbhunt.com/documents", "params": [ { "name": "shipmentId", "value": "", "type": "query" } ] }, "docs": "Retrieve documents related to a J.B. Hunt shipment." }, { "info": { "name": "Upload Document", "type": "http" }, "http": { "method": "POST", "url": "https://api.jbhunt.com/documents", "body": { "type": "multipart-form", "data": [ { "name": "shipmentId", "type": "text", "value": "" }, { "name": "documentType", "type": "text", "value": "" }, { "name": "file", "type": "text", "value": "" } ] } }, "docs": "Upload a document related to a J.B. Hunt shipment, such as a bill of lading or proof of delivery." } ] } ], "bundled": true }