v1

latestOpenAPI 3.0.12026-07-26222700728.0 KB
Integration Management

Link QuickBooks Online

Link a new (or update an existing) QuickBooks Online Connection

post/v6/integrations/qbo/connection

Request body

realmIdstring required

QuickBooks Online company (realm) ID returned during OAuth callback

Example request

{
  "glMapping": [
    {
      "glAccountId": "gla_12345"
    }
  ]
}

Response

Success

result'SUCCESS' | 'FAILURE'

The result of the action performed.

Example response

{
  "data": {
    "glMapping": [
      {
        "glAccountId": "gla_12345"
      }
    ]
  }
}