Details

Name Data Type Is Nullable
Id Integer False
GlBudgetDetailId Integer False
GlDimensionValueId Integer False
Amount Decimal True
CreatedOn DateTime False
CreatedBy Integer False
ModifiedOn DateTime False
ModifiedBy Integer False
InactiveOn DateTime True
InactiveBy Integer True
IsInactive Boolean False
GlDimensionValueId::GlDimensionValue.Name String False
GlDimensionValueId_FormattedValue String False

Object:

{
    Id":####,
    GlBudgetDetailId":####,
    GlDimensionValueId":####,
    Amount":###.##,
    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,
    GlDimensionValueId::GlDimensionValue.Name":"abcABC123",
    GlDimensionValueId_FormattedValue":"abcABC123"
}