{ "opencollection": "1.0.0", "info": { "name": "BookingEngineApi Account notes Bills API", "version": "v1" }, "items": [ { "info": { "name": "Bills", "type": "folder" }, "items": [ { "info": { "name": "Update bills", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/bills/update", "body": { "type": "json", "data": "{}" } }, "docs": "Updates one or more existing bills in the system. Closed bills cannot be updated. Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property/)." }, { "info": { "name": "Get all bills", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/bills/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all bills, optionally filtered by customers, identifiers and other filters. Note this operation uses [Pagination](https://mews-systems.gitbook.io/connector-api/guidelines/pagination/)." }, { "info": { "name": "Get bill PDF", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/bills/getPdf", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a PDF version of the specified bill. In case it's not possible to return PDF immediately, you must retry the call later while providing the unique event identifier that is returned from the first invocation." }, { "info": { "name": "Add bill", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/bills/add", "body": { "type": "json", "data": "{}" } }, "docs": "Creates new empty bill assigned to specified account. Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property)." }, { "info": { "name": "Delete bill", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/bills/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Removes selected bills. Bill must be empty, otherwise it's not possible to delete it. Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property)." }, { "info": { "name": "Close bill", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/bills/close", "body": { "type": "json", "data": "{}" } }, "docs": "Closes a bill so no further modification to it is possible. Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property)." } ] } ], "bundled": true }