Skip to content

Latest commit

 

History

History
52 lines (46 loc) · 10.2 KB

recipientcreatetemplaterecipientresponse.md

File metadata and controls

52 lines (46 loc) · 10.2 KB

RecipientCreateTemplateRecipientResponse

Successful response

Example Usage

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

let value: RecipientCreateTemplateRecipientResponse = {
  role: "VIEWER",
  readStatus: "OPENED",
  signingStatus: "REJECTED",
  sendStatus: "NOT_SENT",
  id: 2950.75,
  documentId: 6181.69,
  templateId: 2217.57,
  email: "[email protected]",
  name: "<value>",
  token: "<value>",
  documentDeletedAt: "<value>",
  expired: "<value>",
  signedAt: "<value>",
  authOptions: {
    accessAuth: "ACCOUNT",
    actionAuth: "ACCOUNT",
  },
  signingOrder: 2993.09,
  rejectionReason: "<value>",
};

Fields

Field Type Required Description
role operations.RecipientCreateTemplateRecipientRoleResponse ✔️ N/A
readStatus operations.RecipientCreateTemplateRecipientReadStatus ✔️ N/A
signingStatus operations.RecipientCreateTemplateRecipientSigningStatus ✔️ N/A
sendStatus operations.RecipientCreateTemplateRecipientSendStatus ✔️ N/A
id number ✔️ N/A
documentId number ✔️ N/A
templateId number ✔️ N/A
email string ✔️ N/A
name string ✔️ N/A
token string ✔️ N/A
documentDeletedAt string ✔️ N/A
expired string ✔️ N/A
signedAt string ✔️ N/A
authOptions operations.RecipientCreateTemplateRecipientAuthOptions ✔️ N/A
signingOrder number ✔️ The order in which the recipient should sign the document. Only works if the document is set to sequential signing.
rejectionReason string ✔️ N/A