Indicative Quote Self Service
This API is REST based to provide insurance quote directly to customer, via their internet banking.
Business Use case
This API presents customer with Insurance quote while he/she is using partner’s application. For instance, internet banking.
When customer is using internet banking, a button/banner is displayed in partner’s portal. When the button/banner is clicked, he/she is presented with an insurance quote estimate in new browser (using SSO).
Technical Overview
The Indicative Quote API is exposed via PUT / createPolicyEstimateSelfService and uses REST based HTTP integration as transfer protocol.
The examples focus on the essential programming tasks for creating an Indicative Quote Self Service, taking advantage of default settings when possible.
PUT v1/policy/estimate/{product}/selfserve
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.