/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
Body · 3
customerIdstringRequiredContact external ID.
reverseChargebooleanWhen 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.
taxExemptbooleanWhen true, the contact is exempt from VAT (non-profits, government bodies, etc.).
Request
POST /bff/contact/set-billing-flags
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.