Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 8.32 KB

unifiedaccountingaccountinput.md

File metadata and controls

18 lines (15 loc) · 8.32 KB

UnifiedAccountingAccountInput

Fields

Field Type Required Description Example
Name *string The name of the account Cash
Description *string A description of the account Main cash account for daily operations
Classification *string The classification of the account Asset
Type *string The type of the account Current Asset
Status *string The status of the account Active
CurrentBalance *float64 The current balance of the account 10000
Currency *string The currency of the account USD
AccountNumber *string The account number 1000
ParentAccount *string The UUID of the parent account 801f9ede-c698-4e66-a7fc-48d19eebaa4f
CompanyInfoID *string The UUID of the associated company info 801f9ede-c698-4e66-a7fc-48d19eebaa4f
FieldMappings *components.UnifiedAccountingAccountInputFieldMappings The custom field mappings of the object between the remote 3rd party & Panora {
"custom_field_1": "value1",
"custom_field_2": "value2"
}