Docusign · Schema

EnvelopeUpdateSummary

Summary of an envelope update operation.

AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

Properties

Name Type Description
envelopeId string The envelope ID.
bulkEnvelopeStatus object Bulk envelope status information, if applicable.
listCustomFieldUpdateResults array
recipientUpdateResults array
textCustomFieldUpdateResults array
View JSON Schema on GitHub

JSON Schema

docusign-esignature-envelope-update-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EnvelopeUpdateSummary",
  "type": "object",
  "description": "Summary of an envelope update operation.",
  "properties": {
    "envelopeId": {
      "type": "string",
      "description": "The envelope ID."
    },
    "bulkEnvelopeStatus": {
      "type": "object",
      "description": "Bulk envelope status information, if applicable."
    },
    "listCustomFieldUpdateResults": {
      "type": "array"
    },
    "recipientUpdateResults": {
      "type": "array"
    },
    "textCustomFieldUpdateResults": {
      "type": "array"
    }
  }
}