Banyan Technology LIVE Connect™
  1. Rating
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
          POST
        • ImportForQuote_Sync
          POST
        • GetQuotes
          POST
      • 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
        • EzRate_Sync
      • 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. Rating

ImportForQuote_Sync

POST
/services/api/rest/ImportForQuote_Sync
This function will import a shipment in the Banyan system and will initiate the rating process.
Unlike ImportForQuote, this function will wait for the rating process to complete before returning a response.
Note:
When using accessorials, rate request will only be sent to carriers that accept the select accessorials. COD and Declared liability are considered accessorials.
User defined values and reference fields are not required for a request, but are available for custom fields to be passed and related to the shipment

Request

Header Params

Body Params application/json

Example
{
    "AuthenticationData": {
        "Username": "{{username}}",
        "Password": "{{password}}",
        "ClientRefNum": "{{clientRefNum}}"
    },
    "Loadinfo": {
        "CustomerPO": "Cust PO Number"
    },
    "BillTo": {
        "Name": "Banyan Technology",
        "ShipType": "Shipper",
        "PayType": "Prepaid",
        "UseDefaultBillTo": false,
        "AddressInfo": {
            "Address1": "30505 Clemens Rd",
            "City": "Westlake",
            "CountryName": null,
            "CountryCode": "USA",
            "State": "OH",
            "Zipcode": "44145",
            "LocationName": "Banyan Technology"
        },
        "ContactInfo": {
            "FirstName": "Randy",
            "LastName": "Marsh",
            "Phone": "800-835-1274",
            "Email": "noreply@banyantechnology.com"
        }
    },
    "RateServices": [
        {
            "ServiceCode": "LTL",
            "ShippingQty": "1",
            "PackageType": "Pallets",
            "EquipmentType": "VanTrailer_Standard",
            "AdditionalWeight": "50",
            "SpecialInstructions": "Do not break",
            "Length": "40",
            "Width": "48",
            "Height": "40",
            "WeightUom": "LBS",
            "SizeUom": "IN"
        }
    ],
    "Shipper": {
        "ContactInfo": {
            "FirstName": "Jon",
            "LastName": "Snow",
            "Phone": "867-5309",
            "Email": ""
        },
        "AddressInfo": {
            "Address1": "123245 Test St.",
            "City": "North Ridgeville",
            "CountryCode": "USA",
            "State": "OH",
            "Zipcode": "44039",
            "LocationName": "Test"
        },
        "CompanyName": "Test",
        "LocationName": "Test",
        "Dock": {
            "Name": "Main Dock",
            "OpenTime": "2024-04-27T08:00:00",
            "ShipmentDateTime": "2024-04-27T12:00:00",
            "CloseTime": "2024-04-27T17:00:00"
        }
    },
    "Consignee": {
        "ContactInfo": {
            "FirstName": "Al",
            "LastName": "Bundy",
            "Phone": "",
            "Email": ""
        },
        "AddressInfo": {
            "Address1": "9764 Jeopardy Lane",
            "City": "Chicago",
            "CountryName": null,
            "CountryCode": "USA",
            "State": "IL",
            "Zipcode": "60015",
            "LocationName": "The Bundy house"
        },
        "CompanyName": "Test1 comp name",
        "LocationName": "Test1 loc name",
        "Dock": {
            "Name": "Main Dock",
            "OpenTime": "2024-04-29T08:00:00",
            "ShipmentDateTime": "2024-04-29T12:00:00",
            "CloseTime": "2024-04-29T17:00:00"
        }
    },
    "Products": [
        {
            "Quantity": 12,
            "PackageType": "Boxes",
            "Weight": 600,
            "Class": "c100",
            "NMFC": "2070",
            "SKU": "Sku-12345",
            "IsHazmat": false,
            "Description": "Women's shoes",
            "Length": 12,
            "Width": 10,
            "Height": 12,
            "SortOrder": 1
        }
    ],
    "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
    }
}

