{ "opencollection": "1.0.0", "info": { "name": "Egencia Receipt API", "version": "v1.0" }, "items": [ { "info": { "name": "receipts", "type": "folder" }, "items": [ { "info": { "name": "Fetch receipt for a booking item", "type": "http" }, "http": { "method": "GET", "url": "https://apis.egencia.com/openconnect/api/v1/receipts/:itemId", "params": [ { "name": "itemId", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://apis.egencia.com/auth/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "

Fetch receipt for a booking item

\n

Request Parameters

\n
\n \n \n \n \n \n \n \n \n \n \n \n \n
\n Attribute\n \n Type\n \n Description\n
bookingIdStringId corresponding to the trips summary for which you want to fetch " } ] } ], "bundled": true }