Overview

Docusign save bean

Summary

This method is used to update the envelope locally envelopeId: envelopeId, parentType: recordType, parentId: recordId, status: status,

Request Arguments

Name Type Description Required
envelopeId String The envelope id in DocuSign of the envelope to save true
parentType String Parent module ie the module where the envelope was created from. true
parentId String Parent module id ie the id of the record where the envelope was created from. true
status String Envelope status, as it comes from DocuSign true

Response

true

Change Log

Version Change
v11_16 Added /DocuSign/saveBean POST endpoint.