DocsAPI ReferenceContact/bff/contact/set-billing-flags
postContactAdmin BFF

/bff/contact/set-billing-flags

Updates the EU reverse-charge default and tax-exempt status of a contact. Only the provided fields are changed; omit a field to keep its current value.

ContactpostBffContactSet-billing-flags

Parameters

3 body

3 total
Body · 3
customerIdstringRequired

Contact external ID.

reverseChargeboolean

When true, invoices for this contact default to 0 % VAT with the "reverse charge" note (EU B2B intra-community supply). Set true after a successful VIES validation for non-CZ EU contacts.

taxExemptboolean

When true, the contact is exempt from VAT (non-profits, government bodies, etc.).

Request

POST /bff/contact/set-billing-flags

post
curl -X POST "https://api.bizkithub.com/bff/contact/set-billing-flags" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "customerId": "abc123def456ghij",
  "reverseCharge": false,
  "taxExempt": false
}'

Response

JSON payload

{
  "success": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key