action naviplancentral_accounts_get_account_holding_by_accountid_id { label: "Accounts_GetAccountHoldingByAccountidId" description: "Description: This operation retrieves a single Account Holding for the specified Account Holding ID and Account ID.
\n Purpose: Provides access to the Account Holding information including description and market value." provider: naviplancentral method: GET path: "/api/Accounts/{accountId}/Holdings/{id}" encoding: json input: { type: "object" properties: { accountId: { type: "string" } id: { type: "string" } } required: ["accountId", "id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }