CustomFieldCommonFields
id_attr_typestring
The unique internal ID of this Custom Field definition (same as id field)
Example:
2DDD372DC4D3422D9E73F6DE936C4265attr_typestring
Datatype of the custom field. The basic types available are:
STRING- a variable-length string.CHAR- a fixed-length string. (The value may be padded with spaces.)NUMBER- a floating-point number.INTEGER- an integer (whole number).TIMESTAMP- a date and time, stored in Unix epoch format.DATE- a YYYYMMDD (F8) date.
In addition, most types can be modified with a prefix to indicate
whether they are "select lists" (ENUM or enumerated) or "multi-select
lists" (M_ENUM) which can take on multiple values.
Strings and char may also have a maximum length specified, such as
STRING_100.
Example:
STRING_100descriptionstring
Description of custom field
pnamestring
Name of custom field
Example:
Pay GroupCustomFieldCommonFields
{
"id_attr_type": "2DDD372DC4D3422D9E73F6DE936C4265",
"attr_type": "STRING_100",
"description": "string",
"pname": "Pay Group"
}