Name | Description | Type | Additional Information |
---|---|---|---|
TicketNumber |
Ticket number of the delivery ticket |
integer |
Required If auto numbering is turned on send 0. Otherwise, send the delivery ticket number. Must be filled out and numeric Range: inclusive between 0 and 2147483647 |
LocationID |
ID of the location of the ticket |
string |
Required Max length: 6 |
TicketDate |
Date of the ticket |
string |
Data type: DateTime Format must be MM/dd/yyyy |
GrowerID |
Agvance customer ID of the field - used with FieldID |
string |
Max length: 6 |
FieldID |
Agvance ID of the field - used With GrowerID |
string |
Max length: 8 |
FieldGUID |
Globally Unique Identifier of the field |
globally unique identifier |
(Hexadecimal 8-4-4-4-12) |
Comments |
User entered comment |
string |
Max length: 80 |
MiniBulkTF |
Idicates whether the ticket is for an order that is considered a Mini Bulk ticket |
boolean |
Must be 0, 1, True, or False |
TicketType |
Delivery status of the delivery ticket - Pickup or Delivered |
string |
Required Max length: 10 Valid options: Delivered or Pickup. |
ShipVia |
Mode of transportation for the ticket |
string |
Max length: 25 |
County |
County the product on the ticket is being shipped to |
string |
Max length: 60 |
Territory |
Territory identifier if the ship to location is in Canada |
string |
Max length: 15 |
ShipTo |
Selected ship to address of the customer to identify where the product on the ticket is being shipped to |
string |
Max length: 50 |
AdditionalComments |
Additional user entered comments for this ticket |
string |
Max length: 240 |
ControlNumber |
User entered alternative identifier of the ticket |
string |
Max length: 10 |
SalesmanID |
ID of the salesperson associated with the ticket |
string |
Max length: 15 |
CustomAppliedTF |
Indicates whether the products on the ticket will be custom applied or not - True = customer applied, False = not customer applied |
boolean |
Must be 0, 1, True, or False |
LoadedTF |
Indicates if the ticket has affected inventory balances yet or not - True = loaded so inventory quantities have been affected, False = not loaded so inventory quantities have not been affected yet |
boolean |
Must be 0, 1, True, or False |
CustomerPONumber |
Customer’s purchase order reference number tied to the ticket |
string |
Max length: 20 |
CropID |
ID of the crop the products on the ticket are being used for |
string |
Max length: 15 |
FederalPermit |
Federal permit for restricted products on the ticket |
string |
Max length: 60 |
OnHoldTF |
Indicates if the ticket is ready to be invoiced - True = not ready to be invoiced, False = ready to be invoiced |
boolean |
Must be 0, 1, True, or False |
Acres |
Number of acres the product was applied to |
decimal number |
Max length: 8 Max of 3 decimal places |
AuthorizedAgent |
Selected authorized agent from the customer's contact list - as returned from the Post Customerlist method of the API |
string |
Max length: 50 |
RePackedTF |
Indicates if products on the ticket are being repackaged by the retailer - True or False |
boolean |
Must be 0, 1, True, or False |
UnitType |
Type of unit used for the application |
string |
Max length: 1 Valid options: T for Tons, H for Hect, M for Tonne, F for 1000 SQFT, A for Acres. |
ADJobStatus |
Dispatch Job Status |
string |
Max length: 10 |
PrintMethod |
Type of Print Method for Roll Up |
string |
Max length: 10 Valid options: 1 for No Roll Up, 2 for Roll Up Prices and Product Names, 3 for Roll Up Prices Only, 4 for Roll Up Prices and Product Names (Include Tax), 5 for Roll Up Prices Only (Include Tax), 6 for Roll Up Prices Only, Supress Quantities, 7 for Roll Up Prices Only, Supress Quantities (Include Tax). |
ADDateScheduled | string |
Data type: DateTime Format must be MM/dd/yyyy |
|
ADTimeScheduled | string |
Data type: DateTime Must be valid time format |
|
ADPriority |
Dispatch priority of the ticket |
integer |
Range: inclusive between 0 and 5 |
LoadedDate |
Date the ticket was marked as loaded to affect inventory |
string |
Data type: DateTime Format must be MM/dd/yyyy |
ADDateRequested |
Dispatch date requested |
string |
Data type: DateTime Format must be MM/dd/yyyy |
ADTimeRequested |
Dispatch time requested |
string |
Data type: DateTime Must be valid time format |
AssignedToUserID |
User ID of the person the ticket is assigned to |
string |
Max length: 3 |
Signature |
The Base64 string of the Signature Image to be saved with the Delivery Ticket |
string | |
SignatureDateTimeStamp |
Date and time that the signature was captured - example: "SignatureDateTimeStamp": "2017-09-06T20:00:00.000" - if the timezone offset or Zulu "Z" is included, this will save the local time of our API servers |
date | |
FreightVendorGuid |
Globally Unique Identifier for the freight vendor |
globally unique identifier |
(Hexadecimal 8-4-4-4-12) |
FreightCalculationMethod |
Calculation method for the freight amount. Valid options: Unit for Estimated $/Unit, Total for Estimated Total $. |
string |
Max length: 20 |
FreightAmount |
Cost of freight |
decimal number |
Max of 4 decimal places |
TicketSplitAdd |
List of customers on the ticket and what percentage is assigned to them |
Collection of clsDelSplitAdd |
List cannot be empty |
TicketDetailAdd |
List of products on the ticket |
Collection of clsDelLIAdd |
List cannot be empty |
TicketApplicatorAdd |
List of applicators and vehicles on the ticket |
Collection of clsDelApplAdd |
JSON list name must be TicketApplicatorAdd. |
StatePermitsAdd |
List of state permits for the first split customer on the ticket |
Collection of clsDelPermitAdd | |
PosOverridesAdd |
List of override reasons for each customer that has a reason |
Collection of clsPosOverridesAdd |