/bff/complaint/update
Updates complaint fields. Only provided fields are modified; omitted fields remain unchanged.
ComplaintpostBffComplaintUpdate
Parameters
11 body
Body · 11
complaintIdstringRequiredComplaint external ID.
descriptionstringUpdated complaint description and reason.
customerNamestringUpdated customer full name.
emailstringUpdated customer e-mail.
phonestringUpdated customer phone number.
refundCountrystringISO 3166-1 alpha-2 country code for refund.
refundBankAccountstringUpdated bank account number for refund.
refundVariableSymbolstringUpdated variable symbol for refund transfer.
branchIdnumberUpdated branch ID for inspection delivery.
serviceIdnumberUpdated external service provider ID.
dueDatestringUpdated deadline for complaint resolution.
Format:
date-timeRequest
POST /bff/complaint/update
curl -X POST "https://api.bizkithub.com/bff/complaint/update" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"complaintId": "a1b2c3d4",
"description": "Product arrived with a cracked screen.",
"customerName": "Jan Novák",
"email": "jan@example.com",
"phone": "+420 777 123 456",
"refundCountry": "CZ",
"refundBankAccount": "123456789/0100",
"refundVariableSymbol": "25000087",
"branchId": 1,
"serviceId": 1,
"dueDate": "2026-02-15T00:00:00.000Z"
}'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.