VIEW CLIENT TASKS

Included in:
Core
Primary Planning
Expanded Planning

Reduce manual steps by using our APIs to export eMoney client tasks, allowing them to display in additional platforms. This will allow you to track these items more efficiently.

The following APIs are used in this use case:

/public/v1/users/{userId}/tasks

See all notes

More Use Cases

Generate A List Of Client Expenses

Included in:
  • Primary Planning
  • Expanded Planning

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

Get list of expenses

Add A Spouse to a Client

Included in:
  • Core
  • Primary Planning
  • Expanded Planning

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

Generic Use Case