Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 773 Bytes

File metadata and controls

29 lines (14 loc) · 773 Bytes

sendx.RestRCustomField

Properties

Name Type Description Notes
id String Unique field identifier with field_ prefix [optional]
name String Custom field name [optional]
type Number Field data type. Values: - `0` - Text (max 255 characters) - `1` - Number (integer or decimal) - `2` - Date (YYYY-MM-DD format) - `3` - Boolean (true/false) - `4` - Phone number (international format) [optional]
description String Field description for documentation [optional]

Enum: TypeEnum

  • 0 (value: 0)

  • 1 (value: 1)

  • 2 (value: 2)

  • 3 (value: 3)

  • 4 (value: 4)