v1
latestOpenAPI 3.0.12026-07-26222700728.0 KBIntegration Management
Link QuickBooks Online
Link a new (or update an existing) QuickBooks Online Connection
post/v6/integrations/qbo/connection
Request body
Example request
{
"glMapping": [
{
"glAccountId": "gla_12345"
}
]
}Response
Success
Example response
{
"data": {
"glMapping": [
{
"glAccountId": "gla_12345"
}
]
}
}