Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 7.81 KB

fieldupdatedocumentfieldresponse.md

File metadata and controls

43 lines (37 loc) · 7.81 KB

FieldUpdateDocumentFieldResponse

Successful response

Example Usage

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

let value: FieldUpdateDocumentFieldResponse = {
  type: "INITIALS",
  id: 4615.62,
  secondaryId: "<id>",
  documentId: 3723.26,
  templateId: 2178.8,
  recipientId: 286.11,
  page: 712.57,
  customText: "<value>",
  inserted: false,
  fieldMeta: {
    type: "dropdown",
  },
};

Fields

Field Type Required Description
type operations.FieldUpdateDocumentFieldTypeResponse ✔️ 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.FieldUpdateDocumentFieldFieldMetaUnion ✔️ N/A