Skip to main content
POST
Answer a supplier clarification question on a project

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

Project ID

question_id
integer
required

Per-project public question number (the N in "Q-N").

Body

application/json
response
string
required

The answer to the supplier's question.

Example:

"Yes, the CMS licence cost is included in the project budget."

visibility
enum<string>

Only honoured for users who can approve Q&A: secret = only the asking supplier sees the answer; shared = all invited suppliers see it once approved.

Available options:
secret,
shared
Example:

"shared"

job_question_category_id
integer

Optional question category id.

Response

The question with its recorded response and resulting status

The response is of type object.