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