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": "RKtPbubK5NcbBsUmU1ktSP" }'
"<any>"
Assign a Bookkeeping Provider
The access token received from the authorization server in the OAuth 2.0 flow.
The instance ID
Successful Response
The response is of type any.
any