{
"orderId": 0,
"orderEntryIds": [
0
],
"disputeRequest": "string",
"applyPayment": 0,
"applyCarriage": 0,
"applyReasonId": 0,
"description": "string",
"goodsStatus": "string",
"vouchers": [
"string"
],
"orderEntryCountList": [
{
"id": 0,
"count": 0
}
]
}
curl --location --request POST 'https://api.pandapon.com/alibaba/refund/detail/create' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": 0,
"orderEntryIds": [
0
],
"disputeRequest": "string",
"applyPayment": 0,
"applyCarriage": 0,
"applyReasonId": 0,
"description": "string",
"goodsStatus": "string",
"vouchers": [
"string"
],
"orderEntryCountList": [
{
"id": 0,
"count": 0
}
]
}'
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": {
"refundId": ""
}
}