Details

Name Data Type Is Nullable
Id Integer False
GrantAllocationId Integer False
ProductCategoryId Integer False
ApplyToServiceFee Boolean False
ApplyToCost Boolean False
Comment String False
CreatedOn DateTime False
CreatedBy Integer False
ModifiedOn DateTime False
ModifiedBy Integer False
InactiveOn DateTime True
InactiveBy Integer True
IsInactive Boolean False
ProductCategoryId::ProductCategory.Name String False
ProductCategoryId_FormattedValue String False

Object:

{
    Id":####,
    GrantAllocationId":####,
    ProductCategoryId":####,
    ApplyToServiceFee":True/False,
    ApplyToCost":True/False,
    Comment":"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,
    ProductCategoryId::ProductCategory.Name":"abcABC123",
    ProductCategoryId_FormattedValue":"abcABC123"
}