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