User Story
- System shall provide options to edit and update transaction category.
REST API
JSON Structure
{
"data": [
{
"id": "a1e78a3e-3b4b-456a-b42c-61cf80967872",
"createdAt": "2024-04-02T07:38:47.547Z",
"updatedAt": "2024-04-02T07:40:10.097Z",
"name": "Administrative Expense / Financial Expense",
"description": ""
}
],
"meta": {
"total": 34,
"limit": "1",
"page": "1"
}
}