Skip to main content
POST
Submit an RFI response

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

rfiId
string<uuid>
required

ID of the request for information.

Body

application/json

The replies making up one submission.

items
object[]
required

One entry per reply.

Required array length: 1 - 200 elements

Response

Success

Confirmation that a submission was recorded.

rfiId
string<uuid>

ID of the request that was answered.

Example:

"7c9e1a34-5b02-4d68-91af-3e6d2b8c4075"

roundId
string<uuid>

ID of the round that was answered.

Example:

"b81d4f2c-6e35-4a90-9f27-0c3e5a71d8b6"

round
integer

Attempt number that was answered.

Example:

1

status
enum<string>

Status of the request after the submission.

Available options:
submitted
Example:

"submitted"

submittedAt
string<date-time>

When the submission was recorded.

Example:

"2026-07-03T09:12:44.000Z"

responseCount
integer

Number of replies recorded, which may exceed the number of request items answered.

Example:

5