Banyan Technology LIVE Connect™
  1. EZ Rates
Banyan Technology LIVE Connect™
  • Version 3
    • Authentication
      • Retrieve a token
    • Shipments
      • Creating
        • Create a Full Shipment
        • Create an EZ Rate Shipment
      • Updating
        • Add Document(s) to a Shipment
        • Update a Shipment
        • Adds one or more Reference Numbers to a Shipment
        • Mark as Exported
      • Retrieving
        • Get a Shipment
        • Get multiple Shipments
        • Get Quotes
        • Get Reference Numbers for a Shipment
        • Get documents for the specified shipment.
      • Booking
        • Book a Shipment
        • Unbooks the awarded quote on the specified load.
      • Canceling
        • Cancels a shipment.
    • Invoice
      • Get multiple invoices
      • Mark as Exported
    • Tracking
      • Get tracking statuses
      • Mark as exported.
    • StaticData
      • Accessorials
      • Document Types
      • Equipment Types
      • Package Types
      • Limited Access Types
      • Size UOMs
      • Weight UOMs
      • Pay Types
      • Ship Types
      • Countries
      • Statuses
      • Service Modes
  • Version 2
    • Recommended Workflow
      • Rating
        • ImportForQuote
        • ImportForQuote_Sync
        • GetQuotes
      • Booking/Dispatching
        • BookLoad
      • Tracking
        • GetTrackingStatuses
      • Documents
        • GetDocuments
      • Invoices
        • GetInvoices
        • GetInvoicesWithLoadDetails
    • Additional Offerings
      • Cancelling
        • Cancel a Load
      • Updating
        • UpdateLoad
        • UpdateLoadStatus
        • UpdateShipmentsExport
      • Importing
        • PendingImport
        • ImportForBook
      • Manual Quotes
        • AddManualQuote
      • EZ Rates
        • EzRate
          POST
        • EzRate_Sync
          POST
      • Waterfall Tendering
        • StartWaterfallTendering
        • CancelWaterfallTendering
      • Unbooking
        • UnBookLoad
      • Additional Dispatching
        • DispatchLoad
      • Load Details
        • GetLoadDetails
        • GetNotes
      • Additional Tracking
        • GetTrackingByLoad
      • Other
        • Normalized Charge Codes
      • SOAP
    • Changelog
  • Exports and Webhooks
    • Standard Load Export - v1
    • Standard Load Export - v2
    • Standard Load Export - v3
    • Push Tracking
  1. EZ Rates

EzRate

POST
/services/api/rest/EzRate
This endpoint is permission based. For access please contact your Banyan representative.
This function will create an EZ Rate shipment in Banyan. EZ Rate shipments are used as a quick quote function. This function will take minimal shipment information and start our rating engine.
This is an asynchronous function, so this should be followed by a GetQuotes request until rating on the shipment has completed which is a bit flag within the GetQuotes response.

Request

