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 connection whose credentials reach the organisation. Must be one of the codes returned by | ||
| externalOrgId* | string | The organisation's identifier at the accounting platform. |
The organisation's identifier at the accounting platform. | ||
JSON Example
{
"thirdPartyConnectionCode": "string",
"externalOrgId": "string"
}