action naviplancentral_accounts_post_savings_strategy_by_accountid_savingsstrategy { label: "Accounts_PostSavingsStrategyByAccountidSavingsstrategy" description: "Creates a savings strategy on a specific account" provider: naviplancentral method: POST path: "/api/Accounts/{accountId}/SavingsStrategies" encoding: json input: { type: "object" properties: { accountId: { type: "string" } } required: ["accountId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }