tags - #DocuSign API: Tab label update from API -
We are trying to bring a tab label of a template uisng API call and that is said succesfull, but we are required . An update to the tab label name using the API
Example:. While building tab labels in my DocuSign Administrator labels but the first name mentioned in the first name of the mapping label name is FirtsName
We can login and search for the template and correct the tab label name, but We are here to update using API call.
Please give a suggestion here ....
Yes, you Modify the current recipient tab via the DocuSign REST API. The API documentation describes the details you need to call (page 19): Page
format: HTTP method: parameter: example Request: / accounts / {accountId} / envelope / {envelopeId} / Recipients / {recipientId} / tab
XML, JSON
put
tabId (required)
put https: // {server} / restapi / {apiVersion} / accounting {{ACCOUNTID} / envelope / {envelopeId} / recipients / {recipientId} / tab X DocuSign-authentication: & Lt; DocuSignCredentials & gt; & Lt; Username & gt; {Name} & lt; / User Name & gt; & Lt; Password & gt; {Password} & lt; / Password & gt; & Lt; Integrato rkey & gt; {Integrator_key} & lt; / IntegratorKey & gt; & Lt; / DocuSignCredentials & gt; Accept: Application / Jason Content-Type: App / Jason ("Approval Tabs": [{tab & quot; Tab Info deleted & gt;}], "Title Tabs": [{tab information deleted & gt; ;}], "Sign Herbert's": [{tab & nbsp; tab information deleted & gt;}]}
Comments
Post a Comment