Details
Name | Data Type | Is Nullable |
---|---|---|
Id | Integer | False |
OrderId | Integer | False |
ProductId | Integer | False |
Quantity | Integer | False |
Weight
If entering a mixed product the weight must be the total weight, not the per unit weight |
Decimal | True |
PrintPickList | Boolean | False |
ChangedPrice | Boolean | False |
Price | Decimal | False |
ZeroPrice | Boolean | False |
ZeroServiceFee | Boolean | False |
ChangedServiceFee | Boolean | False |
ServiceFee | Decimal | False |
PickedCompleteDate | DateTime | True |
PickedCompleteBy | Integer | True |
PickedQuantity | Integer | True |
PickedWeight | Decimal | True |
DetailNotes | String | False |
Temperature | Decimal | 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::Product.IsMixedProduct | Boolean | False |
ProductId_FormattedValue | String | False |
PickedCompleteBy::User.FullName | String | False |
PickedCompleteBy_FormattedValue | String | False |
Object:
{
Id":####,OrderId":####,
ProductId":####,
Quantity":####,
Weight":###.##,
PrintPickList":True/False,
ChangedPrice":True/False,
Price":###.##,
ZeroPrice":True/False,
ZeroServiceFee":True/False,
ChangedServiceFee":True/False,
ServiceFee":###.##,
PickedCompleteDate":"MM-dd-yyyy hh:mm:ss",
PickedCompleteBy":####,
PickedQuantity":####,
PickedWeight":###.##,
DetailNotes":"abcABC123",
Temperature":###.##,
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::Product.IsMixedProduct":True/False,
ProductId_FormattedValue":"abcABC123",
PickedCompleteBy::User.FullName":"abcABC123",
PickedCompleteBy_FormattedValue":"abcABC123"
}