action lufthansa_baggage_trip_and_contact { label: "Baggage Trip and Contact" description: "Retrieve passenger trip, contact and baggage details. This service is only accessible for LH privileged partners" provider: lufthansa method: GET path: "/baggage/baggagetripandcontact/{searchID}" encoding: json input: { type: "object" properties: { Accept: { type: "string" } searchID: { type: "string" } } required: ["Accept", "searchID"] additionalProperties: false } output: { type: "string" } }