Update accounts
Use this endpoint to update accounts for customers.
1 |
|
This endpoint requires a JSON body be posted.
Request Body
Property | Type | Required | Description |
---|---|---|---|
accounts | Account[] | Required | A list of accounts |
Output
This endpoint returns an HTTP response indicating success (200) or failure (500).
Example
This example shows the following updates taking place:
- Account's portfolio enrollment is changing
- Account's status is being set to
CLOSED
Request
1 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
|
Response
1 2 3 |
|