please reference:
https://www.docusign.com/blog/developers/dsdev-why-use-composite-templates
FreeLink/甫连信息
🌍 DocuSign Partner | Partner Profile
DocuSign 2024 APAC Reseller Growth Partner of the Year
The only DocuSign Partner globally certified as both a Certified eSignature Administrator and eSignature Technical Consultant.
DocuSign Community Leaderboard Top 5 contributor.
Expertise in DocuSign integrations with on-premises systems for leading enterprises across various industries.
Hello,
You can use the API Method TemplateDocuments Update: https://developers.docusign.com/docs/esign-rest-api/reference/templates/templatedocuments/update/
And use the following code:
{
"documents": s
{
"documentBase64": "Base64Document",
"documentId": "2",
"name": "Example.pdf",
"fileExtension": "pdf"
}
]
}
Thanks,