GET
/
accounting
/
transactions
/
{id}

Authorizations

x-api-key
string
headerrequired

Headers

x-connection-token
string
required

The connection token

Path Parameters

id
string
required

id of the transaction you want to retrieve.

Query Parameters

remote_data
boolean

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

Response

200 - application/json
transaction_type
string | null

The type of the transaction

number
string | null

The transaction number

transaction_date
string | null

The date of the transaction

total_amount
string | null

The total amount of the transaction

exchange_rate
string | null

The exchange rate applied to the transaction

currency
string | null

The currency of the transaction

tracking_categories
string[] | null

The UUIDs of the tracking categories associated with the transaction

account_id
string | null

The UUID of the associated account

contact_id
string | null

The UUID of the associated contact

company_info_id
string | null

The UUID of the associated company info

accounting_period_id
string | null

The UUID of the associated accounting period

line_items
object[]

The line items associated with this transaction

field_mappings
object | null

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

id
string | null

The UUID of the transaction record

remote_id
string

The remote ID of the transaction

created_at
string

The created date of the transaction

remote_data
object | null

The remote data of the tracking category in the context of the 3rd Party

modified_at
string

The last modified date of the transaction

remote_updated_at
string | null

The date when the transaction was last updated in the remote system