{ "opencollection": "1.0.0", "info": { "name": "BookingEngineApi Account notes Accounts API", "version": "v1" }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Update accounts", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/accounts/update", "body": { "type": "json", "data": "{}" } }, "docs": "Updates one or more existing accounts in the system. Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property)." }, { "info": { "name": "Upload and link file to account", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/accounts/addFile", "body": { "type": "json", "data": "{}" } }, "docs": "Attaches the specified file to the account. \r\n\r\nAllowed MIME types: `application/pdf`, `image/bmp`, `image/gif`, `image/jpeg`, `image/png`, `image/tiff`.\r\n\r\nNote this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/guidelines/multi-property)." }, { "info": { "name": "Merge accounts", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/accounts/merge", "body": { "type": "json", "data": "{}" } }, "docs": "Merges two or more accounts of the same account type together. The given source accounts will be merged into the given target account and the merged account will keep the target account ID." } ] } ], "bundled": true }