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