BiddingRoundCustomer
idstring<uuid>required
Example:
c2daddd4-0809-46dd-b9cd-bef9945e28fenamestringrequired
Example:
Round 1description objectrequired
oneOf
- string
- null
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.
- string<date-time>
- null
string<date-time>
statusstringrequired
Possible values: [draft, published, completed]
Example:
draftcreatedAtstring<date-time>required
Example:
2023-12-31T12:54:55.671ZstartAt objectrequired
oneOf
- string<date-time>
- null
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"
}