{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands TemplateCustomFields API", "version": "v2.1" }, "items": [ { "info": { "name": "TemplateCustomFields", "type": "folder" }, "items": [ { "info": { "name": "Docusign Gets the custom document fields from a template.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/templates/:templateId/custom_fields", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "templateId", "value": "", "type": "path", "description": "The ID of the template being accessed." } ] }, "docs": "Retrieves the custom document field information from an existing template." }, { "info": { "name": "Docusign Creates custom document fields in an existing template document.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/templates/:templateId/custom_fields", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "templateId", "value": "", "type": "path", "description": "The ID of the template being accessed." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates custom document fields in an existing template document." }, { "info": { "name": "Docusign Updates envelope custom fields in a template.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/templates/:templateId/custom_fields", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "templateId", "value": "", "type": "path", "description": "The ID of the template being accessed." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the custom fields in a template.\n\nEach custom field used in a template must have a unique name." }, { "info": { "name": "Docusign Deletes envelope custom fields in a template.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/templates/:templateId/custom_fields", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "templateId", "value": "", "type": "path", "description": "The ID of the template being accessed." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes envelope custom fields in a template." } ] } ], "bundled": true }