CreateLeadFieldRequest¶
Type: object
Properties¶
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
input |
array |
Yes | List of lead fields for input |
Generated example¶
{
"input": [
{
"displayName": "Example name",
"name": "Example name",
"description": "string",
"dataType": "boolean",
"isHidden": false,
"isHtmlEncodingInEmail": false,
"isSensitive": false
}
]
}
Referenced models¶
Source¶
Generated from swagger-mapi.json.