BizKitHub
DocsAPI ReferenceAdmin/bff/admin/update-organisation-transactional-contact
postAdminAdmin BFF

/bff/admin/update-organisation-transactional-contact

Admin-scoped counterpart of POST /organisation/update-transactional-contact.

AdminpostBffAdminUpdate-organisation-transactional-contact

Parameters

JSON body

Request body

application/json
organisationSlugstringRequired

Slug of the organisation.

Exampleacme-corp
contactExternalIdstring | nullRequired
One of 2:
Variant 1
string

shop__contact.external_id, or NULL to clear the override.

Examplecust_abc123
Variant 2
null

Response schema

1 status code documented

200Success
successbooleanRequired

Response example

application/json
{
  "success": false
}

Request example

POST /bff/admin/update-organisation-transactional-contact

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

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key