Header Params
Accept
string 
required
Example:
application/json
Body Params application/json
AuthenticationData
object (Authentication Data) 
required
Banyan Credentials
Username
string 
required
Banyan Username
Password
string 
required
Banyan Password
ClientRefNum
string  | null 
optional
Client Reference Number - Used during multiple client integrations
Loadinfo
object (Loadinfo) 
optional
Shipment Identifiers
LoadID
integer 
optional
Banyan's primary shipment identifier
ManifestID
string 
optional
Shipment pro number
BOLNumber
string 
optional
Shipment BOL number
CustomerPO
string 
optional
Shipment Customer PO
InvoiceID
string 
optional
Shipment Invoice identifier
BillingID
string 
optional
Shipment Billing identifier
IncoTermID
enum<string> 
optional
Shipment IncoTerm identifier
Allowed values:
Free Alongside ShipFree OnboardCost and FreightCost Insurance and FreightCarriage Paid ToCarriage and Insurance PaidDelivered at TerminalDelivered at PlaceDelivered Duty PaidDelivered at FrontierDelivered ExShipDelivered ExQuayDelivered Duty UnpaidFree CarrierExWorks
UltimateDestinationCountryCode
string 
optional
Two/Three Character Country Code
PickupNumber
string 
optional
Pickup number assigned to the load
EstimatedDeliveryDate
string <date-time>
optional
Estimated Delivery Date
EstimatedPickupDate
string <date-time>
optional
Estimated Pickup Date
ActualPickupDate
string <date-time>
optional
Actual Pickup Date
ActualDeliveryDate
string <date-time>
optional
Actual Delivery Date
RateServices
array[object (RateServices) {11}] 
required
Shipment Service(s)
ServiceCode
enum<string> 
required
Shipment service code
Allowed values:
ParcelLTLVolumeAirOceanGFPLocal CarrierFTLDriveawayIntermodalExpedite
ShippingQty
integer 
required
Shipment shipping quantity
PackageType
enum<string> 
required
Shipment package type
Allowed values:
AccessorialsAttachmentsBagsBalesBasketsBulkheadsBundlesBoxesBarrelsBucketsCarboysCasesChestsCoilsCartonsCratesContainerCylindersDrumsEnvelopesFeetFirkinsGaylordsKegsLooseOctabinPackagesPailsPiecesPalletsRacksReelsRollsSkidsSlipSheets (Slip Sheets)SuperSack (Super Sack)TotesTruckloadTrailersTrunksTraysTubesUnitsUnpackagedVehiclesBinsTubsEachPlasticJerricans (Plastic Jerricans)
EquipmentType
enum<string> 
required
Shipment package type
Allowed values:
Trailer_28ftOtherTrailer_48ftTankerRailCar_20ftVanTrailer_StandardVanTrailer_53ftTrailer_26ftDumper_60ydCarCarrierDoubleDropRailCar_40ftDumper_80ydStraightTruck_24ft_LiftGateTrailer_24ftStraightTruck_24ftContainer_45ftTruck_4by4StraightTruck_26ft_LiftGateDumpTruckGooseneckDumper_40ydVanContainer_40HQTruckSprinterVanHopperBottomCarStraightTruck_26ftDumper_20ydAirCargoMaxiTrailerFrozenBoxTruck_LiftGateVan_LiftGateStepDeckTruck_LiftGateRollOffContainer_53ftContainer_20ftRefrigeratedWalkingFloorContainer_40ftRailCar_53ftLowBoyFlatBedPickupTruckBoxTruckParcelTruckVan_TriAxleBulk_TruckRemovable_GooseneckWinch_TruckTractorStraight16Straight18Cargo_VanTractor_TrailerFull_Size_VanMinivanDoublesTrailer53
AdditionalWeight
number <float>
optional
Shipment additional weight (WeightUom, Default LBS)
SpecialInstructions
string 
optional
Shipment special instructions
Length
number <float>
optional
Shipment length (SizeUom, Default IN)
Width
number <float>
optional
Shipment width (SizeUom, Default IN)
Height
number <float>
optional
Shipment height (SizeUom, Default IN)
WeightUom
enum<string> 
optional
Shipment Weight UOM
Allowed values:
LBSKG
SizeUom
enum<string> 
optional
Shipment Size UOM
Allowed values:
INFTCM
ShipperCity
string 
optional
Shipper city
ShipperState
string 
required
Shipper state
ShipperZipcode
string 
required
Shipper zipcode
ShipperCountryCode
string 
optional
Shipper country code
ShipperCountryName
string 
optional
Shipper country name
ConsigneeCity
string 
optional
Consignee city
ConsigneeState
string 
required
Consignee state
ConsigneeZipcode
string 
required
Consignee zipcode
ConsigneeCountryCode
string 
optional
Consignee country code
ConsigneeCountryName
string 
optional
Consignee country name
ShipType
enum<string> 
required
Shipment's ship type
Allowed values:
ShipperConsigneeThirdParty
PayType
enum<string> 
required
Shipment's pay type
Allowed values:
CollectPrepaid
PackageInfo
object (PackageInfo) 
required
Package Information
CODAmount
number  | null 
optional
Shipment collect on delivery amount
DeclaredLiability
number  | null 
optional
Shipment declared liability amount
RouteNumber
string  | null 
optional
Used to identify the route a driver will take when moving a package; used for Local Carrier
Products
array[object (Product) {24}] 
required
Shipment Product(s)
Quantity
integer 
required
Product quantity
PackageType
enum<string> 
required
Product package type. Either value can be used.
Allowed values:
AccessorialsAttachmentsBagsBalesBasketsBulkheadsBundlesBoxesBarrelsBucketsCarboysCasesChestsCoilsCartonsCratesContainerCylindersDrumsEnvelopesFeetFirkinsGaylordsKegsLooseOctabinPackagesPailsPiecesPalletsRacksReelsRollsSkidsSlipSheets (Slip Sheets)SuperSack (Super Sack)TotesTruckloadTrailersTrunksTraysTubesUnitsUnpackagedVehiclesBinsTubsEachPlasticJerricans (Plastic Jerricans)
Weight
number <float>
required
Product weight
Class
enum<string> 
required
Product freight class. Either value can be used.
Allowed values:
Unspecifiedc50c55c60c65c70c775c85c925c100c110c125c150c175c200c250c300c400c500
NMFC
string  | null 
optional
Product national motor freight classification
SKU
string  | null 
optional
Product stock keeping unit
IsHazmat
boolean 
required
Product hazardous material status
UnNumber
string  | null 
optional
HazMat UN#
HazMatShippingName
string  | null 
optional
Proper HazMat Shipping Name
HazMatClass
string  | null 
optional
HazMat class for the Product
HazMatPkgGroup
string  | null 
optional
HazMat Package Group Id
HazmatPhoneNumber
string  | null 
optional
Hazmat phone number - Required when product is hazardous material
HazmatPhoneExt
string  | null 
optional
Hazmat phone number extension - Required when product is hazardous material
HazMatContact
string  | null 
optional
Name of Hazmat Contact
HazMatPoison
boolean 
optional
Poisonous Hazmat Shipment
Description
string 
optional
Product description
Length
number <float>
optional
Product length
Width
number <float>
optional
Product width
Height
number <float>
optional
Product height
UOM
enum<string> 
required
Product unit of measure
Allowed values:
EnglishMetric
SortOrder
integer 
required
Product sort order
ReferenceNumber
string  | null 
optional
Product reference number
ParcelOptions
object (ParcelOptions) 
optional
Options only used for parcel products
InternationalOptions
object (InternationalOptions) 
optional
Additional info for international product shipments
ShipperAccessorials
object (ShipperAccessorials) 
required
Shipper Accessorials
AppointmentRequired
boolean 
required
Shipper appointment required
InsidePickup
boolean 
required
Shipper inside pickup
SortSegregate
boolean 
required
Shipper sort and segregate
PalletJack
boolean 
required
Shipper pallet jack
ResidentialPickup
boolean 
required
Shipper residential pickup
LiftgatePickup
boolean 
required
Shipper Liftgate pickup
MarkingTagging
boolean 
required
Shipper marking and tagging
TradeShowPickup
boolean 
required
Shipper trade show pickup
NYCMetro
boolean 
required
Shipper New York city metro
NonBusinessHourPickup
boolean 
required
Shipper Non-Business hours pickup
LimitedAccessType
optional
Shipper limited access type. Either value can be used.
ConsigneeAccessorials
object (ConsigneeAccessorials) 
required
Consignee Accessorials
AppointmentRequired
boolean 
required
Consignee appointment required
InsideDelivery
boolean 
required
Consignee inside delivery
SortSegregate
boolean 
required
Consignee sort and segregate
PalletJack
boolean 
required
Consignee pallet jack
ResidentialDelivery
boolean 
required
Consignee residential delivery
LiftgateDelivery
boolean 
required
Consignee Liftgate delivery
MarkingTagging
boolean 
required
Consignee marking and tagging
TradeShowDelivery
boolean 
required
Consignee trade show delivery
NYCMetro
boolean 
required
Consignee New York city metro
DeliveryNotification
boolean 
required
Consignee delivery notification
TwoHourSpecialDelivery
boolean 
required
Consignee Two Hour Delivery
NonBusinessHourDelivery
boolean 
required
Consignee Non-Business Hours Delivery
LimitedAccessType
optional
Consignee limited access type. Either value can be used.
LoadAccessorials
object (LoadAccessorials) 
required
Shipment Accessorials
Guaranteed
boolean 
required
Shipment is guaranteed
TimeDefinite
boolean 
required
Shipment is time definite
Expedited
boolean 
required
Shipment needs expedited
HolidayPickup
boolean 
required
Shipment needs holiday pickup
HolidayDelivery
boolean 
required
Shipment needs holiday delivery
WeightDetermination
boolean 
required
Shipment weight determination
BlindShipment
boolean 
required
Shipment is a blind shipment
BlanketService
boolean 
required
Shipment needs blanket service
SingleShipment
boolean 
required
Shipment is a single shipment
CustomsInBond
boolean 
required
Shipment needs customer in bond
OverDimension
boolean 
required
Shipment is over dimension
Stackable
boolean 
required
Shipment is stackable
Turnkey
boolean 
required
Shipment is turnkey
FoodGradeProducts
boolean 
required
Shipment has food grade products
TSA
boolean 
required
Shipment requires TSA regulations
Bulkhead
boolean 
required
Shipment requires a Bulkhead
SignatureRequired
boolean 
required
Shipment requires a signature
BlanketServiceChilled
boolean 
required
Shipment requires Blanket Service - Chilled
BlanketServiceFrozen
boolean 
required
Shipment requires Blanket Service - Frozen
SaturdayDelivery
boolean 
required
Shipment needs Saturday delivery
SecondMan
boolean 
required
Shipment requires an additional person to pick up and deliver
ReturnReceipt
boolean 
required
Shipment service to ensure the shipment was delivered to intended party or parties
ShipmentHold
boolean 
required
Service where the carrier retains the shipment during the delivery process
ProactiveResponse
boolean 
required
Service that monitors a shipment for delays and will attempt to reroute is there are delays avoiding failure in service. Typically used for temperature sensitive or life-saving shipments
ShipperRelease
boolean 
required
Shipment is to be released without signature at delivery
WhiteGlove
boolean 
required
Shipment requires two drivers, room designation and stair carry, and hauling away debris
RestrictedDelivery
boolean 
required
Shipment needs delivered to the addressee or specific agent
TankerEndorsedDriverRequired
boolean 
required
Shipment must be handled by a driver qualified in transporting large quantities of liquid via tanker truck.
UserDefined
array[object (UserDefined) {2}] 
required
Shipment user defined fields
Name
string 
required
User defined name
Value
string 
required
User defined value
ReferenceField
array[object (ReferenceField) {4}] 
required
Shipment reference fields
Type
string 
required
Reference field type
Value
string 
required
Reference field value
PrintOnBOL
boolean 
required
Print reference field on BOL
PrintOnShippingLabel
boolean 
required
Print reference field on Shipping Label
Example
{
  "AuthenticationData": {
    "Username": "",
    "Password": "",
    "ClientRefNum": ""
  },
  "Loadinfo": {},
  "RateServices": [
    {
      "ServiceCode": 1,
      "ShippingQty": 1,
      "PackageType": 29,
      "EquipmentType": 5
    }
  ],
  "ShipperCity": "Cleveland",
  "ShipperState": "OH",
  "ShipperZipcode": "44133",
  "ShipperCountryCode": "USA",
  "ShipperCountryName": "United States",
  "ConsigneeCity": "Chicago",
  "ConsigneeState": "IL",
  "ConsigneeZipcode": "60606",
  "ConsigneeCountryCode": "USA",
  "ConsigneeCountryName": "United States",
  "ShipType": 0,
  "PayType": 1,
  "PackageInfo": {},
  "Products": [
    {
      "Quantity": 1,
      "PackageType": 29,
      "Weight": 400,
      "Class": 2,
      "IsHazmat": false,
      "UOM": 0,
      "SortOrder": 1
    }
  ],
  "ShipperAccessorials": {
    "AppointmentRequired": false,
    "InsidePickup": false,
    "SortSegregate": false,
    "PalletJack": false,
    "ResidentialPickup": false,
    "LiftgatePickup": false,
    "MarkingTagging": false,
    "TradeShowPickup": false,
    "NYCMetro": false,
    "NonBusinessHoursPickup": false
  },
  "ConsigneeAccessorials": {
    "AppointmentRequired": false,
    "InsideDelivery": false,
    "SortSegregate": false,
    "PalletJack": false,
    "ResidentialDelivery": false,
    "LiftgateDelivery": false,
    "MarkingTagging": false,
    "TradeShowDelivery": false,
    "NYCMetro": false,
    "DeliveryNotification": false,
    "NonBusinessHoursDelivery": false
  },
  "LoadAccessorials": {
    "Guaranteed": false,
    "TimeDefinite": false,
    "Expedited": false,
    "HolidayPickup": false,
    "HolidayDelivery": false,
    "WeightDetermination": false,
    "BlindShipment": false,
    "BlanketService": false,
    "SingleShipment": false,
    "CustomsInBond": false,
    "OverDimension": false,
    "Stackable": false,
    "Turnkey": false,
    "FoodGradeProducts": false,
    "SaturdayDelivery": false,
    "RestrictedDelivery": false,
    "ShipperRelease": false,
    "ReturnReceipt": false,
    "SecondMan": false,
    "WhiteGlove": false,
    "ProactiveResponse": false,
    "ShipmentHold": false,
    "TankerEndorsedDriverRequired": false
  }
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://ws.integration.banyantechnology.com/services/api/rest/EzRate' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
   "AuthenticationData":{
      "Username":"",
      "Password":"",
      "ClientRefNum":""
   },
   "Loadinfo":{

   },
   "RateServices":[
      {
         "ServiceCode":1,
         "ShippingQty":1,
         "PackageType":29,
         "EquipmentType":5
      }
   ],
   "ShipperCity":"Cleveland",
   "ShipperState":"OH",
   "ShipperZipcode":"44133",
   "ShipperCountryCode":"USA",
   "ShipperCountryName":"United States",
   "ConsigneeCity":"Chicago",
   "ConsigneeState":"IL",
   "ConsigneeZipcode":"60606",
   "ConsigneeCountryCode":"USA",
   "ConsigneeCountryName":"United States",
   "ShipType":0,
   "PayType":1,
   "PackageInfo":{

   },
   "Products":[
      {
         "Quantity":1,
         "PackageType":29,
         "Weight":400,
         "Class":2,
         "IsHazmat":false,
         "UOM":0,
         "SortOrder":1
      }
   ],
   "ShipperAccessorials":{
      "AppointmentRequired":false,
      "InsidePickup":false,
      "SortSegregate":false,
      "PalletJack":false,
      "ResidentialPickup":false,
      "LiftgatePickup":false,
      "MarkingTagging":false,
      "TradeShowPickup":false,
      "NYCMetro":false,
      "NonBusinessHoursPickup":false
   },
   "ConsigneeAccessorials":{
      "AppointmentRequired":false,
      "InsideDelivery":false,
      "SortSegregate":false,
      "PalletJack":false,
      "ResidentialDelivery":false,
      "LiftgateDelivery":false,
      "MarkingTagging":false,
      "TradeShowDelivery":false,
      "NYCMetro":false,
      "DeliveryNotification":false,
      "NonBusinessHoursDelivery":false
   },
   "LoadAccessorials":{
      "Guaranteed":false,
      "TimeDefinite":false,
      "Expedited":false,
      "HolidayPickup":false,
      "HolidayDelivery":false,
      "WeightDetermination":false,
      "BlindShipment":false,
      "BlanketService":false,
      "SingleShipment":false,
      "CustomsInBond":false,
      "OverDimension":false,
      "Stackable":false,
      "Turnkey":false,
      "FoodGradeProducts":false,
      "SaturdayDelivery":false,
      "RestrictedDelivery":false,
      "ShipperRelease":false,
      "ReturnReceipt":false,
      "SecondMan":false,
      "WhiteGlove":false,
      "ProactiveResponse":false,
      "ShipmentHold":false,
      "TankerEndorsedDriverRequired":false
   }
}'

