action naviplancentral_life_insurance_policy_types_get_by_country { label: "LifeInsurancePolicyTypes_GetByCountry" description: "Description: This operation retrieves all Life Insurance Policy Types for the specified country.
\n Purpose: Provides access to the Life Insurance Policy Types including id and type description." provider: naviplancentral method: GET path: "/api/LifeInsurancePolicyTypes" encoding: json input: { type: "object" properties: { country: { type: "string" } } required: ["country"] additionalProperties: false } output: { type: "object" additionalProperties: true } }