1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"description": "Monthly accrual entry",
"date": "2026-03-13",
"memo": "March accrual for prepaid expenses",
"status": "posted",
"entries": [
{
"id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"accountId": "c3d4e5f6-a7b8-9012-cdef-123456789012",
"accountName": "Prepaid Expenses",
"debit": 1000,
"credit": 0,
"description": "Prepaid insurance allocation"
},
{
"id": "d4e5f6a7-b8c9-0123-defa-234567890123",
"accountId": "e5f6a7b8-c9d0-1234-efab-345678901234",
"accountName": "Insurance Expense",
"debit": 0,
"credit": 1000,
"description": "Prepaid insurance allocation"
}
],
"totalDebit": 1000,
"totalCredit": 1000,
"createdAt": "2026-03-13T08:30:00.000Z",
"updatedAt": "2026-03-13T08:30:00.000Z"
}