Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.44 KB

JournalCode.md

File metadata and controls

18 lines (15 loc) · 1.44 KB

# JournalCode

Properties

Name Type Description Notes
id string The unique identifier for the item [optional]
displayedAs string The name of the resource [optional]
path string The API path for the resource [optional]
createdAt \DateTime The datetime when the item was created [optional]
updatedAt \DateTime The datetime when the item was last updated [optional]
name string The name of the journal code [optional]
code string The code of the journal code [optional]
journalCodeType \SynergiTech\Sage\Model\JournalCodeType [optional]
controlName string The control name of the journal code Control names are identifiers for a journal codes with a specific meaning. Some examples are `AC` for purchases, `VE` for sales, `OD` for other transactions and `REPBAL` for opening balances. [optional]
reserved bool Indicates whether the journal code is reserved. Reserved journal codes cannot be deleted. A journal code is reserved when it has a control name. Please note that journal codes can also not be deleted when there is any journal that is using the code. [optional]

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