Body
-
reason
integer(int32) Required Values are
0
,1
,2
,3
, or4
. -
description
string Required Minimum length is
1
.
Values are 0
, 1
, 2
, 3
, or 4
.
Minimum length is 1
.
Values are 0
, 1
, 2
, 3
, or 4
.
Minimum length is 1
.
Values are 0
, 1
, 2
, 3
, or 4
.
Minimum length is 1
.
curl \
--request POST 'https://dev.sellpass.io/self/{shopId}/feedbacks/{feedbackId}/appeal' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"reason":0,"description":"string"}'
curl \
--request POST 'https://dev.sellpass.io/self/{shopId}/feedbacks/{feedbackId}/appeal' \
--header "Authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request POST 'https://dev.sellpass.io/self/{shopId}/feedbacks/{feedbackId}/appeal' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/*+json"
{
"reason": 0,
"description": "string"
}
{
"reason": 0,
"description": "string"
}
{
"reason": 0,
"description": "string"
}