latestOpenAPI 3.0.02026-08-10233809957.8 KB

5cdfae3fa1fa

Balance Sheets

Report Balance Sheets

Supported for:

freshbooks quickbooks quickbooksDesktop xero dynamicsBusinessCentral zohoBooks byod

get/v2/accounting/balanceSheets/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": {
        "assets": {
          "currentAssets": {
            "Checking Account": 2000
          },
          "nonCurrentAssets": {
            "Other Assets": 8000
          }
        },
        "liabilities": {
          "currentLiabilities": {
            "Accounts Payable": 5400
          },
          "nonCurrentLiabilities": {
            "Services": 1200
          }
        },
        "equity": {
          "Drawings": 100
        }
      }
    }
  ]
}