Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.39 KB

File metadata and controls

14 lines (10 loc) · 1.39 KB

POSTJournalRunType

Properties

Name Type Description Notes
accounting_period_name str Name of the accounting period. This field determines the target start and end dates of the journal run. Required if you do not include `targetStartDate` and `targetEndDate`. [optional]
journal_entry_date date Date of the journal entry.
target_end_date date The target end date of the journal run. If you include `accountingPeriodName`, the `targetEndDate` must be empty or the same as the end date of the accounting period specified in `accountingPeriodName`. [optional]
target_start_date date The target start date of the journal run. Required if you include targetEndDate. If you include `accountingPeriodName`, the `targetStartDate` must be empty or the same as the start date of the accounting period specified in `accountingPeriodName`. [optional]
transaction_types list[POSTJournalRunTransactionType] Transaction types included in the journal run. You can include one or more transaction types.

[Back to Model list] [Back to API list] [Back to README]