Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 2.55 KB

recipientcreatetemplaterecipientsresponse.md

File metadata and controls

41 lines (35 loc) · 2.55 KB

RecipientCreateTemplateRecipientsResponse

Successful response

Example Usage

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

let value: RecipientCreateTemplateRecipientsResponse = {
  recipients: [
    {
      role: "VIEWER",
      readStatus: "NOT_OPENED",
      signingStatus: "NOT_SIGNED",
      sendStatus: "NOT_SENT",
      id: 4633.83,
      documentId: 6134.75,
      templateId: 1733.11,
      email: "[email protected]",
      name: "<value>",
      token: "<value>",
      documentDeletedAt: "<value>",
      expired: "<value>",
      signedAt: "<value>",
      authOptions: {
        accessAuth: "ACCOUNT",
        actionAuth: "EXPLICIT_NONE",
      },
      signingOrder: 6654.99,
      rejectionReason: "<value>",
    },
  ],
};

Fields

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