{ "opencollection": "1.0.0", "info": { "name": "BookingEngineApi Account notes Accounting items API", "version": "v1" }, "items": [ { "info": { "name": "Accounting items", "type": "folder" }, "items": [ { "info": { "name": "Update accounting items", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/accountingItems/update", "body": { "type": "json", "data": "{}" } }, "docs": "Updates specified accounting items. You can use this operation to assign an accounting item to a different account or bill. Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property/).\r\n\r\n> **State Restrictions**: Only accounting items in specific states can be moved:\r\n> - **Order items**: Must be in `Open` state\r\n> - **Payments**: Must be in `Pending` state\r\n> \r\n> Attempting to move items in other states (e.g., `Closed`, `Inacti" }, { "info": { "name": "Get all accounting items", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/accountingItems/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Use [Get all payments](https://mews-systems.gitbook.io/connector-api/operations/payments#get-all-payments) and [Get all order items](https://mews-systems.gitbook.io/connector-api/operations/orderitems#get-all-order-items) instead." } ] } ], "bundled": true }