I’ve created a template and added a few custom fields on the template. I’ve applied a template on an empty envelope but I can’t seem to to able to update the custom fields on the envelope.
When I pull a list of custom fields on the envelope, all I’m getting is this.
An example is as below. I created a template with 3 custom fields on the top and apply the template to an empty envelope. When I try to get a list of custom fields on the envelope, its only returning a single textCustomField not 3. Am I supposed to add the custom fields in?
Forgot to mention I also tried EnvelopeDocumentFields:list and its also returning ]
@ShopBack - You either create your envelope from a template or just use the API to create the envelope. I think you are trying to do both on the same call. Can you try something like this on your PUT request?
PUT /v2.1/accounts/{accountId}/envelopes/{envelopeId}/custom_fields Content-Type: application/json
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.