{ "opencollection": "1.0.0", "info": { "name": "BookingEngineApi Account notes Addresses API", "version": "v1" }, "items": [ { "info": { "name": "Addresses", "type": "folder" }, "items": [ { "info": { "name": "Get all addresses", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/addresses/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all addresses associated with the specified accounts within the enterprise. \nNote 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 addresses", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/addresses/add", "body": { "type": "json", "data": "{}" } }, "docs": "Adds one or more new addresses to the system and assigns them to specified accounts. Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property)." }, { "info": { "name": "Update addresses", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/addresses/update", "body": { "type": "json", "data": "{}" } }, "docs": "Updates one or more existing addresses in the system, assigned to specified accounts. Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property)." }, { "info": { "name": "Delete addresses", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/addresses/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Deletes one or more addresses in the system. Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property)." } ] } ], "bundled": true }