{
"data": {
"quoteId": "string",
"carrierCode": "string",
"serviceLevel": "string"
}
}
curl --location --request PUT '/business_units//sales_orders//tms_quote' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"quoteId": "string",
"carrierCode": "string",
"serviceLevel": "string"
}
}'
{}