{ "opencollection": "1.0.0", "info": { "name": "Mews Booking Engine API (Distributor) Account notes Cashier transactions API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "ClientToken", "value": "{{ClientToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Cashier transactions", "type": "folder" }, "items": [ { "info": { "name": "Mews Get All Cashier Transactions", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/cashierTransactions/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all cashier transactions. At least one of the filter parameters `CashierTransactionIds` or `CreatedUtc` must be specified in the request. Note this operation uses [Pagination](../guidelines/pagination.md) and supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property/)." } ] } ], "bundled": true }