When a client gets divorced, a few key settings must be updated in the eMoney platform to ensure an accurate financial plan. Follow these steps to make those changes.
Step 1: Update Client's Marital Fields in Client Record
Utilize the /clients API to modify the "maritalStatus" to "Divorced" and "previousMarriages" to "true".
Step 3: Delete Spouse From the Client Record
Utilize the /spouse API to delete the spouse from the client record.
Step 4: Delete Spouse Client Portal Logon (If Applicable)
Utilize the /logons API to delete the spouse's access to their client portal.

More Use Cases
Add A Spouse to a Client
A client life event like marriage requires modification to their record to ensure an accurate financial plan.
The following APIs are used in this use case:
/public/v1/clients/{clientId}/spouse

Generate A List Of Client Expenses
Save time and eliminate the need for data entry with eMoney APIs. Our APIs allow you to generate and export eMoney client expense data, including name, start/end, amount and type. Use this data to create a unified client view across platforms.
The following APIs are used in this use case:
/public/v1/clients/{clientId}/plans/{planId}/expenses
