Policy Application
This endpoint allows you to apply for a policy.
Authorizations
api_keystringRequired
Header parameters
api_keyanyRequired
Body
quoteIdstringRequiredExample:
unique identifier for a previously computed active quote
123456789policyHolderNumberstringRequiredExample:
optional policy holder identier
policy holder numberpaymentReferencestringOptionalExample:
Must pass only after payment is complete using this reference, optional if payment is not required
casava_37215048isSubmissionbooleanOptionalDefault:
default values is true, when true validate that all required field values have been sent before accepting policy application.
trueExample: truepolicyCodestringRequiredExample:
Insurance policy code
INCOMEPROTECTsalarynumberOptionalExample:
Only required if applying for INCOME PPROTECTION policy
90000Responses
201
insurance policy application submitted successfully
application/json
400
Validation error submitting insurance appliation
application/json
post
/policy/applySample Request
Sample Response
After applying for a policy using the QuoteId a response will be returned containing the policy number
Last updated