ProfitAndLoss

Retrieves a ProfitAndLoss resource.

Retrieves a ProfitAndLoss resource.

get/profit_and_loss

Query parameters

startstring date-time required

YYYY-MM-DD

endstring date-time required

YYYY-MM-DD

accounting_method'cash' | 'accrual' required

The Accounting Method

Response

ProfitAndLoss resource

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

reportTitlestring nullable

e.g: ProfitAndLoss

companyNamestring nullable

e.g: the company legal name

columnsstring[] nullable

columns in profit and loss statement

rowsstring[] nullable

rows in profit and loss statement

accountingMethodstring nullable

accounting method: a set of rules under which revenues and expenses are reported in financial statements e.g: cash

startstring date-time nullable

start datetime of the profit and loss statement coverage

endstring date-time nullable

end datetime of the profit and loss statement coverage

currencyCodestring nullable
totalIncomeinteger nullable

Total income in cents

totalExpensesinteger nullable

Total expenses in cents

Example response

{
  "integration": "quickbooks",
  "reportTitle": "Profit and Loss Statement",
  "companyName": "Flux Capacitors Inc",
  "accountingMethod": "cash",
  "currencyCode": "USD"
}