Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 5.49 KB

File metadata and controls

13 lines (10 loc) · 5.49 KB

AccountingJournalCreateRequestDto

Fields

Field Type Required Description Example
reference JsonNullable<String> Reference number for the journal JRN-2024-001
memo JsonNullable<String> Memo or description for the journal Monthly closing entries
currencyCode JsonNullable<AccountingJournalCreateRequestDtoCurrencyCode> Currency code for the journal and all lines
exchangeRate JsonNullable<Double> Exchange rate to company base currency to apply to all lines 1
transactionDate OffsetDateTime Date of the journal transaction 2024-03-20T10:00:00Z
lines List<CreateJournalLine> List of journal lines