Skip to main content

BiddingRoundCustomer

idstring<uuid>required
Example: c2daddd4-0809-46dd-b9cd-bef9945e28fe
namestringrequired
Example: Round 1
description objectrequired
oneOf
string
endAt objectrequired

Bidding deadline configured on the round. Will be null if no deadline is set in a draft round. The deadline is already saved, or the round has been published, this field is guaranteed to be non-null.

oneOf
string<date-time>
statusstringrequired

Possible values: [draft, published, completed]

Example: draft
createdAtstring<date-time>required
Example: 2023-12-31T12:54:55.671Z
startAt objectrequired
oneOf
string<date-time>
BiddingRoundCustomer
{
"id": "c2daddd4-0809-46dd-b9cd-bef9945e28fe",
"name": "Round 1",
"description": null,
"endAt": "2023-12-31T07:00:37.613Z",
"status": "draft",
"createdAt": "2023-12-31T12:54:55.671Z",
"startAt": "2023-12-31T14:50:48.856Z"
}