Skip to main content
POST
Score a proposal against the project's quality criteria (create or update an evaluation)

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
scores
object[]

One entry per criterion: { criterion_id or criterion, score (0-10), notes }.

criterion_id
integer

Single-score form: the criterion id.

criterion
string

Single-score form: the criterion name.

score
integer

Single-score form: whole number from 0 to 10.

notes
string

Single-score form: justification (required).

Response

Scores recorded; the proposal's recalculated scorecard is returned

The response is of type object.