Decline Quotation Item
GET/suppliers/quotations/:quotation/item/:quotationItem/decline
Allow suppliers to decline a specific quotation item from a quotation for which they have bee awarded by the client in response to their quotation for an RFQ.
This endpoint typically requires suppliers to provide the necessary details, such as the quotation item ID, to identify the item to be declined.
Request
Responses
- 200
- 403
- 404
Successful response return the Quotation Item being declined
Authorization error
Resource not found it means that the provided any of the path parameters to amend is either not yours or present in the database.