Skip to main content
POST

Authorizations

Authorization
string
header
required

API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.

Path Parameters

companyId
string<uuid>
required

Company identifier

submissionId
string<uuid>
required

The submission's unique identifier.

Body

application/json
closeReason
string

Optional key from the tenant's Close Reason option set. It is stored only when Submission::closeReason is configured.

Minimum string length: 1
closeExplanation
string

Optional free-text explanation. It is stored only when Submission::closeExplanation is configured.

Minimum string length: 1

Response

The submission was closed and its active quotes were cancelled.

submissionId
string<uuid>
required

The submission that was closed.

closedQuoteIds
string<uuid>[]
required

Active quotes cancelled by the close cascade.