Skip to main content
POST
Override (moderate) a proposal's automatically calculated cost score

Authorizations

Authorization
string
header
required

OAuth 2.0 client credentials. The access token from POST /oauth/token is sent as a bearer token. Request only the scopes you need.

zivio-tenant-id
string
header
required

Your Zivio organisation identifier. The regional API endpoints serve every Zivio organisation, so each request must identify yours.

Path Parameters

id
integer
required

Bid ID

Body

application/json
cost_score_override_percentage
number | null
required

Cost score as a percentage (0-100), capped at the project's cost score allocation. null clears the override.

Example:

15

Response

Override stored; the proposal's recalculated scorecard is returned

The response is of type object.