Docusign · Schema

Intermediary

An intermediary recipient who can forward the envelope to another person.

AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

Properties

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

JSON Schema

docusign-esignature-intermediary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Intermediary",
  "type": "object",
  "description": "An intermediary recipient who can forward the envelope to another person.",
  "properties": {
    "recipientId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "routingOrder": {
      "type": "string"
    },
    "status": {
      "type": "string"
    }
  }
}