Create feedback
POST/customers/ {customerNumber}/ feedback/ 
v1
POST
createFeedback
Request
Responses
Usage examples
- cURL
 
$ curl \
    --fail \
    --location \
    -X POST \
    -d '{"vote":123,"message":"string","notNow":true}' \
    -H "Authorization: Bearer $MITTWALD_API_TOKEN" \
    -H 'Content-Type: application/json' \
    https://api.mittwald.de/v1/customers/123/feedback