waitForRates
to false on create requests.Authorization: Bearer ********************
curl --location --request GET 'https://ws.integration.banyantechnology.com/api/v3/shipments//quotes'
[
{
"shipmentId": 0,
"ratingCompleted": true,
"quotes": [
{
"quoteId": 0,
"carrierName": "string",
"carrierId": 0,
"scac": "string",
"thirdPartyName": "string",
"thirdPartyScac": "string",
"serviceId": "string",
"rawPrice": {
"netPrice": 0,
"freightCharge": 0,
"discountAmount": 0,
"fuelSurcharge": 0,
"minimum": 0,
"grossCharge": 0,
"tariff": 0,
"interline": 0,
"accessorialCharges": 0,
"otherCharges": 0,
"charges": [
{
"name": "string",
"amount": 0,
"code": "string"
}
],
"markup": 0
},
"carrierPrice": {
"netPrice": 0,
"freightCharge": 0,
"discountAmount": 0,
"fuelSurcharge": 0,
"minimum": 0,
"grossCharge": 0,
"tariff": 0,
"interline": 0,
"accessorialCharges": 0,
"otherCharges": 0,
"charges": [
{
"name": "string",
"amount": 0,
"code": "string"
}
],
"markup": 0
},
"customerPrice": {
"netPrice": 0,
"freightCharge": 0,
"discountAmount": 0,
"fuelSurcharge": 0,
"minimum": 0,
"grossCharge": 0,
"tariff": 0,
"interline": 0,
"accessorialCharges": 0,
"otherCharges": 0,
"charges": [
{
"name": "string",
"amount": 0,
"code": "string"
}
],
"markup": 0
},
"transitTime": 0,
"quoteNumber": "string",
"carrierPerson": "string",
"carrierNote": "string",
"dateStamp": "2019-08-24T14:15:22Z",
"interline": true,
"accepted": true,
"currencyType": "USDollar",
"service": "string",
"insuranceDetails": {
"price": 0,
"confirmation": "string",
"insuranceNote": "string",
"expirationDate": "2019-08-24T14:15:22Z",
"deductible": "string",
"termsAndConditions": "string",
"vendorCode": "string"
},
"accountNumber": "string"
}
],
"failedQuotes": [
{
"carrierName": "string",
"scac": "string",
"service": "string",
"reasonCode": 0,
"reason": "string",
"dateStamp": "2019-08-24T14:15:22Z"
}
],
"pendingQuotes": [
{
"dateStamp": "2019-08-24T14:15:22Z",
"pendingQuoteType": "string",
"carrierName": "string",
"scac": "string",
"service": "string",
"quoteId": 0
}
],
"notes": [
{
"description": "string",
"noteTypeId": 0,
"userName": "string",
"dateStamp": "2019-08-24T14:15:22Z"
}
]
}
]