Get all account

PENDING 8 hrs Medium 2024-08-01

User Story

  • System shall list all 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
  }
]