User Story
- System shall list all account.
REST API
- https://api.electrocis.technocis.in/v1/account
- Method: GET
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
}
]