{ "opencollection": "1.0.0", "info": { "name": "J.B. Hunt 360 Connect Documents Orders API", "version": "1.0.0" }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Search Orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.jbhunt.com/orders", "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "fromDate", "value": "", "type": "query" }, { "name": "toDate", "value": "", "type": "query" } ] }, "docs": "Search and retrieve orders on the J.B. Hunt 360 platform." }, { "info": { "name": "Create Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.jbhunt.com/orders", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new transportation order on the J.B. Hunt 360 platform." }, { "info": { "name": "Get Order Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.jbhunt.com/orders/:orderId", "params": [ { "name": "orderId", "value": "", "type": "path" } ] }, "docs": "Retrieve details for a specific order." } ] } ], "bundled": true }