POST
/
accounting
/
expenses

Authorizations

x-api-key
string
header
required

Headers

x-connection-token
string
required

The connection token

Query Parameters

remote_data
boolean

Set to true to include data from the original Accounting software.

Body

application/json
account_id
string | null

The UUID of the associated account

company_info_id
string | null

The UUID of the associated company info

contact_id
string | null

The UUID of the associated contact

currency
string | null

The currency of the expense

exchange_rate
string | null

The exchange rate applied to the expense

field_mappings
object | null

The custom field mappings of the object between the remote 3rd party & Panora

line_items
object[]

The line items associated with this expense

memo
string | null

A memo or description for the expense

sub_total
number | null

The sub-total amount of the expense (before tax)

total_amount
number | null

The total amount of the expense

total_tax_amount
number | null

The total tax amount of the expense

tracking_categories
string[] | null

The UUIDs of the tracking categories associated with the expense

transaction_date
string | null

The date of the expense transaction

Response

201 - application/json
account_id
string | null

The UUID of the associated account

company_info_id
string | null

The UUID of the associated company info

contact_id
string | null

The UUID of the associated contact

created_at
string | null

The created date of the expense record

currency
string | null

The currency of the expense

exchange_rate
string | null

The exchange rate applied to the expense

field_mappings
object | null

The custom field mappings of the object between the remote 3rd party & Panora

id
string | null

The UUID of the expense record

line_items
object[]

The line items associated with this expense

memo
string | null

A memo or description for the expense

modified_at
string | null

The last modified date of the expense record

remote_created_at
string | null

The date when the expense was created in the remote system

remote_data
object | null

The remote data of the expense in the context of the 3rd Party

remote_id
string | null

The remote ID of the expense in the context of the 3rd Party

sub_total
number | null

The sub-total amount of the expense (before tax)

total_amount
number | null

The total amount of the expense

total_tax_amount
number | null

The total tax amount of the expense

tracking_categories
string[] | null

The UUIDs of the tracking categories associated with the expense

transaction_date
string | null

The date of the expense transaction