I am working on DocuSign api integration with my application [Rest using xml]. I need to use the In person signing feature. And I am looking for the sample request data [xml] for the envelope including the In person signing tag.
Thanks
I am working on DocuSign api integration with my application [Rest using xml]. I need to use the In person signing feature. And I am looking for the sample request data [xml] for the envelope including the In person signing tag.
Thanks
Copyright © 2021 Jogjafile Inc.
When using the
inPersonSigner
recipient type there's some extra parameters you need to set (in addition to regular signer params). For in-person you need to set thehostName
,hostEmail
, andsignerName
recipient parameters, with thesignerEmail
being optional.If using DocuSign REST API + XML format here's what the request looks like:
And if using DocuSign REST API + JSON format you can use this: