{ "opencollection": "1.0.0", "info": { "name": "Mews Booking Engine API (Distributor) Account notes Company contracts API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "ClientToken", "value": "{{ClientToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Company contracts", "type": "folder" }, "items": [ { "info": { "name": "Mews Get All Company Contracts", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/companyContracts/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all contracts between the enterprise and other companies.\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": "Mews Add Company Contracts", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/companyContracts/add", "body": { "type": "json", "data": "{}" } }, "docs": "Adds one or more company contracts." }, { "info": { "name": "Mews Update Company Contracts", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/companyContracts/update", "body": { "type": "json", "data": "{}" } }, "docs": "Updates one or more company contracts." }, { "info": { "name": "Mews Delete Company Contracts", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/companyContracts/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Deletes one or more company contracts. Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property/)." } ] } ], "bundled": true }