Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Docusign Multipart Request To Create Envelope using java SDK

I am trying to create envelopes (including the document and envelope definition) using Docusign java SDK. But all the docusign examples show the uploading of documents as Base64 encoded strings embedded in JSON request body.

Does the java SDK allows uploading documents in binary internally using multipart requests ?

Can someone point me to an example that uploads docs as multipart request to Docusign using Docusign java SDK?

like image 607
Sajit Gupta Avatar asked May 21 '26 20:05

Sajit Gupta


1 Answers

Unfortunately the DocuSign SDKs only support the base64 encoded documents and do not support adding docs/creating envelopes using the multipart/form-data request.

I believe this is on the roadmap for DocuSign but not sure when, however the SDKs are open source so if someone code's it up they might be able to create a PR to add to the source if DS can accept it.

like image 176
Ergin Avatar answered May 24 '26 10:05

Ergin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!