{ "opencollection": "1.0.0", "info": { "name": "BookingEngineApi Account notes Outlet items API", "version": "v1" }, "items": [ { "info": { "name": "Outlet items", "type": "folder" }, "items": [ { "info": { "name": "Get all outlet items", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/outletItems/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all outlet items of the enterprise that were consumed (posted) or will be consumed within the specified interval. If the `Currency` is specified, costs of the items are converted to that currency.\nNote this operation uses [Pagination](https://mews-systems.gitbook.io/connector-api/guidelines/pagination/) and supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property)." } ] } ], "bundled": true }