Link Books

POST /tenants/{tenant}/clients/{clientCode}/books/link

Binds the client to one organisation reachable through an existing connection. The organisation is confirmed with the platform before the link is saved. A client can be bound to one organisation, and an organisation to one client.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

clientCode* path string

Request Body*

{
  "thirdPartyConnectionCode": "string",
  "externalOrgId": "string"
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found