Docusign · Example Payload

Docusign Esignature Envelope Example

AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

Docusign Esignature Envelope Example is an example object payload from Docusign, with 24 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

envelopeIdenvelopeUristatusstatusChangedDateTimeemailSubjectemailBlurbcreatedDateTimesentDateTimedeliveredDateTimecompletedDateTimevoidedDateTimevoidedReasondeclinedDateTimedocumentspurgeStatebrandIdcertificateUriisSignatureProviderEnvelopesigningLocationexpireEnabledexpireDateTimeexpireAfterautoNavigationanySigner

Example Payload

Raw ↑
{
  "envelopeId": "500123",
  "envelopeUri": "example_value",
  "status": "example_value",
  "statusChangedDateTime": "example_value",
  "emailSubject": "user@example.com",
  "emailBlurb": "user@example.com",
  "createdDateTime": "example_value",
  "sentDateTime": "example_value",
  "deliveredDateTime": "example_value",
  "completedDateTime": "example_value",
  "voidedDateTime": "example_value",
  "voidedReason": "example_value",
  "declinedDateTime": "example_value",
  "documents": [],
  "purgeState": "example_value",
  "brandId": "500123",
  "certificateUri": "example_value",
  "isSignatureProviderEnvelope": "example_value",
  "signingLocation": "example_value",
  "expireEnabled": "example_value",
  "expireDateTime": "example_value",
  "expireAfter": "example_value",
  "autoNavigation": "example_value",
  "anySigner": "example_value"
}