monthly cash flow profile
Update monthly cash flow profile
Use this endpoint to update the attributes of a monthly_cash_flow_profile.
put/users/{user_guid}/monthly_cash_flow_profile
Request body
Example request
{
"institution": {
"goals_contribution": 150.01
}
}Response
OK
Example response
{
"monthly_cash_flow_profile": {
"guid": "MCF-4e431124-4a29-abf9-f059-ab232ac14dbf",
"user_guid": "USR-6c83f63c-efcc-0189-3f14-100f0bad378a",
"budgeted_income": 1200.12,
"budgeted_expenses": 1000,
"goals_contribution": 150
}
}