POST /self/{shopId}/feedbacks/{feedbackId}/appeal
Body
-
Values are
0
,1
,2
,3
, or4
. -
Minimum length is
1
.
POST /self/{shopId}/feedbacks/{feedbackId}/appeal
curl \
-X POST https://dev.sellpass.io/self/{shopId}/feedbacks/{feedbackId}/appeal \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"reason":0,"description":"string"}'
Request example
{
"reason": 0,
"description": "string"
}
Request examples
{
"reason": 0,
"description": "string"
}