{ "opencollection": "1.0.0", "info": { "name": "Mews Booking Engine API (Distributor) Account notes Bills API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "ClientToken", "value": "{{ClientToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Bills", "type": "folder" }, "items": [ { "info": { "name": "Mews 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": "Mews 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": "Mews Get Bill PDF", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/bills/getPdf", "body": { "type": "json", "data": "{}" } }, "docs": "Generates a PDF document of the specified bill. If the PDF cannot be returned immediately, retry the call later with the unique event identifier returned by the first invocation as `BillPrintEventId`.\r\n\r\nThis operation is subject to the [Mews Operations quota](https://help.mews.com/s/article/Quotas-in-Mews-Operations) \"Property Financial Document Print Event Weekly Count\". Each bill can be printed or previewed up to 30 times within 7 days. Requests that include an existing `BillPrintEventId` do " }, { "info": { "name": "Mews 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": "Mews 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": "Mews 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 }