Quote and Bind
This API is SOAP based that helps partner representative purchase policy on behalf of customer.
Business Use case
This is where the partner system calls the Allianz sales system with insurance quote estimation. The partner consultant’s browser is then redirected into the Allianz’s sales application with a quote.
Technical Overview
The Quote & Bind API is exposed via the POST/PolicyLeadService and uses SOAP as the transfer protocol.
The examples focus on the essential programming tasks for creating a Spot and Refer Service, taking advantage of default settings when possible.
POST WAS_SAF2_EXT/safireServices/ws/PolicyLeadRequest
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 Spot and Refer
FIELD REFERENCE - REquest
Same as Spot and Refer
FIELD REFERENCE - RESPONSE
Field Description | Example |
|
<SOAP-ENV:Envelope> <SOAP-ENV:Body> <PolicyLeadResult> <NS1:MessageResult> <NS1:StatusCode>Success</NS1:StatusCode> </NS1:MessageResult> -<ns6:Attachment key="abff0d60-109c-4aa9-bdf0-3d9391b6dd74"> <ns6:AttachmentId>voLsKtDhnFyzf-jdb1-jk9TZChsaw9KOAKmW2pScyemI1GHVSx4EZNZBvBkYWqaDKAM6wGZdS9jW7gHN6McyHRshsuUaquLPEq00QWzYGexIX A4</ns6:AttachmentId> <ns6:TypeCode>DocumentLink</ns6:TypeCode> <ns6:URI>https://wwwuat.einsure.com.au/DSPauthuat1/personal/web/search/leadSearc… KtDhnFyzf-jdb1-jk9TZChsaw9KOAKmW2pScyemI1GHVSx4EZNZBvBkYWqaDKAM6wGZdS9jW7gHN6McyHRshsuUaquLPEq00QWzYGexIX A4&fi=WESTPAC</ns6:URI> </ns6:Attachment> </PolicyLeadResult> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
ERROR ReSPONSE CODES
Refer to Overview/Guidelines/Documentation section SOAP Based Error Codes for details.