Request Code 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/ImportForQuote_Sync' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
    "AuthenticationData": {
        "Username": "{{username}}",
        "Password": "{{password}}",
        "ClientRefNum": "{{clientRefNum}}"
    },
    "Loadinfo": {
        "CustomerPO": "Cust PO Number"
    },
    "BillTo": {
        "Name": "Banyan Technology",
        "ShipType": "Shipper",
        "PayType": "Prepaid",
        "UseDefaultBillTo": false,
        "AddressInfo": {
            "Address1": "30505 Clemens Rd",
            "City": "Westlake",
            "CountryName": null,
            "CountryCode": "USA",
            "State": "OH",
            "Zipcode": "44145",
            "LocationName": "Banyan Technology"
        },
        "ContactInfo": {
            "FirstName": "Randy",
            "LastName": "Marsh",
            "Phone": "800-835-1274",
            "Email": "noreply@banyantechnology.com"
        }
    },
    "RateServices": [
        {
            "ServiceCode": "LTL",
            "ShippingQty": "1",
            "PackageType": "Pallets",
            "EquipmentType": "VanTrailer_Standard",
            "AdditionalWeight": "50",
            "SpecialInstructions": "Do not break",
            "Length": "40",
            "Width": "48",
            "Height": "40",
            "WeightUom": "LBS",
            "SizeUom": "IN"
        }
    ],
    "Shipper": {
        "ContactInfo": {
            "FirstName": "Jon",
            "LastName": "Snow",
            "Phone": "867-5309",
            "Email": ""
        },
        "AddressInfo": {
            "Address1": "123245 Test St.",
            "City": "North Ridgeville",
            "CountryCode": "USA",
            "State": "OH",
            "Zipcode": "44039",
            "LocationName": "Test"
        },
        "CompanyName": "Test",
        "LocationName": "Test",
        "Dock": {
            "Name": "Main Dock",
            "OpenTime": "2024-04-27T08:00:00",
            "ShipmentDateTime": "2024-04-27T12:00:00",
            "CloseTime": "2024-04-27T17:00:00"
        }
    },
    "Consignee": {
        "ContactInfo": {
            "FirstName": "Al",
            "LastName": "Bundy",
            "Phone": "",
            "Email": ""
        },
        "AddressInfo": {
            "Address1": "9764 Jeopardy Lane",
            "City": "Chicago",
            "CountryName": null,
            "CountryCode": "USA",
            "State": "IL",
            "Zipcode": "60015",
            "LocationName": "The Bundy house"
        },
        "CompanyName": "Test1 comp name",
        "LocationName": "Test1 loc name",
        "Dock": {
            "Name": "Main Dock",
            "OpenTime": "2024-04-29T08:00:00",
            "ShipmentDateTime": "2024-04-29T12:00:00",
            "CloseTime": "2024-04-29T17:00:00"
        }
    },
    "Products": [
        {
            "Quantity": 12,
            "PackageType": "Boxes",
            "Weight": 600,
            "Class": "c100",
            "NMFC": "2070",
            "SKU": "Sku-12345",
            "IsHazmat": false,
            "Description": "Women'\''s shoes",
            "Length": 12,
            "Width": 10,
            "Height": 12,
            "SortOrder": 1
        }
    ],
    "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
    }
}'

Responses

🟢200ImportForQuote_Sync - 200 OK
application/json
Body

