Skip to main content

submitOffer

Submit an offer for issuance to the insurance system.

This mutation takes a previously created offer (identified by its contractID) and submits it to the insurance system for processing. Once submitted, the offer will go through the standard issuance workflow.

The offer must have been created via the createOffer mutation first.

**Note**: An offer can only be submitted once. Attempting to submit an already-submitted offer will return an OfferAlreadySubmittedError.

submitOffer(
input: SubmitOfferInput!
): SubmitOfferResult!

Arguments

submitOffer.input ● SubmitOfferInput! non-null input

Type

SubmitOfferResult union

Possible responses when submitting an offer.