Skip to main content
Version: v3

Update Custom Field By Id

PUT 

/custom-fields/:id

Update Custom Field By Id

info

Only supports Custom Objects and Company (Business) today. Will be extended to other Standard Objects in the future.

Request

Version stringrequired

API Version

Available optionsv3
id stringrequired
application/json

Bodyrequired

    locationIdstringrequired

    Location Id

    namestring

    Field name

    descriptionstring

    Description of the field

    placeholderstring

    Placeholder text for the field

    showInFormsbooleanrequired

    Whether the field should be shown in forms

    optionsobject[]

    Options for the field. Important: Providing options will completely replace the existing options array. You must include all existing options alongside any new options you wish to add. Removal of options is not supported through this update. Applicable only for SINGLE_OPTIONS, MULTIPLE_OPTIONS, RADIO, CHECKBOX, TEXTBOX_LIST types.

    acceptedFormatsstring

    Allowed file formats for uploads. Options include: .pdf, .docx, .doc, .jpg, .jpeg, .png, .gif, .csv, .xlsx, .xls, all

    Available options.pdf.docx.doc.jpg.jpeg.png.gif.csv.xlsx.xlsall
    maxFileLimitnumber

    Maximum file limit for uploads. Applicable only for fields with a data type of FILE_UPLOAD.

application/json

Successful response

Schema
    fieldobject