Indicative Quote Safety Net
This API is REST based to provide insurance quote directly to customer, when an event such as home loan approval/purchase carried out.
Business Use case
This API presents a partner branded Indicative quote to customer’s email when an event such as home loan approval or any significant milestone is reached in partner system. Once event is triggered, data gets pushed to Allianz system to create an insurance policy estimate. Allianz will acknowledge with status (success/failure). In success scenario Indicative quote is presented to customer’s email.
Technical Overview
The Indicative Quote API is exposed via PUT / createPolicyEstimateAndEmailCustomer and uses REST based HTTP integration as transfer protocol.
The examples focus on the essential programming tasks for creating an Indicative Quote Safety net, taking advantage of default settings when possible.
PUT v1/policy/estimate/{product}/emailcustomer
Note: Refer to Environment URLs page under Overview/Guidelines/Documentation for complete URL for each environment.
Authentication
HTTP requests to the API are protected with HTTP Basic authentication. To learn more about how Allianz handles authentication, please refer to our Security Model page under Overview/Guidelines/Documentation.
Request Body Structure
Same as Indicative Quote POS
Field Reference – Request
Same as Indicative Quote POS
Field Reference – ReSPONSE
Same as Indicative Quote POS
ERROR ReSPONSE CODES
Refer to Overview/Guidelines/Documentation section REST Based Error Codes for details.