Summary of an envelope update operation.
{ "$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" } } }