User Story
- System shall provide options to edit and update account
REST API
JSON Structure
[
{
"id": "string",
"createdAt": "2024-08-01T18:56:29.652Z",
"updatedAt": "2024-08-01T18:56:29.652Z",
"name": "string",
"number": "string",
"bank": "string",
"branch": "string",
"openingBalance": 0,
"accountBalance": 0,
"openingBalanceDate": "2024-08-01T18:56:29.652Z",
"notes": "string",
"isDefault": true
}
]