Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 2.53 KB

recipientcreatedocumentrecipientsresponse.md

File metadata and controls

41 lines (35 loc) · 2.53 KB

RecipientCreateDocumentRecipientsResponse

Successful response

Example Usage

import { RecipientCreateDocumentRecipientsResponse } from "@documenso/sdk-typescript/models/operations";

let value: RecipientCreateDocumentRecipientsResponse = {
  recipients: [
    {
      role: "APPROVER",
      readStatus: "NOT_OPENED",
      signingStatus: "SIGNED",
      sendStatus: "SENT",
      id: 4432,
      documentId: 3084.15,
      templateId: 7899.45,
      email: "[email protected]",
      name: "<value>",
      token: "<value>",
      documentDeletedAt: "<value>",
      expired: "<value>",
      signedAt: "<value>",
      authOptions: {
        accessAuth: "ACCOUNT",
        actionAuth: "ACCOUNT",
      },
      signingOrder: 9274.7,
      rejectionReason: "<value>",
    },
  ],
};

Fields

Field Type Required Description
recipients operations.RecipientCreateDocumentRecipientsRecipientResponse[] ✔️ N/A