{ "opencollection": "1.0.0", "info": { "name": "WM Customer Activities Contacts API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "List contacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.wm.com/v1/customers/:customerId/contacts", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "Unique customer account identifier." } ] }, "docs": "Retrieve service and billing address and contact information on file for the account." }, { "info": { "name": "Show billing contact", "type": "http" }, "http": { "method": "GET", "url": "https://api.wm.com/v1/customers/:customerId/contacts/billing", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "Unique customer account identifier." } ] }, "docs": "Retrieve the billing contact - name, work phone, mobile phone, fax, email, and address - on file for the account." }, { "info": { "name": "Update billing contact", "type": "http" }, "http": { "method": "PUT", "url": "https://api.wm.com/v1/customers/:customerId/contacts/billing", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "Unique customer account identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the billing contact details on file for the account." }, { "info": { "name": "Update service contact", "type": "http" }, "http": { "method": "PUT", "url": "https://api.wm.com/v1/customers/:customerId/contacts/service", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "Unique customer account identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the service contact details on file for the account." } ] } ], "bundled": true }