Docusign · Schema

CertifiedDelivery

A certified delivery recipient who must confirm receipt of the envelope documents.

AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignaturesE-Signature

Properties

Name Type Description
recipientId string
name string
email string
routingOrder string
status string
View JSON Schema on GitHub

JSON Schema

docusign-esignature-certified-delivery-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CertifiedDelivery",
  "type": "object",
  "description": "A certified delivery recipient who must confirm receipt of the envelope documents.",
  "properties": {
    "recipientId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "routingOrder": {
      "type": "string"
    },
    "status": {
      "type": "string"
    }
  }
}