Create thread

Opens a new BidThread on a Listing. The body carries the thread’s first Bid (SUBMIT / ACCEPT / DENY). Bidder identity is resolved server-side from the caller’s JWT + the listing’s audience. | authz: allowed_org_types=[provider], min_org_role=driver | (BidThreadClientCreate1) -> (PydanticObjectId)

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
actionenumRequired
Allowed values:
listing_idstringRequired
pro_forma_line_itemslist of objectsOptional
commentstringOptional
schema_versionintegerOptionalDefaults to 1

Response

Successful Response

Errors

422
Bid Threads Create V1request Unprocessable Entity Error