{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands TemplateDocumentFields API", "version": "v2.1" }, "items": [ { "info": { "name": "TemplateDocumentFields", "type": "folder" }, "items": [ { "info": { "name": "Docusign Gets the custom document fields for a an existing template document.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/templates/:templateId/documents/:documentId/fields", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "documentId", "value": "", "type": "path", "description": "The ID of the document being accessed." }, { "name": "templateId", "value": "", "type": "path", "description": "The ID of the template being accessed." } ] }, "docs": "Retrieves the custom document fields for an existing template document." }, { "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/documents/:documentId/fields", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "documentId", "value": "", "type": "path", "description": "The ID of the document being accessed." }, { "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 existing custom document fields in an existing template document.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/templates/:templateId/documents/:documentId/fields", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "documentId", "value": "", "type": "path", "description": "The ID of the document being accessed." }, { "name": "templateId", "value": "", "type": "path", "description": "The ID of the template being accessed." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates existing custom document fields in an existing template document." }, { "info": { "name": "Docusign Deletes custom document fields from an existing template document.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/templates/:templateId/documents/:documentId/fields", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "documentId", "value": "", "type": "path", "description": "The ID of the document being accessed." }, { "name": "templateId", "value": "", "type": "path", "description": "The ID of the template being accessed." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes custom document fields from an existing template document." } ] } ], "bundled": true }