GET
/
accounting
/
incomestatements
/
{id}

Authorizations

x-api-key
string
header
required

Headers

x-connection-token
string
required

The connection token

Path Parameters

id
string
required

id of the incomestatement you want to retrieve.

Query Parameters

remote_data
boolean

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

Response

200 - application/json
created_at
string | null

The created date of the income statement record

currency
string | null

The currency used in the income statement

end_period
string | null

The end date of the period covered by the income statement

field_mappings
object | null

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

gross_profit
number | null

The gross profit for the period

id
string | null

The UUID of the income statement record

modified_at
string | null

The last modified date of the income statement record

name
string | null

The name of the income statement

net_income
number | null

The net income for the period

net_operating_income
number | null

The net operating income for the period

remote_data
object | null

The remote data of the income statement in the context of the 3rd Party

remote_id
string | null

The remote ID of the income statement in the context of the 3rd Party

start_period
string | null

The start date of the period covered by the income statement