Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 8.54 KB

File metadata and controls

18 lines (15 loc) · 8.54 KB

AccountingJournalResultData

Fields

Field Type Required Description Example
Id string Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
RemoteId string Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
CompanyId string ID of the company this journal belongs to comp_123456789
Reference string Reference number for the journal JRN-2024-001
Memo string Memo or description for the journal Monthly closing entries
TransactionDate DateTime Date of the journal transaction 2024-03-20T10:00:00Z
Status AccountingJournalResultStatus Status of the journal
Lines List<JournalLine> List of journal lines [
{
"id": "line_1",
"account_id": "acc_123",
"description": "Payment for office supplies",
"amount": 10010,
"tax_amount": 2002
}
]
CreatedAt DateTime Timestamp when the journal was created 2024-03-20T10:00:00Z
UpdatedAt DateTime Timestamp when the journal was last updated 2024-03-20T10:00:00Z
PostedAt DateTime Timestamp when the journal was posted 2024-03-20T10:00:00Z