DocsAPI ReferenceComplaint/bff/complaint/variant-update
postComplaintAdmin BFF

/bff/complaint/variant-update

Updates an existing complaint variant. Only provided fields are modified.

ComplaintpostBffComplaintVariant-update

Parameters

5 body

5 total
Body · 5
idnumberRequired

Variant ID to update.

labelstring

Updated human-readable variant label.

policyIdnumber

Updated default complaint policy ID.

positionnumber

Updated display order position.

isActiveboolean

Indicator of whether the variant is active and selectable.

Request

POST /bff/complaint/variant-update

post
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.

Get API Key