{
"AuthenticationData":{
"Username":"",
"Password":"",
"ClientRefNum":""
},
"LoadID":"",
"QuoteInformation":{
"QuoteID":null,
"Scac":"ABCD",
"TransitTime":null,
"TotalCharge":"300.0",
"FreightCharge":null,
"FuelSurcharge":null,
"DiscountPercentage":null,
"DiscountAmount":null,
"AccessorialFees":null,
"Minumum":null,
"GrossCharge":null,
"OtherCharge":null,
"Tariff":"None",
"Interline":"true",
"Miles":null,
"QuoteNumber":"4321",
"AccountNumber":null,
"CarrierPrice":"325.0",
"CustomerPrice":"325.0",
"Note":"Notes go here",
"CurrencyID":"0"
}
}
curl --location --request POST 'https://ws.integration.banyantechnology.com/services/api/rest/AddManualQuote' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"AuthenticationData":{
"Username":"",
"Password":"",
"ClientRefNum":""
},
"LoadID":"",
"QuoteInformation":{
"QuoteID":null,
"Scac":"ABCD",
"TransitTime":null,
"TotalCharge":"300.0",
"FreightCharge":null,
"FuelSurcharge":null,
"DiscountPercentage":null,
"DiscountAmount":null,
"AccessorialFees":null,
"Minumum":null,
"GrossCharge":null,
"OtherCharge":null,
"Tariff":"None",
"Interline":"true",
"Miles":null,
"QuoteNumber":"4321",
"AccountNumber":null,
"CarrierPrice":"325.0",
"CustomerPrice":"325.0",
"Note":"Notes go here",
"CurrencyID":"0"
}
}'
{
"Success": true,
"Error": null,
"LoadID": 12345678,
"QuoteInformation": {
"QuoteID": 123456789,
"SCAC": "ABCD",
"TransitTime": 4,
"TotalCharge": 300,
"FreightCharge": null,
"FuelSurcharge": null,
"DiscountPercentage": 0,
"DiscountAmount": 0,
"AccessorialFees": null,
"Minumum": null,
"GrossCharge": null,
"OtherCharges": null,
"Tariff": "None",
"Interline": true,
"Miles": null,
"QuoteNumber": "4321",
"AccountNumber": null,
"CarrierPrice": 325,
"CustomerPrice": 325,
"Note": "Notes go here",
"CurrencyID": 0
}
}