Custom field definition
Each Record Type has a list of custom fields. You may need their definitions in order to properly populate your entities and transactions.
End Point
/customdielddefinition
GET
GET requests expect parameter of type Record Type. E.g CustomFieldDefinition?recordType=100 gets the custom field definitions for Item.
Properties
Property | Caption | Data Type |
Name | Name | String (50) |
Caption | Caption | String (50) |
DataType | Date Type Enum | String (50) |
FieldSize | Field Size | Int 32 |
IsRequired | Required | Boolean |
IsCalculated | Calculated | Boolean |
AllowClosedEditing | Allow editing when document is closed | Boolean |
Selections | Pick List | Array of String (50) |