Income Statements
Report Income Statements
Supported for:
freshbooks quickbooks quickbooksDesktop xero dynamicsBusinessCentral zohoBooks byod
get/v2/accounting/incomeStatements/report
Query parameters
connectionUuidstring required
Unique connection identifier.
accountingMethod'cash' | 'accrual'
reportFrequency'month' | 'quarter' | 'year' required
startDatestring required
endDatestring required
offsetnumber
limitnumber
orderBystring
Response
Example response
{
"reports": [
{
"meta": {
"connectionUuid": "CON-396d5daa-26b2-4979-89b6-cafb2c298155",
"businessName": "Railz",
"serviceName": "xero",
"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",
"accountingMethod": "accrual"
},
"data": {
"income": {
"Services": 1200
},
"costOfGoodsSold": {
"Cost of sales": 1200
},
"operatingExpenses": {
"Advertising": 1200
},
"otherExpenses": {
"Deprication Expense": 1200
},
"otherIncome": {
"sales": 1200
}
}
}
]
}