Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 3.87 KB

File metadata and controls

12 lines (9 loc) · 3.87 KB

CreateJournalLine

Fields

Field Type Required Description Example
accountId JsonNullable<String> ID of the ledger account this line references acc_123456789
description JsonNullable<String> Description of the journal line Payment for office supplies
amount JsonNullable<Double> Amount of the journal line in minor units, e.g. 10010 for 100.10 USD. Positive for debit, negative for credit 10010
taxRateId JsonNullable<String> ID of the tax rate applied tax_123456789
taxAmount JsonNullable<Double> Tax amount of the line in minor units, e.g. 10010 for 100.10 USD 10010