Details
Name | Data Type | Is Nullable |
---|---|---|
Id | Integer | False |
ReceiptDetailId | Integer | True |
WarehouseId | Integer | True |
ProductId | Integer | True |
OriginalQuantity | Integer | False |
IsPrinted | Boolean | False |
CreatedOn | DateTime | False |
CreatedBy | Integer | False |
ModifiedOn | DateTime | False |
ModifiedBy | Integer | False |
InactiveOn | DateTime | True |
InactiveBy | Integer | True |
IsInactive | Boolean | False |
ReferenceCode | String | False |
WarehouseId::Warehouse.ReferenceCode | String | False |
WarehouseId::Warehouse.Name | String | False |
WarehouseId_FormattedValue | String | False |
ProductId::Product.ReferenceCode | String | False |
ProductId::Product.Name | String | False |
ProductId_FormattedValue | String | False |
Object:
{
Id":####,ReceiptDetailId":####,
WarehouseId":####,
ProductId":####,
OriginalQuantity":####,
IsPrinted":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,
ReferenceCode":"abcABC123",
WarehouseId::Warehouse.ReferenceCode":"abcABC123",
WarehouseId::Warehouse.Name":"abcABC123",
WarehouseId_FormattedValue":"abcABC123",
ProductId::Product.ReferenceCode":"abcABC123",
ProductId::Product.Name":"abcABC123",
ProductId_FormattedValue":"abcABC123"
}