Skip to content

Bid rejection

Description

Using this method, you can reject a tender bid.

URL structure

POST /v2/tender{id}/bid/reject

List of parameters

Name Description Parameter transfer type Required(+)/Default(value)
id User ID Path parameter +
bidId Bid ID Request Param +
label Reason for bid rejection Request body parameter +

Results

200

Results with errors

Error with the code

Structure "Error with the code".

Sample request

BASH
curl --location -g --request POST 'http://localhost:8081/v2/tender/{id}/bid/reject?language=uk&bidId=409' \
--header 'Authorization: 2UGARXGHABV000000388' \
--header 'Content-Type: application/json' \
--data-raw '{"reason": "reason"}'