Records a complaint from the user associated with the specified account ID.
Request
Body Params application/json
{
"title": "string",
"category": "string",
"message": "string",
"storeId": "string",
"priority": 0
}
Request Code Samples
curl --location --request POST 'https://gateway.storeharmony.com/cloudapi/user//logdeComplaint' \
--header 'sessiontoken;' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"category": "string",
"message": "string",
"storeId": "string",
"priority": 0
}'
Responses
*/*
Complaint logged successfully.
Modified at 2025-03-27 14:31:04