Quango
Quango

Reputation: 13458

How to set date format when sending DocuSign via REST API

I am using the DocuSign REST API via the DocuSign.eSign library on Nuget.

I am able to create and send an envelope via the rest API sandbox, and it all works except the SignedDate tab which is always in US date format.

I have set the Admin account I use to send the requests to UK format dates, but when the envelope is opened on DocuSign by a recipient the date is always in US format.

I also tried setting the language of the recipient to en_GB to see if that would work. Anyone else had this issue?

Upvotes: 2

Views: 1425

Answers (2)

Hayden C
Hayden C

Reputation: 33

Further to Luis' answer, it's worth noting that the format for 'dateSigned' tab is stored separately to the sender's date preference, and from the account's Regional Settings.

The dateSigned formatting settings can be found in Admin > Signing and Sending > Signing Settings.

Upvotes: 1

Luis
Luis

Reputation: 2702

The only way to set the format of the DocuSign dateSigned tab is through the admin console. Please ensure that you are creating an envelope for the same account in which you are also updating the format in the admin console.

Upvotes: 3

Related Questions