Docusign · JSON Structure

Docusign Esignature In Person Signer Structure

Type: object Properties: 7
AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

InPersonSigner is a JSON Structure definition published by Docusign, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

recipientId hostName hostEmail signerName signerEmail routingOrder status

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "InPersonSigner",
  "type": "object",
  "properties": {
    "recipientId": {
      "type": "string"
    },
    "hostName": {
      "type": "string"
    },
    "hostEmail": {
      "type": "string"
    },
    "signerName": {
      "type": "string"
    },
    "signerEmail": {
      "type": "string"
    },
    "routingOrder": {
      "type": "string"
    },
    "status": {
      "type": "string"
    }
  }
}