Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 14.3 KB

unifiedaccountingtransactionoutput.md

File metadata and controls

26 lines (23 loc) · 14.3 KB

UnifiedAccountingTransactionOutput

Fields

Field Type Required Description Example
transaction_type OptionalNullable[str] The type of the transaction Sale
number OptionalNullable[str] The transaction number 1001
transaction_date date The date of the transaction 2024-06-15T12:00:00Z
total_amount OptionalNullable[str] The total amount of the transaction 1000
exchange_rate OptionalNullable[str] The exchange rate applied to the transaction 1.2
currency OptionalNullable[str] The currency of the transaction USD
tracking_categories List[str] The UUIDs of the tracking categories associated with the transaction [
"801f9ede-c698-4e66-a7fc-48d19eebaa4f"
]
account_id OptionalNullable[str] The UUID of the associated account 801f9ede-c698-4e66-a7fc-48d19eebaa4f
contact_id OptionalNullable[str] The UUID of the associated contact 801f9ede-c698-4e66-a7fc-48d19eebaa4f
company_info_id OptionalNullable[str] The UUID of the associated company info 801f9ede-c698-4e66-a7fc-48d19eebaa4f
accounting_period_id OptionalNullable[str] The UUID of the associated accounting period 801f9ede-c698-4e66-a7fc-48d19eebaa4f
line_items List[models.LineItem] The line items associated with this transaction
field_mappings OptionalNullable[models.UnifiedAccountingTransactionOutputFieldMappings] The custom field mappings of the object between the remote 3rd party & Panora {
"custom_field_1": "value1",
"custom_field_2": "value2"
}
id OptionalNullable[str] The UUID of the transaction record 801f9ede-c698-4e66-a7fc-48d19eebaa4f
remote_id Optional[str] The remote ID of the transaction remote_id_1234
created_at date The created date of the transaction 2024-06-15T12:00:00Z
remote_data OptionalNullable[models.UnifiedAccountingTransactionOutputRemoteData] The remote data of the tracking category in the context of the 3rd Party {
"raw_data": {
"additional_field": "some value"
}
}
modified_at date The last modified date of the transaction 2024-06-15T12:00:00Z
remote_updated_at date The date when the transaction was last updated in the remote system 2024-06-15T12:00:00Z