Newer Version Available
Financial Goal Funding Input
Input for Financial Accounts that fund the Financial Goal.
- JSON example
-
1{ 2 "financialGoalFundings": [ 3 { 4 "amount": 1000, 5 "currencyIsoCode": "USD", 6 "customFields": { 7 "FSC9__FinancialAccount__c": "a0HSG0000000AfJ2AU" 8 } 9 }, 10 { 11 "amount": 2000, 12 "currencyIsoCode": "USD", 13 "customFields": { 14 "FSC9__FinancialAccount__c": "a0HSG0000000AfJ2AV" 15 } 16 } 17 ] 18} - Properties
-
Name Type Description Required or Optional Available Version amount Double Amount funded by the funding source. Required 60.0 currencyIsoCode String Currency ISO code for the currency fields. Optional 60.0 customFields Map<String, Object> Financial Goal funding custom fields. Optional 60.0