Allianz · JSON Structure

Api Connect Policy Details Assisted Request Structure

Request body for staff-assisted policy details completion

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

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

Properties

estimate_id customer_id payment_frequency

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-assisted-request-structure.json",
  "description": "Request body for staff-assisted policy details completion",
  "properties": {
    "estimate_id": {
      "type": "string",
      "description": "Unique identifier of the price estimate to convert",
      "example": "est-500123"
    },
    "customer_id": {
      "type": "string",
      "description": "Unique identifier of the customer",
      "example": "500123"
    },
    "payment_frequency": {
      "type": "string",
      "description": "Preferred payment frequency for the policy",
      "enum": [
        "annual",
        "monthly"
      ],
      "example": "monthly"
    }
  },
  "required": [
    "estimate_id",
    "customer_id"
  ],
  "name": "PolicyDetailsAssistedRequest"
}