action naviplancentral_life_insurance_policies_get_subaccounts_by_lifeinsurancepolicyid { label: "LifeInsurancePolicies_GetSubaccountsByLifeinsurancepolicyid" description: "Description: Get all the subaccounts for an existing Life Insurance Policy.
\n Purpose: Provides access to all the Life Insurance Policy subaccounts." provider: naviplancentral method: GET path: "/api/LifeInsurancePolicies/{lifeInsurancePolicyId}/Subaccounts" encoding: json input: { type: "object" properties: { lifeInsurancePolicyId: { type: "string" } } required: ["lifeInsurancePolicyId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }