{ "opencollection": "1.0.0", "info": { "name": "Mews Booking Engine API (Distributor) Account notes Billing automations API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "ClientToken", "value": "{{ClientToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Billing automations", "type": "folder" }, "items": [ { "info": { "name": "Mews Get All Billing Automations", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/billingAutomations/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all billing automations. Note this operation uses [Pagination](https://mews-systems.gitbook.io/connector-api/guidelines/pagination/) and supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property/)." }, { "info": { "name": "Mews Add Billing Automations", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/billingAutomations/add", "body": { "type": "json", "data": "{}" } }, "docs": "Adds billing automations." }, { "info": { "name": "Mews Update Billing Automations", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/billingAutomations/update", "body": { "type": "json", "data": "{}" } }, "docs": "Updates one or more existing billing automations." }, { "info": { "name": "Mews Update Billing Automations Assignments", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/billingAutomations/updateAssignments", "body": { "type": "json", "data": "{}" } }, "docs": "Add, update or remove billing automation assignments of a specific billing automation." }, { "info": { "name": "Mews Delete Billing Automations", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/billingAutomations/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Deletes specified billing automations." } ] } ], "bundled": true }