Enum Values
Here we describe enum values and what they mean. We use them at different levels: load, vehicle, Pick-up, and Delivery settings.
Pick-up and Delivery Date Restrictions:
"restriction": "NO_RESTRICTIONS"
All possible values:
NO_RESTRICTIONS
- No RestrictionsNOT_EARLIER
- No Earlier ThanNOT_LATER
- No Later thanNOT_EARLIER_NOT_LATER
- No earlier than no later than
Vehicle Operable Type
"operabelType": "OPERABLE"
All possible values:
OPERABLE
- OperableINOPERABLE
- Inoperable
Attachment Creator Type
"creatorType": "SHIPPER"
All possible values:
- `
SHIPPER
- Attachment created by the shipper CARRIER
- Attachment created by carrier
Attachment Shared With Type
"shareWith": "ALL"
All possible values:
CARRIER
- The attachment is shared with the carrierDRIVER
- The attachment is shared with the driverALL
- The attachment is shared with the carrier and driver
Payment Type
"paymentType": "COD"
All possible values:
COD
- Cash on DeliveryCOP
- Cash on Pick-upUSHIP
- uShipBILLING
- Billing
Payment Transaction Type
"paymentTransactionType": "CUSTOMER_TO_CARRIER"
All possible values:
CUSTOMER_TO_CARRIER
- Customer pays to carrierCARRIER_TO_SHIPPER
- The carrier pays the shipperSHIPPER_TO_CARRIER
- The shipper pays to carrier
Payment Method:
"paymentMethod": "CASH"
All possible values:
CASH
- CashBUSINESS_CHECK
- Business checkCASHIERS_CHECK
- Cashier's checkCERTIFIED_FUNDS
- Certified fundsCOMPANY_CHECK
- Company checkCOMCHECK
- ComcheckWIRE_TRANSFER
- Wire transferACH
- ACH
Payment Terms Begin Type
"paymentTermsBeginType": "ON_PICKUP"
All possible values:
ON_PICKUP
- On Pick-upON_DELIVERY
- On DeliveryON_BOL
- On receipt of signed BOL
Payment Terms Type
"paymentTermsType": "IMMEDIATE"
All possible values:
IMMEDIATE
- ImmediatelyTWO_DAYS
- 2 business daysFIVE_DAYS
- 5 business daysTEN_DAYS
- 10 business daysFIFTEEN_DAYS
- 15 business daysTHIRTY_DAYS
- 30 business days
Updated over 2 years ago