Quote Response
Allows suppliers to respond with a quote through a web service API. This API call is made after receiving a quote request.
Last updated
Allows suppliers to respond with a quote through a web service API. This API call is made after receiving a quote request.
Last updated
{ }{ "error": "Description of the error that occurred." }curl https://api.bidunity.com/v1/quote/response \
-u your_api_key: \
-d request_id="@/path/to/a/file.pdf" \
-d total_amount=5683.75
-d tax=358.75
-d shipping=200
-d notes="This is our best offer!"
-d delivery_date=1585761463
-d quoted_by="John Doe"