curl --request POST \ --url 'https://api.example.com/api/v1/offers/log' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer API_KEY' \ --data '{ "load_id": "LOAD123456", "mc_number": "987654", "carrier_offer": 1850.00, "notes": "Available for pickup tomorrow morning" }'
{ "status": 201 }
Record a carrier’s offer for a specific load
Was this page helpful?