Details
| Name | Data Type | Is Nullable |
|---|---|---|
| Id | Integer | False |
| ReceiptDetailId | Integer | False |
| WarehouseLocationId | Integer | False |
| PalletId | Integer | True |
| Quantity | Integer | False |
| Weight | Decimal | False |
| CreatedOn | DateTime | False |
| CreatedBy | Integer | False |
| ModifiedOn | DateTime | False |
| ModifiedBy | Integer | False |
| InactiveOn | DateTime | True |
| InactiveBy | Integer | True |
| IsInactive | Boolean | False |
| WarehouseLocationId::WarehouseLocation.ReferenceCode | String | False |
| WarehouseLocationId::WarehouseLocation.Name | String | False |
| WarehouseLocationId_FormattedValue | String | False |
| PalletId::Pallet.ReferenceCode | String | False |
| PalletId_FormattedValue | String | False |
Object:
{
Id":####,ReceiptDetailId":####,
WarehouseLocationId":####,
PalletId":####,
Quantity":####,
Weight":###.##,
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,
WarehouseLocationId::WarehouseLocation.ReferenceCode":"abcABC123",
WarehouseLocationId::WarehouseLocation.Name":"abcABC123",
WarehouseLocationId_FormattedValue":"abcABC123",
PalletId::Pallet.ReferenceCode":"abcABC123",
PalletId_FormattedValue":"abcABC123"
}