API Docs / Schemas / LinkClientBooksRequest

LinkClientBooksRequest

Binds a client to one organisation in their own accounting software, reached through an
existing connection.

Properties

Name Type Description
thirdPartyConnectionCode*string

The connection whose credentials reach the organisation. Must be one of the codes returned by
the available-organisations endpoint.

The connection whose credentials reach the organisation. Must be one of the codes returned by
the available-organisations endpoint.

externalOrgId*string

The organisation's identifier at the accounting platform.

The organisation's identifier at the accounting platform.

JSON Example

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

Used By Operations