{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands Contacts API", "version": "v2.1" }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "Docusign Imports multiple new contacts into the contacts collection from CSV, JSON, or XML (based on content type).", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/contacts", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Docusign Imports multiple new contacts into the contacts collection from CSV, JSON, or XML (based on content type)." }, { "info": { "name": "Replaces contacts associated with an account for the DocuSign service.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/contacts", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replaces contacts associated with an account for the DocuSign service." }, { "info": { "name": "Delete contacts associated with an account for the DocuSign service.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/contacts", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete contacts associated with an account for the DocuSign service." }, { "info": { "name": "Docusign Gets a particular contact associated with the user's account.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/contacts/:contactId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "contactId", "value": "", "type": "path", "description": "The unique identifier of a person in the contacts address book." } ] }, "docs": "Docusign Gets a particular contact associated with the user's account." }, { "info": { "name": "Replaces a particular contact associated with an account for the DocuSign service.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/contacts/:contactId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "contactId", "value": "", "type": "path", "description": "The unique identifier of a person in the contacts address book." } ] }, "docs": "Replaces a particular contact associated with an account for the DocuSign service." } ] } ], "bundled": true }