Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 9.52 KB

unifiedaccountingpaymentinput.md

File metadata and controls

20 lines (17 loc) · 9.52 KB

UnifiedAccountingPaymentInput

Fields

Field Type Required Description Example
invoice_id OptionalNullable[str] The UUID of the associated invoice 801f9ede-c698-4e66-a7fc-48d19eebaa4f
transaction_date date The date of the transaction 2024-06-15T12:00:00Z
contact_id OptionalNullable[str] The UUID of the associated contact 801f9ede-c698-4e66-a7fc-48d19eebaa4f
account_id OptionalNullable[str] The UUID of the associated account 801f9ede-c698-4e66-a7fc-48d19eebaa4f
currency OptionalNullable[str] The currency of the payment USD
exchange_rate OptionalNullable[str] The exchange rate applied to the payment 1.2
total_amount OptionalNullable[float] The total amount of the payment in cents 10000
type OptionalNullable[str] The type of payment Credit Card
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
tracking_categories List[str] The UUIDs of the tracking categories associated with the payment [
"801f9ede-c698-4e66-a7fc-48d19eebaa4f"
]
line_items List[models.LineItem] The line items associated with this payment
field_mappings OptionalNullable[models.UnifiedAccountingPaymentInputFieldMappings] The custom field mappings of the object between the remote 3rd party & Panora {
"custom_field_1": "value1",
"custom_field_2": "value2"
}