Recipient Completed Date
This designates an area within the document to record the date when the recipient, identified byrecipient_key
, completed their action (for example, signing) within the envelope.
Example
For example, this is how to define a recipient completed date place for the recipient with the keyemployer
and the date format YYYY-MM-DD
:
Parameters
Specifies the type of place.For this kind of 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 one of the
recipient.key
values 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).Example
For example, this is how to define a place for the envelope completed date with the keyemployer
and the date format MM/DD/YYYY, HH:MM:SS
:
Parameters
Specifies the type of place.For this kind of 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.