cURL
curl --request PATCH \ --url https://staging.cutmake.ai/api/v1/management-accounts/{account_id} \ --header 'Content-Type: application/json' \ --data ' { "code": "<string>", "name": "<string>", "category": "<string>", "parentId": "<string>", "level": 123, "description": "<string>", "isActive": true } '
{ "id": "<string>", "code": "<string>", "name": "<string>", "category": "<string>", "level": 123, "type": "<string>", "status": "<string>", "parent": { "id": "<string>", "code": "<string>", "name": "<string>" }, "parentId": "<string>", "description": "<string>", "isActive": true, "createdAt": "<string>", "child_count": 123 }
Update a management account.
Successful Response
Show child attributes