Successful response
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>",
},
],
};
Field | Type | Required | Description |
---|---|---|---|
recipients |
operations.RecipientCreateDocumentRecipientsRecipientResponse[] | ✔️ | N/A |