/bff/complaint/resolution-method-create
Creates a new complaint resolution method for the organisation.
ComplaintpostBffComplaintResolution-method-create
Parameters
3 body
Body · 3
codestringRequiredUnique resolution method code within the organisation.
labelstringRequiredHuman-readable resolution method label displayed in UI.
positionnumberDisplay order position. Lower values appear first.
Request
POST /bff/complaint/resolution-method-create
curl -X POST "https://api.bizkithub.com/bff/complaint/resolution-method-create" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"code": "repair",
"label": "Oprava",
"position": 0
}'Response
JSON payload
{
"success": true,
"id": 1
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.