cURL
curl --request PUT \ --url https://api.sandbox.teal.dev/v0/platform/instances/{instance_id}/bookkeeper-provider \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "bookkeeper_provider_id": "<string>" } '
{ "message": "<string>", "data": "<unknown>", "display_message": "<string>", "error_code": "invalid_date" }
Assign a Bookkeeping Provider
The access token received from the authorization server in the OAuth 2.0 flow.
The instance ID
The ID of the bookkeeper provider
Successful Response