Bellwork
RfpsVerdicts

File a bid

Save a bid, set it aside, or mark it not useful. `reason_code`/`reason_note` are accepted only with `not_useful`; the RFP agent reads them on its next run as examples of what not to pick.

PUT
/rfps/verdicts

Save a bid, set it aside, or mark it not useful. reason_code/reason_note are accepted only with not_useful; the RFP agent reads them on its next run as examples of what not to pick.

AuthorizationBearer <token>

API key (sk_live_... prefix). Generate keys in the UI under Settings > API Keys, then send it as Authorization: Bearer sk_live_...

In: header

Request Body

application/json

project_id*string
Match^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
Formatuuid
rfp_id*string
Match^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
Formatuuid
verdict*string
Value in"saved" | "dismissed" | "not_useful"
reason_code?|
reason_note?|

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X PUT "https://loading/api/v1/rfps/verdicts" \  -H "Content-Type: application/json" \  -d '{    "project_id": "405d8375-3514-403b-8c43-83ae74cfe0e9",    "rfp_id": "6397cf8d-8ade-443f-875e-18720b6466a1",    "verdict": "saved"  }'
{
  "data": {
    "rfp_opportunity_id": "e1a7d406-bd7a-4d4d-89ad-e981559c7ae5",
    "verdict": "saved"
  }
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}
{
  "error": "entitlement_required",
  "module": "string",
  "message": "string",
  "contact": "string"
}
Empty
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}