Date Places
This designates an area within the document to record the date where a single recipient or all recipients completed a document.
Recipient Completed Date
This designates an area within the document to record the date when the recipient, identified by recipient_key
, completed their action (for example, signing) within the envelope.
For example, this is how to define a recipient completed date place for the recipient with the key employer
and the date format YYYY-MM-DD
:
Example
Parameters
Specifies the type of place.
For a signature place, the value must be recipient_completed_date
.
A user-provided key that identifies a place within a document.
It must be up to 32 characters long, using only lowercase letters, numbers, or underscores, and it must begin with a letter.
A user-provided key that identifies a recipient within an envelope.
It must match to one of the keys in the envelope’s recipient list.
Defines the format of the date, using MomentJS date format definitions.
The default format is D MMM YYYY
, which outputs as 31 Dec 2025.
Envelope Completed Date
This indicates a location within the document to capture the date when the entire envelope was completed, meaning all recipients have completed their actions (for example, signing).
For example, this is how to define a place for the envelope completed date with the key employer
and the date format MM/DD/YYYY, HH:MM:SS
:
Example
Parameters
Specifies the type of place.
For a signature place, the value must be envelope_completed_date
.
A user-provided key that identifies a place within a document.
It must be up to 32 characters long, using only lowercase letters, numbers, or underscores, and it must begin with a letter.
Defines the format of the date, using MomentJS date format definitions.
The default format is D MMM YYYY
, which outputs as 31 Dec 2025.
Was this page helpful?