Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 7.93 KB

fieldupdatedocumentfieldsfieldresponse.md

File metadata and controls

41 lines (36 loc) · 7.93 KB

FieldUpdateDocumentFieldsFieldResponse

Example Usage

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

let value: FieldUpdateDocumentFieldsFieldResponse = {
  type: "SIGNATURE",
  id: 1175.92,
  secondaryId: "<id>",
  documentId: 1075.03,
  templateId: 649.18,
  recipientId: 4720.23,
  page: 6389.86,
  customText: "<value>",
  inserted: false,
  fieldMeta: {
    type: "date",
  },
};

Fields

Field Type Required Description
type operations.FieldUpdateDocumentFieldsTypeResponse ✔️ N/A
id number ✔️ N/A
secondaryId string ✔️ N/A
documentId number ✔️ N/A
templateId number ✔️ N/A
recipientId number ✔️ N/A
page number ✔️ The page number of the field on the document. Starts from 1.
positionX any N/A
positionY any N/A
width any N/A
height any N/A
customText string ✔️ N/A
inserted boolean ✔️ N/A
fieldMeta operations.FieldUpdateDocumentFieldsFieldMetaUnion ✔️ N/A