Details
| Name | Data Type | Is Nullable |
|---|---|---|
| Id | Integer | False |
| AllocationBatchHeaderId | Integer | False |
| AllocationGroupId | Integer | False |
| ProductId | Integer | False |
| AllocationPercent | Decimal | False |
| Quantity | Integer | False |
| QuantityAccepted | Integer | False |
| IsComplete | Boolean | False |
| QuantityTransfered | Integer | False |
| QuantityOrdered | Integer | False |
| OrderDetailId | Integer | True |
| WarehouseTransferId | Integer | True |
| GroupLimit | Integer | False |
| DeliveriesPerPeriod | Integer | False |
| CountAsOne | Integer | False |
| Bonus | Boolean | False |
| PickupDate | DateTime | True |
| CancelDate | DateTime | True |
| CreatedOn | DateTime | False |
| CreatedBy | Integer | False |
| ModifiedOn | DateTime | False |
| ModifiedBy | Integer | False |
| InactiveOn | DateTime | True |
| InactiveBy | Integer | True |
| IsInactive | Boolean | False |
| ProductId::Product.ReferenceCode | String | False |
| ProductId::Product.Name | String | False |
| ProductId_FormattedValue | String | False |
Object:
{
Id":####,AllocationBatchHeaderId":####,
AllocationGroupId":####,
ProductId":####,
AllocationPercent":###.##,
Quantity":####,
QuantityAccepted":####,
IsComplete":True/False,
QuantityTransfered":####,
QuantityOrdered":####,
OrderDetailId":####,
WarehouseTransferId":####,
GroupLimit":####,
DeliveriesPerPeriod":####,
CountAsOne":####,
Bonus":True/False,
PickupDate":"MM-dd-yyyy hh:mm:ss",
CancelDate":"MM-dd-yyyy hh:mm:ss",
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,
ProductId::Product.ReferenceCode":"abcABC123",
ProductId::Product.Name":"abcABC123",
ProductId_FormattedValue":"abcABC123"
}