Skip to content

UpdateLeadFieldRequest

Type: object

Properties

Property Type Required Description Constraints
input array Yes Single lead field for input

Generated example

{
  "input": [
    {
      "displayName": "Example name",
      "description": "string",
      "isHidden": false,
      "isHtmlEncodingInEmail": false,
      "isSensitive": false
    }
  ]
}

Referenced models

Source

Generated from swagger-mapi.json.