Details
| Name | Data Type | Is Nullable |
|---|---|---|
| Id | Integer | False |
| Direction | Integer | False |
| ReceiptDetailId | Integer | True |
| LocationId | Integer | True |
| PalletId | Integer | True |
| Quantity | Integer | False |
| Weight | Decimal | 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 |
| IsReplenishment | Boolean | False |
| LocationId::WarehouseLocation.ReferenceCode | String | False |
| LocationId::WarehouseLocation.Name | String | False |
| LocationId_FormattedValue | String | False |
| PalletId::Pallet.ReferenceCode | String | False |
| PalletId_FormattedValue | String | False |
| CreatedBy::User.FullName | String | False |
| CreatedBy_FormattedValue | String | False |
Object:
{
Id":####,Direction":####,
ReceiptDetailId":####,
LocationId":####,
PalletId":####,
Quantity":####,
Weight":###.##,
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,
IsReplenishment":True/False,
LocationId::WarehouseLocation.ReferenceCode":"abcABC123",
LocationId::WarehouseLocation.Name":"abcABC123",
LocationId_FormattedValue":"abcABC123",
PalletId::Pallet.ReferenceCode":"abcABC123",
PalletId_FormattedValue":"abcABC123",
CreatedBy::User.FullName":"abcABC123",
CreatedBy_FormattedValue":"abcABC123"
}