Name | Description | Type | Additional Information |
---|---|---|---|
TicketGuid |
Provide a new UUID to save with the add of this STLM Scale Ticket |
globally unique identifier |
Required |
AssemblyGuid |
If provided will be used to get the Assembly (Paperclip) for this Scale Ticket |
globally unique identifier | |
AssemblyNumber |
When AssemblyGuid is null, will be used to look up the Assembly (Paperclip) in addition to the AssemblyLocationId |
string |
Max length: 20 |
AssemblyLocationId |
When AssemblyGuid is null, will be used to look up the Assembly (Paperclip) in addition to the AssemblyNumber |
string |
Max length: 6 |
TicketPrefix |
The Prefix to the Scale Ticket Number |
string |
Max length: 10 |
TicketNumber |
The Number portion of the Scale Ticket Number |
integer |
Cannot be negative |
TicketSuffix |
The Suffix to the Scale Ticket Number |
string |
Max length: 10 |
ConcatenatedScaleTicketNumber |
When the Prefix, Number, and Suffix are all null, will be used to parse and create the individual parts of the ticket that are saved in the database |
string |
Max length: 30 |
TicketDate |
The Date of the Scale Ticket |
string |
Required Format must be MM/dd/yyyy |
BasePrice |
When provided - the Base Price of the ticket used as the Spot Price for non-contracted 'Priced' dispositions |
decimal number |
Max of 4 decimal places |
FarmGuid |
When provided - the GUID of the farm to use for this Scale Ticket |
globally unique identifier | |
FieldGuid |
When provided - the GUID of the field to use for this Scale Ticket. If the farm is identified, this field must belong to that farm |
globally unique identifier | |
GrowerIdForFarmFieldLookup |
When the Farm or Field GUIDs are not provided - used to look up the GUIDs from the DB in addition to the FarmId and FieldId |
string |
Max length: 6 |
FarmId |
When the FarmGuid is null, will be used with the GrowerIdForFarmFieldLookup to get the GUID of the farm to use for this Scale Ticket |
string |
Max length: 8 |
FieldId |
When the FieldGuid is null, will be used with the GrowerIdForFarmFieldLookup to get the GUID of the field to use for this Scale Ticket. If the farm is identified, this field must belong to that farm |
string |
Max length: 8 |
LotNumber |
The Lot Number of the Scale Ticket |
string |
Max length: 30 |
GrossWeight |
Optional Gross Weight of the Scale Ticket |
integer | |
TareWeight |
Optional Tare Weight of the Scale Ticket |
integer | |
NetWeight |
The Net Weight of the Scale Ticket. IF the Gross or Tare Weights are included, this must calculate out from those values |
integer |
Required Cannot be negative |
GrossUnits |
The Gross Units of the Scale Ticket. IF the Gross or Tare Weights are included, this must calculate from the Net Weight / Commodity Lbs/Unit rounded to Commodity Decimal Accuracy |
decimal number |
Required Cannot be negative Max of 4 decimal places |
CommodityVariety |
The Commodity Variety of the Scale Ticket - will honor the requirement of this being required from the database |
string |
Max length: 50 |
BinGuid |
When provided - the GUID of the Bin of the Scale Ticket |
globally unique identifier | |
BinId |
When BinGuid is null - will be used to look up the identifier for the Bin of the Scale Ticket |
string |
Max length: 10 |
BOLNumber |
The BOL Number of the Scale Ticket |
string |
Max length: 15 |
FreightVendorGuid |
When provided - the GUID of the Freight Vendor of the Scale Ticket |
globally unique identifier | |
FreightVendorId |
When FreightVendorGuid is null - will be used to look up the identifer for the Freight Vendor of the Scale Ticket |
string |
Max length: 10 |
Comments |
The Comments of the Scale Ticket |
string |
Max length: 60 |
DirectShipped |
An indication of if the Scale Ticket was Direct Shipped or not |
boolean | |
ShippingDestinationGuid |
When provided - the GUID of the Shipping Destination - ONLY valid when DirectShipped is true |
globally unique identifier | |
ShippingDestinationId |
When ShippingDestinationGuid is null - will be used to look up the identifer for the Shipping Destination - ONLY valid when DirectShipped is true |
string |
Max length: 6 |
CustomerSplits |
List of customer splits of the Scale Ticket |
Collection of ClsStlmTicketAddSplit |
List cannot be empty |
GradeFactors |
List of grade factors of the Scale Ticket. Must exist on the commodity of the Assembly and not be duplicated. All grade factors from the Assembly Commodity will default with their default results. These will be used to override those values. The Premium Discount dollars will ONLY be recalculated when the PD Schedule is valid and the property "CalculatePremiumDiscountValueFromSchedule" is set to "true" |
Collection of ClsStlmTicketAddGradFact | |
FreightCharges |
List of Freight Vendors and the rate to charge. The quantity used will be the Gross Units of the Scale Ticket |
Collection of ClsStlmTicketAddFreight |