DocsAPI ReferenceComplaint/bff/complaint/resolution-method-create
postComplaintAdmin BFF

/bff/complaint/resolution-method-create

Creates a new complaint resolution method for the organisation.

ComplaintpostBffComplaintResolution-method-create

Parameters

3 body

3 total
Body · 3
codestringRequired

Unique resolution method code within the organisation.

labelstringRequired

Human-readable resolution method label displayed in UI.

positionnumber

Display order position. Lower values appear first.

Request

POST /bff/complaint/resolution-method-create

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

Get API Key