Update an account
PATCH
/managed_accounts/{id} Update the details for the managed account identified by the id in the path.
Request
Path parameters
Request body
*application/json
objectobject · 4 fields
Responses
200OK
Success
Headers
Body
application/json
ManagedAccountManagedAccount · object · 9 fields
Response example
{ "id": "string", "profileId": "10001", "tag": "customer-123", "friendlyName": "string", "currency": "GBP", "balances": { "availableBalance": 0, "actualBalance": 0 }, "state": { "state": "ACTIVE", "blockedReason": "USER", "destroyedReason": "SYSTEM" }, "creationTimestamp": 0, "lowBalanceThreshold": 0}