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