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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The instance ID
The ID of the bookkeeper provider
"RKtPbubK5NcbBsUmU1ktSP"
Successful Response