User Story
- System shall provide options to edit and update transaction.
REST API
JSON Structure
{
"data": [
{
"id": "ef8c83bc-006d-4df2-84ea-65d5151d78f4",
"createdAt": "2024-08-03T16:53:21.886Z",
"updatedAt": "2024-08-03T16:53:21.886Z",
"description": "Service Gpay",
"account": {
"id": "a39870f0-82f0-4e72-a5f1-d4bc9c9807c4",
"createdAt": "2024-04-02T06:46:22.890Z",
"updatedAt": "2024-08-03T16:53:21.887Z",
"name": "Karur Vysya Bank 7795",
"number": "1668155000047795",
"bank": "",
"branch": "",
"openingBalance": "1605503",
"accountBalance": "8211151",
"openingBalanceDate": "2024-04-02T00:00:00.000Z",
"notes": "Vijaya - Savings Account\nIFSC - KVBL0001668",
"isDefault": false
},
"amount": "45000",
"date": "2024-08-03T00:00:00.000Z",
"type": "CREDIT",
"category": {
"id": "070a82ec-16d2-44fe-92ad-c03e410d0408",
"createdAt": "2024-04-02T07:28:25.332Z",
"updatedAt": "2024-04-02T07:28:25.332Z",
"name": "Service",
"description": ""
},
"notes": "",
"isTransfer": false
}
],
"meta": {
"total": 12,
"limit": "1",
"page": "1"
}
}