Treasury
Update Initial Balance
Updates the initial balance of a specific client.
put/api/v3/clients/{client_id}/initial_balance.json
Path parameters
client_idstring required
Example:12345
ID of the client.
Query parameters
api_keystring required
Example:YOUR_API_KEY
Your API Key.
Request body
Example request
{
"initial_balance": {
"value": 123.45,
"date": "2023-05-19"
}
}Response
SUCCESS
Example response
{
"initial_balance": {
"value": 123.45,
"date": "2023-05-19"
}
}