Policy Application

This endpoint allows you to apply for a policy.

Used to apply for a policy from a quote id

post
Authorizations
api_keystringRequired
Header parameters
api_keyanyRequired
Body
quoteIdstringRequired

unique identifier for a previously computed active quote

Example: 123456789
policyHolderNumberstringRequired

optional policy holder identier

Example: policy holder number
paymentReferencestringOptional

Must pass only after payment is complete using this reference, optional if payment is not required

Example: casava_37215048
isSubmissionbooleanOptional

default values is true, when true validate that all required field values have been sent before accepting policy application.

Default: trueExample: true
policyCodestringRequired

Insurance policy code

Example: INCOMEPROTECT
salarynumberOptional

Only required if applying for INCOME PPROTECTION policy

Example: 90000
Responses
post
/policy/apply

Sample Request

Sample Response

After applying for a policy using the QuoteId a response will be returned containing the policy number

Last updated