Responses

🟢200EzRate - 200 OK
application/json
Body
RatingComplete
boolean 
required
Rating process complete
Load
object 
required
The full load object
AuthenticationData
object (Authentication Data) 
required
Banyan Credentials
LoadInfo
object (Loadinfo) 
required
Shipment Identifiers
BillTo
object (BillTo) 
required
Billing Information
RateServices
array[object (RateServices) {11}] 
required
Shipment Service(s)
Shipper
object (Shipper) 
required
Shipper Information
Consignee
object (Consignee) 
required
Consignee Information
PackageInfo
object (PackageInfo) 
required
Package Information
Products
array[object (Product) {24}] 
required
Shipment Product(s)
ShipperAccessorials
object (ShipperAccessorials) 
required
Shipper Accessorials
ConsigneeAccessorials
object (ConsigneeAccessorials) 
required
Consignee Accessorials
LoadAccessorials
object (LoadAccessorials) 
required
Load Accessorials
Return Location
object (ReturnLocation) 
optional
UserDefined
array[object (UserDefined) {2}] 
optional
Shipment user defined fields
ReferenceField
array[object (ReferenceField) {4}] 
optional
Shipment reference fields
InsuranceInfo
object (InsuranceInfo) 
optional
Shipment Insurance
Quotes
array[object (Quote) {21}] 
required
LoadID
integer 
required
Banyan's primary shipment identifier (In this object, the main shipment LoadID is reflected here)
QuoteID
integer 
required
Banyan's primary quote identifier
CarrierName
string 
required
Carrier name
SCAC
string 
required
Carrier standard carrier alpha code
ThirdPartyName
string 
required
ThirdPartySCAC
string 
required
ServiceID
string 
required
Quote service identifier
RawPrice
object (PriceBreakout) 
required
Quote raw price (returned from the carrier)
CarrierPrice
object (PriceBreakout) 
required
Quote carrier price (carrier markups applied)
CustomerPrice
object (PriceBreakout) 
required
Quote customer price (customer markups applied)
TransitTime
integer 
required
Quote transit time
QuoteNumber
string 
optional
Carrier quote identifier
AccountNumber
string 
optional
Account Number/ID used for Quote (if any)
CarrierPerson
string 
optional
Carrier person
CarrierNote
string 
optional
Note returned by the carrier regarding the quote
Datestamp
string 
required
Quote date
Interline
boolean 
required
Set to true only when confirmed to be interline
Accepted
boolean 
required
Quote has been accepted by client
CurrencyType
enum<string> 
required
Quote currency type
Allowed values:
US_DollarCanadian_DollarMexican_Peso
Service
enum<string> 
required
Quote service
Allowed values:
ParcelLTLVolumeAirOceanGFPLocal CarrierFTLDriveawayIntermodalExpedite
InsuranceDetails
object (InsuranceDetails) 
optional
Insurance Details related to the quote
Notes
array[object (Note) {4}] 
required
Shipment & carrier notes
Text
string 
required
Note text
User
string 
required
Note creator
DateStamp
string 
required
Note date
NoteType
enum<string> 
required
Note Type
Allowed values:
AccountingAdjustmentEmailArchivingQuoteUpdateCarrierAwardedQuoteTechnicalNoteWebTrackingEdiSystemEventInstructionsPublicBookReasonWebDispatchQuoteRequestPrivateContactAccountingTerminalUrlCustomerDockUpdateAddressDeleteQuotePackageRateExceptionBillingReasonAdditionalServiceValidationQuoteQuoteRequestEmail
ErrorMessage
string 
required
Reason why request failed
Example
{
  "Load": {
    "AuthenticationData": {
      "Username": "_",
      "Password": "_",
      "ClientRefNum": "_"
    },
    "Loadinfo": {
      "LoadID": 13642380,
      "ManifestID": null,
      "BOLNumber": "180802",
      "CustomerPO": "",
      "InvoiceID": "",
      "BillingID": "",
      "IncoTermID": null
    },
    "RateServices": [
      {
        "ServiceCode": 1,
        "ShippingQty": 1,
        "PackageType": 29,
        "EquipmentType": 5,
        "AdditionalWeight": 0,
        "SpecialInstructions": "",
        "Length": null,
        "Width": null,
        "Height": null,
        "WeightUom": 1,
        "SizeUom": 1
      }
    ],
    "ShipperCity": "Cleveland",
    "ShipperState": "OH",
    "ShipperZipcode": "44133",
    "ShipperCountryCode": "USA",
    "ShipperCountryName": "United States",
    "ConsigneeCity": "Cleveland",
    "ConsigneeState": "OH",
    "ConsigneeZipcode": "44133",
    "ConsigneeCountryCode": "USA",
    "ConsigneeCountryName": "United States",
    "ShipType": 0,
    "PayType": 1,
    "PackageInfo": {
      "CODAmount": 0,
      "DeclaredLiability": 0
    },
    "Products": [
      {
        "Quantity": 1,
        "PackageType": 29,
        "Weight": 400,
        "Class": 2,
        "NMFC": "",
        "SKU": "",
        "IsHazmat": false,
        "HazmatPhoneNumber": "",
        "HazmatPhoneExt": "",
        "Description": "",
        "Length": 0,
        "Width": 0,
        "Height": 0,
        "UOM": 0,
        "SortOrder": 1,
        "ReferenceNumber": "",
        "ParcelOptions": {
          "DeliveryConfirmation": 0,
          "COD": 0,
          "CODAmount": 0,
          "AdditionalHandling": false,
          "LargePackage": false,
          "DeclaredValue": 0
        }
      }
    ],
    "ShipperAccessorials": {
      "AppointmentRequired": false,
      "InsidePickup": false,
      "SortSegregate": false,
      "PalletJack": false,
      "ResidentialPickup": false,
      "LiftgatePickup": false,
      "MarkingTagging": false,
      "TradeShowPickup": false,
      "NYCMetro": false,
      "NonBusinessHourPickup": false,
      "LimitedAccessType": null
    },
    "ConsigneeAccessorials": {
      "AppointmentRequired": false,
      "InsideDelivery": false,
      "SortSegregate": false,
      "PalletJack": false,
      "ResidentialDelivery": false,
      "LiftgateDelivery": false,
      "MarkingTagging": false,
      "TradeShowDelivery": false,
      "NYCMetro": false,
      "DeliveryNotification": false,
      "TwoHourSpecialDelivery": false,
      "NonBusinessHourDelivery": false,
      "LimitedAccessType": null
    },
    "LoadAccessorials": {
      "Guaranteed": false,
      "TimeDefinite": false,
      "Expedited": false,
      "HolidayPickup": false,
      "HolidayDelivery": false,
      "WeightDetermination": false,
      "BlindShipment": false,
      "BlanketService": false,
      "SingleShipment": false,
      "CustomsInBond": false,
      "OverDimension": false,
      "Stackable": false,
      "Turnkey": false,
      "FoodGradeProducts": false,
      "TSA": false,
      "Bulkhead": false,
      "SignatureRequired": false,
      "BlanketServiceChilled": false,
      "BlanketServiceFrozen": false,
      "SaturdayDelivery": false,
      "SecondMan": false,
      "ReturnReceipt": false,
      "ShipmentHold": false,
      "ProactiveResponse": false,
      "ShipperRelease": false,
      "WhiteGlove": false,
      "RestrictedDelivery": false
    },
    "UserDefined": [],
    "ReferenceField": []
  },
  "Quotes": null,
  "Notes": [
    {
      "Text": "Load Created",
      "User": "Joe Zagorski",
      "DateStamp": "2018-08-12T14:38:58"
    },
    {
      "Text": "Original BOLID: 180802",
      "User": "Automation",
      "DateStamp": "2018-08-12T14:38:58"
    }
  ],
  "RatingComplete": false,
  "ErrorMessage": null
}
Modified at 2024-09-16 11:42:17
Previous
AddManualQuote
Next
EzRate_Sync
Built with