/bff/vat-classification/upsert
Create or update a VAT classification code.
VatClassificationpostBffVat-classificationUpsert
Parameters
12 body
Body · 12
idnumbercodestringRequiredLength: 1–32
labelCsstring | nulllabelEnstring | nullcategorystring | string | string | string | string | string | stringRequireddphFormRowstring | nullkhSectionstring | nullisReverseChargebooleanDefault:
falserateCodestring | nullisDefaultbooleanDefault:
falseactivebooleanDefault:
truedisplayOrdernumberDefault:
0Request
POST /bff/vat-classification/upsert
curl -X POST "https://api.bizkithub.com/bff/vat-classification/upsert" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"id": 0,
"code": "example_code",
"isReverseCharge": false,
"isDefault": false,
"active": true,
"displayOrder": 0
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.