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

GetQuotes

POST
/services/api/rest/GetQuotes
This function will retrieve all the valid quotes for a given shipment.

Request

Header Params

Body Params application/json

Example
{
   "AuthenticationData":{
      "Username":"{{username}}",
      "Password":"{{password}}",
      "ClientRefNum":""
   },
   "LoadID": 12345678
}

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/GetQuotes' \
--header 'Content-Type: application/json' \
--data-raw '{
   "AuthenticationData":{
      "Username":"{{username}}",
      "Password":"{{password}}",
      "ClientRefNum":""
   },
   "LoadID": 12345678
}'

Responses

🟢200GetQuotes - 200 OK
application/json
Body

Example
{
    "Success": true,
    "Error": null,
    "LoadID": 62339134,
    "RatingCompleted": true,
    "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"
        }
    ],
    "Notes": [
        {
            "Text": "Load exported via FTP.",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:50",
            "NoteType": 10
        },
        {
            "Text": "REGRESSION TESTING",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:50",
            "NoteType": 12
        },
        {
            "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": "Load Created",
            "User": "Test User",
            "DateStamp": "2024-03-07T15:47:22",
            "NoteType": 10
        },
        {
            "Text": "Original BOLID: BOL1234",
            "User": "Automation",
            "DateStamp": "2024-03-07T15:47:22",
            "NoteType": 7
        }
    ]
}
Modified at 2024-09-16 11:42:17
Previous
ImportForQuote_Sync
Next
BookLoad
Built with