Details

Name Data Type Is Nullable
Id Integer False
SystemStorageTypeId Integer False
Name String False
Description String False
CreatedOn DateTime False
CreatedBy Integer False
ModifiedOn DateTime False
ModifiedBy Integer False
InactiveOn DateTime True
InactiveBy Integer True
IsInactive Boolean False
SystemStorageTypeId::SystemStorageType.Name String False
SystemStorageTypeId_FormattedValue String False

Object:

{
    Id":####,
    SystemStorageTypeId":####,
    Name":"abcABC123",
    Description":"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,
    SystemStorageTypeId::SystemStorageType.Name":"abcABC123",
    SystemStorageTypeId_FormattedValue":"abcABC123"
}