Details

Name Data Type Is Nullable
Id Integer False
ParentProductId Integer False
Name String False
Description String False
QuantityPer Integer False
CreatedOn DateTime False
CreatedBy Integer False
ModifiedOn DateTime False
ModifiedBy Integer False
InactiveOn DateTime True
InactiveBy Integer True
IsInactive Boolean False
ParentProductId::Product.ReferenceCode String False
ParentProductId::Product.Name String False
ParentProductId_FormattedValue String False

Object:

{
    Id":####,
    ParentProductId":####,
    Name":"abcABC123",
    Description":"abcABC123",
    QuantityPer":####,
    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,
    ParentProductId::Product.ReferenceCode":"abcABC123",
    ParentProductId::Product.Name":"abcABC123",
    ParentProductId_FormattedValue":"abcABC123"
}