I am trying to create an envelope with composite templates using DocuSign SOAP based API call in my .net web application. First, I have created a template and recipient roles for the template in my DocuSign account. I can download the template and view the XML from the DocuSign UI.
Before I go ahead an create an envelope from the template, I need to assign recipients to specific roles at run time. In order to do so, I need to retrieve role information from the template at run time. I am looking into the SOAP/REST API guide for an API call that will allow me to retrieve role information and I checked the following API calls..
REST
- Get Template
SOAP
- RequestTemplate
- RequestTemplateWithDocumentFields
They do not return recipient role information. Is there an API call that will allow me to do so?