{ "opencollection": "1.0.0", "info": { "name": "Connector Account notes Cashier transactions API", "version": "v1" }, "items": [ { "info": { "name": "Cashier transactions", "type": "folder" }, "items": [ { "info": { "name": "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 }