Name | Description | Type | Additional Information |
---|---|---|---|
TicketGUID |
The GUID of the Scale Interface Tranaction. |
globally unique identifier | |
TicketNum |
The ticket number that displayed throughout Agvance |
string |
Required Max length: 10 |
AssemblyNum |
Read Only Assembly Number of the transaction |
string | |
LocationId |
The Location ID of the transaction |
string |
Required Max length: 6 |
CommodityId |
The Commodity ID of the transaction |
string |
Required Max length: 6 |
TicketDate |
The date of the scale ticket transaction (Date portion only) |
date |
Required |
CashPrice |
Spot cash price for the ticket |
decimal number |
Cannot be negative Max of 4 decimal places |
GrossWeight |
Gross Weight |
integer |
Required Cannot be negative |
GrossWeightCaptureDateTime |
The local date and time that the Gross Weight was captured |
date | |
TareWeight |
Tare Weight |
integer |
Required Cannot be negative |
TareWeightCaptureDateTime |
The local date and time that the Tare Weight was captured |
date | |
NetWeight |
Net Weight |
integer |
Required Cannot be negative |
DockPercent |
Read Only Dockage Percent |
decimal number | |
ShrinkPercent |
Read Only Shrink Percent |
decimal number | |
GrossUnits |
Gross amount in commodity units |
decimal number |
Required Cannot be negative Max of 4 decimal places |
DockUnits |
Dockage amount in commodity units |
decimal number |
Required Cannot be negative Max of 4 decimal places |
ShrinkUnits |
Shrink amount in commodity units |
decimal number |
Required Cannot be negative Max of 4 decimal places |
NetUnits |
Net amount in commodity units |
decimal number |
Required Cannot be negative Max of 4 decimal places |
Comment |
Comments for the ticket |
string |
Max length: 60 |
BinId |
The ID of the bin for the ticket |
string |
Max length: 10 |
DriverOn |
Indication of the driver being on the scale when it was weighed |
boolean |
Must be 0, 1, True, or False |
TransferredFlag |
Read Only Indication of the imported state into Grain |
boolean |
Must be 0, 1, True, or False |
VehicleDescription |
The description of the vehicle that is delivering the commodity |
string |
Max length: 30 |
Axles |
The number of axles of the vehicle delivering the commodity |
integer |
Cannot be negative |
WeighMaster |
Weighmaster of the ticket |
string |
Max length: 20 |
WeighMasterLicenseNumber |
The license number of the Weighmaster |
string |
Max length: 10 |
FarmUniqueId |
The farm unique id for the transaction |
integer |
Cannot be negative |
FarmName |
Read Only user friendly name of the farm referenced on this ticket |
string | |
GrowerId |
The Grower ID of the field - will only be used if the FieldId is populated |
string |
Max length: 6 |
FieldId |
The ID for the field to be saved with the ticket - requires the GrowerId to also be populated. IF the FarmUniqueId is populated, this field must be from that farm. |
string |
Max length: 8 |
FreightVendorId |
The ID of the Freight Vendor |
string |
Max length: 10 |
FreightVendorName |
The Name of the Freight Vendor - Allowed to exist without the FreightVendorId populated |
string |
Max length: 50 |
BillOfLadingNumber |
BOL Number |
string |
Max length: 15 |
ReadyForTransfer |
Ready for Transfer |
boolean |
Must be 0, 1, True, or False |
Voided |
Indicates if the ticket is Voided or not. To VOID a ticket in Agvance, set this to 'true' and call the PUT method. |
boolean |
Must be 0, 1, True, or False |
MoistureTesterCalibrationNumber |
Moisture tester calibration number |
string |
Max length: 20 |
IsApproximatedTestWeight |
Indication of if the test weight value is an approximate test weight or not |
boolean |
Must be 0, 1, True, or False |
CommodityVariety |
The commodity variety of the commodity |
string |
Max length: 50 |
BolTruckLicenseNum |
BOL Truck Plate # |
string |
Max length: 20 |
BolTrailerLicenseNum |
BOL Trailer Plate # |
string |
Max length: 20 |
BolLastHauledCommodityName |
BOL Last Hauled Commodity |
string |
Max length: 50 |
BolLastCleanoutDate |
BOL Cleanout Date (Date portion only) |
date | |
LastModifiedUTC |
Read Only date and time the transaction was last modified in UTC format |
date | |
Splits |
List of customers for the ticket |
Collection of ClsGrainScaleInterfaceSplitApi |
Required List cannot be empty |
GradeFactors |
List of grade factors for the ticket |
Collection of ClsGrainScaleInterfaceGradeFactorApi | |
FreightCharges |
List of freight charges for the ticket |
Collection of ClsGrainScaleInterfaceFrtChargeApi |