Skip to main content
PUT
/
v0
/
platform
/
instances
/
{instance_id}
/
bookkeeper-provider
Assign a Bookkeeping Provider
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"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

instance_id
string
required

The instance ID

Body

application/json
bookkeeper_provider_id
string
required

The ID of the bookkeeper provider

Response

Successful Response