/bff/complaint/variant-update
Updates an existing complaint variant. Only provided fields are modified.
ComplaintpostBffComplaintVariant-update
Parameters
5 body
Body · 5
idnumberRequiredVariant ID to update.
labelstringUpdated human-readable variant label.
policyIdnumberUpdated default complaint policy ID.
positionnumberUpdated display order position.
isActivebooleanIndicator of whether the variant is active and selectable.
Request
POST /bff/complaint/variant-update
curl -X POST "https://api.bizkithub.com/bff/complaint/variant-update" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"id": 1,
"label": "Reklamace",
"policyId": 1,
"position": 0,
"isActive": false
}'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.