latestOpenAPI 3.0.02026-08-10233809957.8 KB
5cdfae3fa1fa
Financial Statements
Gets a range of income statements for a business.
get/incomeStatements
Query parameters
accountingMethod'cash' | 'accrual'
businessNamestring required
reportFrequency'month' | 'quarter' | 'year' required
serviceName'freshbooks' | 'quickbooks' | 'quickbooksDesktop' | 'xero' | 'oracleNetsuite' | 'sageBusinessCloud' | 'sageIntacct' | 'dynamicsBusinessCentral' | 'zohoBooks' | 'byod' required
startDatestring
endDatestring
section'Income' | 'Expenses'
subSection'Income' | 'Cost of Goods Sold' | 'Operating Expenses' | 'Other Income' | 'Other Expenses' | 'Uncategorized Expenses' | 'Uncategorized Income' | 'Expenses'
groupstring
subGroupstring
accountIdstring
subAccountIdstring
accountstring
valuenumber float
offsetnumber
limitnumber
orderBystring
Response
Example response
{
"count": 1,
"reports": [
{
"meta": {
"reportId": "5fad8a342a88364234392fb5",
"status": "success",
"reportFrequency": "month",
"currency": "USD",
"createdAt": "2020-11-25T01:02:03Z",
"updatedAt": "2020-11-30T01:02:03Z",
"startDate": "2020-11-25T01:02:03Z",
"endDate": "2020-12-25T01:02:03Z",
"serviceName": "xero",
"businessName": "Railz",
"accountingMethod": "accrual"
},
"data": [
{
"section": "Expenses",
"subSection": "Operating Expenses",
"group": "Office General Administrative Expenses",
"subGroup": "Office Supplies & Software",
"accountId": "3928",
"subAccountId": "231",
"account": "Travel",
"subAccount": "National",
"value": 490,
"fullyQualifiedName": "Expenses : Transportation : Car Mileage",
"depth": 3
}
]
}
]
}