{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands ENoteConfigurations API", "version": "v2.1" }, "items": [ { "info": { "name": "ENoteConfigurations", "type": "folder" }, "items": [ { "info": { "name": "Docusign Returns the configuration information for the eNote eOriginal integration.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/settings/enote_configuration", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ] }, "docs": "Docusign Returns the configuration information for the eNote eOriginal integration." }, { "info": { "name": "Docusign Updates configuration information for the eNote eOriginal integration.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/settings/enote_configuration", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Docusign Updates configuration information for the eNote eOriginal integration." }, { "info": { "name": "Docusign Deletes configuration information for the eNote eOriginal integration.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/settings/enote_configuration", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ] }, "docs": "Docusign Deletes configuration information for the eNote eOriginal integration." } ] } ], "bundled": true }