Zzepish
Zzepish

Reputation: 21

DocuSign field mandatory/not mandatory per REST request

I have a question: is it possible to choose a field to be mandatory or not mandatory per DocuSign REST request when we are forming an envelope?

In some cases I need field to be mandatory, in other - not (or even not usable)

Upvotes: 1

Views: 164

Answers (1)

Karan Kaushik
Karan Kaushik

Reputation: 865

Yes, document tabs have parameters required which can be set to true or false.

They also have the parameter readOnly which can also be set to true or false

The API reference has all the parameters in it

Upvotes: 1

Related Questions