Example
{
    "Load": {
        "AuthenticationData": {
            "Username": "_",
            "Password": "_",
            "ClientRefNum": "_"
        },
        "DebugMode": false,
        "Loadinfo": {
            "LoadID": 62339134,
            "ManifestID": "",
            "BOLNumber": "BWS2406700014",
            "CustomerPO": "Cust PO Number",
            "InvoiceID": "",
            "BillingID": "",
            "IncoTermID": null,
            "UltimateDestinationCountryCode": "",
            "PickupNumber": null,
            "EstimatedDeliveryDate": "0001-01-01T00:00:00",
            "EstimatedPickupDate": "0001-01-01T00:00:00",
            "ActualPickupDate": "0001-01-01T00:00:00",
            "ActualDeliveryDate": "0001-01-01T00:00:00"
        },
        "BillTo": {
            "Name": "Banyan Technology",
            "Note": "",
            "ShipType": 0,
            "PayType": 1,
            "UseDefaultBillTo": false,
            "AddressInfo": {
                "Address1": "30505 Clemens Rd",
                "Address2": "",
                "City": "Westlake",
                "CountryName": "United States",
                "CountryCode": "USA",
                "State": "OH",
                "Zipcode": "44145",
                "LocationName": "Banyan Technology"
            },
            "ContactInfo": {
                "FirstName": "",
                "LastName": "Marsh",
                "ContactName": "Marsh",
                "Phone": "800-835-1274",
                "PhoneExt": "",
                "Fax": "",
                "Email": "noreply@banyantechnology.com"
            },
            "UseDefaultShipType": false,
            "UseDefaultPayType": false
        },
        "InsuranceInfo": null,
        "RateServices": [
            {
                "ServiceCode": 1,
                "ShippingQty": 1,
                "PackageType": 29,
                "EquipmentType": 5,
                "AdditionalWeight": 50,
                "SpecialInstructions": "Do not break",
                "Length": 40,
                "Width": 48,
                "Height": 40,
                "WeightUom": 1,
                "SizeUom": 1
            }
        ],
        "Shipper": {
            "ContactInfo": {
                "FirstName": "Jon",
                "LastName": "Snow",
                "ContactName": "Jon Snow",
                "Phone": "867-5309",
                "PhoneExt": "",
                "Fax": "",
                "Email": ""
            },
            "AddressInfo": {
                "Address1": "123245 Test St.",
                "Address2": "",
                "City": "North Ridgeville",
                "CountryName": "United States",
                "CountryCode": "USA",
                "State": "OH",
                "Zipcode": "44039",
                "LocationName": "Test"
            },
            "CompanyName": "Test",
            "Note": "",
            "CompanyID": "",
            "LocationName": null,
            "VendorID": "",
            "DCRefNum": "",
            "Dock": {
                "Name": "Main Dock",
                "Note": "",
                "OpenTime": "2024-04-27T08:00:00",
                "ShipmentDateTime": "2024-04-27T12:00:00",
                "CloseTime": "2024-04-27T17:00:00",
                "ConfirmationNumber": "",
                "FCFS": false
            }
        },
        "Consignee": {
            "ContactInfo": {
                "FirstName": "Al",
                "LastName": "Bundy",
                "ContactName": "Al Bundy",
                "Phone": "",
                "PhoneExt": "",
                "Fax": "",
                "Email": ""
            },
            "AddressInfo": {
                "Address1": "9764 Jeopardy Lane",
                "Address2": "",
                "City": "Chicago",
                "CountryName": "United States",
                "CountryCode": "USA",
                "State": "IL",
                "Zipcode": "60015",
                "LocationName": "The Bundy house"
            },
            "CompanyName": "Test1 comp name",
            "Note": "",
            "CompanyID": "",
            "LocationName": null,
            "VendorID": "",
            "DCRefNum": "",
            "Dock": {
                "Name": "Main Dock",
                "Note": "",
                "OpenTime": "2024-04-29T08:00:00",
                "ShipmentDateTime": "2024-04-29T12:00:00",
                "CloseTime": "2024-04-29T17:00:00",
                "ConfirmationNumber": "",
                "FCFS": false
            }
        },
        "ReturnLocation": null,
        "PackageInfo": {
            "CODAmount": 0,
            "DeclaredLiability": 0,
            "RouteNumber": ""
        },
        "Products": [
            {
                "Quantity": 12,
                "PackageType": 7,
                "Weight": 600,
                "Class": 9,
                "NMFC": "2070",
                "SKU": "Sku-12345",
                "IsHazmat": false,
                "HazmatPhoneNumber": "",
                "HazmatPhoneExt": "",
                "Description": "Women's shoes",
                "Length": 12,
                "Width": 10,
                "Height": 12,
                "UOM": 0,
                "SortOrder": 1,
                "ReferenceNumber": "",
                "ParcelOptions": {
                    "DeliveryConfirmation": 0,
                    "COD": 0,
                    "CODAmount": 0,
                    "AdditionalHandling": false,
                    "LargePackage": false,
                    "DeclaredValue": 0,
                    "UnitValue": null,
                    "UnitWeight": null,
                    "UnitType": null
                },
                "UnNumber": "",
                "HazMatShippingName": "",
                "HazMatPkgGroup": "",
                "HazMatClass": "",
                "InternationalOptions": {
                    "ScheduleBCode": null,
                    "HarmonizedSystemCode": null,
                    "ECCN": null,
                    "UnitOriginCountryCode": null
                },
                "HazMatContact": "",
                "HazMatPoison": false
            }
        ],
        "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,
            "ProtectFromFreezing": 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,
            "TankerEndorsedDriverRequired": false
        },
        "UserDefined": [],
        "ReferenceField": []
    },
    "Quotes": [
        {
            "LoadID": 62339134,
            "QuoteID": 486574985,
            "CarrierName": "Banyan Test Carrier",
            "SCAC": "BTST",
            "ThirdPartyName": "",
            "ThirdPartySCAC": "",
            "ServiceID": "67593586",
            "RawPrice": {
                "NetPrice": 134.33,
                "FreightCharge": 100.02,
                "DiscountAmount": 1270.05,
                "FuelSurcharge": 34.31,
                "Minimum": 0,
                "GrossCharge": 1370.07,
                "Tariff": 0,
                "Interline": 0,
                "AccessorialCharges": 0,
                "OtherCharges": 0,
                "Charges": [],
                "Markup": 0
            },
            "CarrierPrice": {
                "NetPrice": 134.33,
                "FreightCharge": 100.02,
                "DiscountAmount": 1270.05,
                "FuelSurcharge": 34.31,
                "Minimum": 0,
                "GrossCharge": 1370.07,
                "Tariff": 0,
                "Interline": 0,
                "AccessorialCharges": 0,
                "OtherCharges": 0,
                "Charges": [],
                "Markup": 0
            },
            "CustomerPrice": {
                "NetPrice": 161.2,
                "FreightCharge": 120.03,
                "DiscountAmount": 1524.1,
                "FuelSurcharge": 41.17,
                "Minimum": 0,
                "GrossCharge": 1644.12,
                "Tariff": 0,
                "Interline": 0,
                "AccessorialCharges": 0,
                "OtherCharges": 0,
                "Charges": [],
                "Markup": 20
            },
            "TransitTime": 1,
            "QuoteNumber": "12037974",
            "CarrierPerson": "Test Carrier Automated Quote",
            "CarrierNote": "",
            "Datestamp": "2024-03-07T15:47:28",
            "Interline": false,
            "Accepted": false,
            "CurrencyType": 0,
            "Service": 1,
            "InsuranceDetails": null,
            "AccountNumber": "TOT799"
        },
        {
            "LoadID": 62339134,
            "QuoteID": 486574986,
            "CarrierName": "Old Dominion Frt Line",
            "SCAC": "ODFL",
            "ThirdPartyName": "",
            "ThirdPartySCAC": "",
            "ServiceID": "67593586",
            "RawPrice": {
                "NetPrice": 457.9,
                "FreightCharge": 350.88,
                "DiscountAmount": 52.9,
                "FuelSurcharge": 107.02,
                "Minimum": 0,
                "GrossCharge": 403.78,
                "Tariff": 0,
                "Interline": 0,
                "AccessorialCharges": 0,
                "OtherCharges": 0,
                "Charges": [],
                "Markup": 0
            },
            "CarrierPrice": {
                "NetPrice": 457.9,
                "FreightCharge": 350.88,
                "DiscountAmount": 52.9,
                "FuelSurcharge": 107.02,
                "Minimum": 0,
                "GrossCharge": 403.78,
                "Tariff": 0,
                "Interline": 0,
                "AccessorialCharges": 0,
                "OtherCharges": 0,
                "Charges": [],
                "Markup": 0
            },
            "CustomerPrice": {
                "NetPrice": 549.48,
                "FreightCharge": 421.06,
                "DiscountAmount": 63.48,
                "FuelSurcharge": 128.42,
                "Minimum": 0,
                "GrossCharge": 484.54,
                "Tariff": 0,
                "Interline": 0,
                "AccessorialCharges": 0,
                "OtherCharges": 0,
                "Charges": [],
                "Markup": 20
            },
            "TransitTime": 1,
            "QuoteNumber": "942483625",
            "CarrierPerson": "Old Dominion Automated Quote",
            "CarrierNote": "",
            "Datestamp": "2024-03-07T15:47:32",
            "Interline": false,
            "Accepted": false,
            "CurrencyType": 0,
            "Service": 1,
            "InsuranceDetails": null,
            "AccountNumber": "12402756"
        }
    ],
    "PendingQuotes": null,
    "FailedQuotes": [
        {
            "CarrierName": "AAA Cooper",
            "SCAC": "AACT",
            "Service": 1,
            "ReasonCode": 1,
            "Reason": "Carrier’s website returned an error when rating this shipment.",
            "Datestamp": "2024-03-07T15:47:26.717"
        },
        {
            "CarrierName": "American Transport Group",
            "SCAC": "AMTG",
            "Service": 1,
            "ReasonCode": 3,
            "Reason": "Account with this carrier is not valid.",
            "Datestamp": "2024-03-07T15:47:29.647"
        },
        {
            "CarrierName": "Atcheson Express",
            "SCAC": "GOIQ",
            "Service": 1,
            "ReasonCode": 3,
            "Reason": "Account with this carrier is not valid.",
            "Datestamp": "2024-03-07T15:47:28.59"
        },
        {
            "CarrierName": "Dayton Freight",
            "SCAC": "DAFG",
            "Service": 1,
            "ReasonCode": 1,
            "Reason": "Carrier’s website returned an error when rating this shipment.",
            "Datestamp": "2024-03-07T15:47:26.45"
        },
        {
            "CarrierName": "Fed Ex Economy",
            "SCAC": "FXNL",
            "Service": 1,
            "ReasonCode": 1,
            "Reason": "Carrier’s website returned an error when rating this shipment.",
            "Datestamp": "2024-03-07T15:47:26.687"
        },
        {
            "CarrierName": "Fed Ex Priority",
            "SCAC": "FXFE",
            "Service": 1,
            "ReasonCode": 1,
            "Reason": "Carrier’s website returned an error when rating this shipment.",
            "Datestamp": "2024-03-07T15:47:26.7"
        },
        {
            "CarrierName": "Mainfreight",
            "SCAC": "MIHD",
            "Service": 1,
            "ReasonCode": 1,
            "Reason": "Carrier’s website returned an error when rating this shipment.",
            "Datestamp": "2024-03-07T15:47:29.33"
        },
        {
            "CarrierName": "Manitoulin Transport",
            "SCAC": "MANI",
            "Service": 1,
            "ReasonCode": 5,
            "Reason": "This carrier is not properly configured.",
            "Datestamp": "2024-03-07T15:47:27.083"
        },
        {
            "CarrierName": "Martin Cartage ",
            "SCAC": "MGXC",
            "Service": 1,
            "ReasonCode": 7,
            "Reason": "Shipment is outside of the carrier’s coverage area.",
            "Datestamp": "2024-03-07T15:47:26.95"
        },
        {
            "CarrierName": "Pitt Ohio Express",
            "SCAC": "PITD",
            "Service": 1,
            "ReasonCode": 14,
            "Reason": "Shipment’s pickup date is not valid.",
            "Datestamp": "2024-03-07T15:47:27.567"
        },
        {
            "CarrierName": "Road Scholar Transport",
            "SCAC": "RSCA",
            "Service": 1,
            "ReasonCode": 5,
            "Reason": "This carrier is not properly configured.",
            "Datestamp": "2024-03-07T15:47:27.487"
        },
        {
            "CarrierName": "SpeedShip_UniShippers",
            "SCAC": "",
            "Service": 1,
            "ReasonCode": 1,
            "Reason": "Carrier’s website returned an error when rating this shipment.",
            "Datestamp": "2024-03-07T15:47:27.473"
        },
        {
            "CarrierName": "TForce Freight, Inc. FKA UPS Freight",
            "SCAC": "UPGF",
            "Service": 1,
            "ReasonCode": 2,
            "Reason": "Carrier has returned an authorization error.",
            "Datestamp": "2024-03-07T15:47:27.713"
        },
        {
            "CarrierName": "WARP Freight",
            "SCAC": "WTCH",
            "Service": 1,
            "ReasonCode": 1,
            "Reason": "Carrier’s website returned an error when rating this shipment.",
            "Datestamp": "2024-03-07T15:47:27.807"
        }
    ],
    "Notes": [
        {
            "Text": "Override for 12402756 - Old Dominion Frt Line<br />- Billing",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:32",
            "NoteType": 7
        },
        {
            "Text": "American Transport Group: Rating process return no result",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:29",
            "NoteType": 15
        },
        {
            "Text": "Mainfreight: No rate results were returned, or all returned rate results had a $0 total.",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:29",
            "NoteType": 15
        },
        {
            "Text": "Atcheson Express: Rating process return no result",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:28",
            "NoteType": 15
        },
        {
            "Text": "Script had an exception: [2107] System.Exception: Error in: HandleErrorResponse\n\n:: Message: Error in: GetResponse : System.Net.WebException: The remote server returned an error: (400) Bad Request.\r\n   at System.Net.HttpWebRequest.GetResponse()\r\n   at Banyan.CarrierEngine.WebAccessHandler.SendWithBodyInternal(String url, String data, String httpMethod)\n\n:: Stack:    at Banyan.CarrierEngine.WebAccessHandler.HandleErrorResponse(Int32 i, WebException webEx)\r\n   at Banyan.CarrierEngine.WebAccessHandler.SendWithBodyInternal(String url, String data, String httpMethod)\r\n   at Banyan.CarrierEngine.WebAccessHandler.SendWithBodyInternal(String url, String data, String httpMethod)\r\n   at Banyan.CarrierEngine.WebAccessHandler.Post(String url, String data)\r\n   at Banyan.CarrierEngine.WebAccessHandler.PostJSON(String url, String formatedData)\r\n   at Banyan.CarrierEngine.WarpFreight.GetApiRates(AccountInfo account)",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:27",
            "NoteType": 7
        },
        {
            "Text": "WARP Freight did not rate and a quote request email has NOT been sent. No agents with email addresses were associated with this carrier. Please contact your carrier Agent for a quote.",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:27",
            "NoteType": 7
        },
        {
            "Text": "WARP Freight: Please contact your service provider for a LTL quote.",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:27",
            "NoteType": 15
        },
        {
            "Text": "Old Dominion Frt Line: NMFC was not sent. Please be advised rates may be less accurate.",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:27",
            "NoteType": 15
        },
        {
            "Text": "WARP Freight: A rate has not yet been determined for this route [0]",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:27",
            "NoteType": 15
        },
        {
            "Text": "TForce Freight, Inc. FKA UPS Freight: Error in: HandleErrorResponse  :: Message: Error in: GetResponse : System.Net.WebException: The remote name could not be resolved: &#39;www.ltlservices.com&#39;    at System.Net.HttpWebRequest.GetResponse()    at Banyan.CarrierEngine.WebAccessHandler.Get(String url)  :: Stack:    at Banyan.CarrierEngine.WebAccessHandler.HandleErrorResponse(Int32 i, WebException webEx)    at Banyan.CarrierEngine.WebAccessHandler.Get(String url)",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:27",
            "NoteType": 15
        },
        {
            "Text": "TForce Freight, Inc. FKA UPS Freight: Quote used a billing zipcode of 19973 because a Dynamic Bill To is set on the account",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:27",
            "NoteType": 7
        },
        {
            "Text": "Pitt Ohio Express: The Pitt Ohio Rate Calculator API does not produce rates for shipments with pickup dates more than four days into the future.",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:27",
            "NoteType": 15
        },
        {
            "Text": "No quote request email has been sent to Road Scholar Transport [LTL]. No agents with email addresses were associated with this carrier. Please contact your carrier Agent for a quote.",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:27",
            "NoteType": 7
        },
        {
            "Text": "Road Scholar Transport: Please contact your service provider for a LTL quote.",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:27",
            "NoteType": 15
        },
        {
            "Text": "SpeedShip_UniShippers: Unable to authenticate with Speedship_Unishippers (message: Unauthorized). Please verify your credentials.",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:27",
            "NoteType": 15
        },
        {
            "Text": "Manitoulin Transport: There was an authorization issue with the Manitoulin Transport API. IT has been notified.",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:27",
            "NoteType": 15
        },
        {
            "Text": "Martin Cartage did not rate.   Load is outside of the carrier's coverage area.",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:26",
            "NoteType": 15
        },
        {
            "Text": "AAA Cooper: Currently unable to return rates",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:26",
            "NoteType": 15
        },
        {
            "Text": "Fed Ex Economy: The account number entered for FEDEX_FREIGHT could not be validated.",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:26",
            "NoteType": 15
        },
        {
            "Text": "Fed Ex Priority: The account number entered for FEDEX_FREIGHT could not be validated.",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:26",
            "NoteType": 15
        },
        {
            "Text": "Dayton Freight Standard: Unable to process your rating request, please contact our Pricing department at the email address: pricing@daytonfreight.com. Error: Invalid or Inactive Account specified.",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:26",
            "NoteType": 15
        },
        {
            "Text": "Patch.IO carbon footprint: 149.172 kg\n Estimated offset cost: 0.72 USD",
            "User": "Test User",
            "DateStamp": "2024-03-07T15:47:25",
            "NoteType": 18
        },
        {
            "Text": "No carbon project configured for your vendor. Patch.io will select a project.",
            "User": "Test User",
            "DateStamp": "2024-03-07T15:47:25",
            "NoteType": 5
        },
        {
            "Text": "Banyan Test Carrier (4484738) is rating as R L Carriers (9063180)",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:25",
            "NoteType": 7
        },
        {
            "Text": "Load Created",
            "User": "Test User",
            "DateStamp": "2024-03-07T15:47:22",
            "NoteType": 10
        },
        {
            "Text": "Original BOLID: BWS2406700014",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:22",
            "NoteType": 7
        }
    ],
    "RatingComplete": true,
    "ErrorMessage": null
}
Modified at 2024-09-16 11:42:17
Previous
ImportForQuote
Next
GetQuotes
Built with