Allianz · JSON Structure

Api Connect Policy Details Self Service Request Structure

Request body for creating a self-service policy completion session

Type: object Properties: 2 Required: 1
Financial ServicesInsuranceAsset Management

PolicyDetailsSelfServiceRequest is a JSON Structure definition published by Allianz, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

estimate_id redirect_url

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/allianz-docs/refs/heads/main/json-structure/api-connect-policy-details-self-service-request-structure.json",
  "description": "Request body for creating a self-service policy completion session",
  "properties": {
    "estimate_id": {
      "type": "string",
      "description": "Unique identifier of the price estimate to complete",
      "example": "est-500789"
    },
    "redirect_url": {
      "type": "uri",
      "description": "URL to redirect customer back to after completing the policy",
      "example": "https://portal.example.com/insurance/complete"
    }
  },
  "required": [
    "estimate_id"
  ],
  "name": "PolicyDetailsSelfServiceRequest"
}