Details

Name Data Type Is Nullable
Id Integer False
ReferenceCode String False
Name

Special characters are not allowed in the Name field. Only alpha and numeric characters are allowed.

String False
CreatedOn DateTime False
CreatedBy Integer False
ModifiedOn DateTime False
ModifiedBy Integer False
InactiveOn DateTime True
InactiveBy Integer True
IsInactive Boolean False
Position

The position of the dimension when displayed/used inline with the GL account (i.e. ECCA Payroll Import)

Integer True

Object:

{
    Id":####,
    ReferenceCode":"abcABC123",
    Name":"abcABC123",
    CreatedOn":"MM-dd-yyyy hh:mm:ss",
    CreatedBy":####,
    ModifiedOn":"MM-dd-yyyy hh:mm:ss",
    ModifiedBy":####,
    InactiveOn":"MM-dd-yyyy hh:mm:ss",
    InactiveBy":####,
    IsInactive":True/False,
    Position":####
}