{ "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" }