Cancel Quotation Item
GET/suppliers/quotations/:quotation/item/:quotationItem/cancel
Allow suppliers to cancel a specific quotation item from a quotation they have submitted in response to an RFQ.
This endpoint typically requires suppliers to provide the necessary details, such as the quotation item ID, to identify the item to be canceled.
Request
Responses
- 200
- 403
- 404
Successful response return the Quotation Item being cancelled
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.