{ "opencollection": "1.0.0", "info": { "name": "Oracle Transportation Management Business Object Resources REST Carriers Rates API", "version": "26b.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.oracle.com/oauth2/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Rates", "type": "folder" }, "items": [ { "info": { "name": "List rate records", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/GC3/glog.integration.servlet.WMServlet/otm/rest/v1/rates", "params": [ { "name": "carrierGid", "value": "", "type": "query" }, { "name": "effectiveDate", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns freight rate records applicable to lanes and carriers." } ] } ], "bundled": true }