BizKitHub
DocsAPI ReferenceOrganisation/bff/organisation/update-transactional-contact
postOrganisationAdmin BFF

/bff/organisation/update-transactional-contact

Optional per-org override that lets an operator route the outbound transactional From address through a different in-org shop__contact than the operator ("Provozovatel") relation. Pass a contactExternalId to set the override or null to clear it.

OrganisationpostBffOrganisationUpdate-transactional-contact

Parameters

JSON body

Request body

application/json
contactExternalIdstring | nullRequired
One of 2:
Variant 1
string

shop__contact.external_id to override the outbound From address with, or NULL to clear the override and inherit the operator contact.

Examplecust_abc123
Variant 2
null

Response schema

1 status code documented

200Success
successbooleanRequired

Response example

application/json
{
  "success": false
}

Request example

POST /bff/organisation/update-transactional-contact

post
curl -X POST "https://api.bizkithub.com/bff/organisation/update-transactional-contact" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{}'

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key