简体   繁体   中英

How do update document tabs for a recipient via DocuSign Rest API?

I am attempting to use the the DocuSign REST API to update the value of a Text tab. The method I am using is PUT /v2/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId}/tabs

I am able to execute the method, I receive a success message from the DocuSign API, but the new value is not displayed in the document. I am passing in the account ID, evelopeID and recipient ID along with the tab ID (have also tried to use the tab label) in my request object that is passed to the API and in both scenarios the call completes with a success but the intended result of the tab value being updated does not occur.

Not all tab values can be updated.Some are calculated based on Recipients data and User Profile.

See this answer for more information.

Also see this answer

If you are trying to update a tab whose value can indeed be updated, then please add your request json to the question so that we can take a look.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM