Skip to main content
PATCH

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header.

Path Parameters

companyId
string<uuid>
required

Company identifier

submissionId
string<uuid>
required

Submission identifier

Body

application/json

Request to update a submission. All fields are optional (PATCH semantics).

name
string | null

Update submission name (send null to clear)

status
enum<string>
Available options:
in_progress,
submitted,
quote_in_progress,
quoted,
bound,
declined,
expired,
cancelled
type
enum<string>

Internal submission type

Available options:
new_business,
renewal,
endorsement,
cancellation,
reinstatement
renewingPolicyId
string<uuid> | null

Policy ID being renewed (send null to clear)

declineReason
string | null

Reason for declining (send null to clear, typically set when status is 'declined')

Response

Submission updated successfully

The updated submission (without quoteIds)

id
string<uuid>
companyId
string<uuid>
number
string
name
string | null
status
enum<string>
Available options:
in_progress,
submitted,
quote_in_progress,
quoted,
bound,
declined,
expired,
cancelled
type
enum<string>

Internal submission type

Available options:
new_business,
renewal,
endorsement,
cancellation,
reinstatement
primaryInsuredName
string | null
applicationId
string<uuid> | null
renewingPolicyId
string<uuid> | null
renewingPolicyNumber
string | null
declineReason
string | null
createdAt
string<date-time>
updatedAt
string<date-time> | null
closedAt
string<date-time> | null
boundAt
string<date-time> | null