{ "opencollection": "1.0.0", "info": { "name": "Routing Offer API", "version": "1.1 - 2022.04.27" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "routes", "type": "folder" }, "items": [ { "info": { "name": "Get routing for given origin and destination", "type": "http" }, "http": { "method": "GET", "url": "https://api.lufthansa-cargo.com/lhcargo/sales/booking/v3/getroutes", "params": [ { "name": "origin", "value": "", "type": "query", "description": "Departure airport: 3-letter IATA airport code, e.g. \"FRA\"" }, { "name": "destination", "value": "", "type": "query", "description": "Arrival airport: 3-letter IATA airport code e.g. \"HKG\"" }, { "name": "fromDate", "value": "", "type": "query", "description": "Departure date in local time of the departure airport. Based on LAT (Latest Acceptance Time): yyyy-MM-dd" }, { "name": "productCode", "value": "", "type": "query", "description": "Product code for requested service and specials" }, { "name": "freightersAndTrucksOnly", "value": "", "type": "query", "description": "Show freighter and truck connections only" } ] }, "docs": "Get routing for given origin and destination" } ] } ], "bundled": true }