StartClientBooksConnectionRequest
Starts a fresh authorisation against a client's own accounting software.
Properties
| Name | Type | Description |
|---|---|---|
| platform* | string | The accounting platform to authorise against (e.g. "Xero", "QuickBooks", "FreeAgent"). |
The accounting platform to authorise against (e.g. "Xero", "QuickBooks", "FreeAgent"). | ||
| redirectUrl | string | Where to send the browser once the platform has redirected back. A literal |
Where to send the browser once the platform has redirected back. A literal | ||
JSON Example
{
"platform": "string",
"redirectUrl": "string"
}