Details

Name Data Type Is Nullable
Id Integer False
Position

The segment's position within the GL account number

Integer False
Name String False
Length

The number of characters required for values in this segment

Integer False
RequireNumericValues

When checked this allows only numbers to be entered into this segment

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

Object:

{
    Id":####,
    Position":####,
    Name":"abcABC123",
    Length":####,
    RequireNumericValues":True/False,
    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,
    IsMainAccount":True/False
}