售后审核(新)
POST
/ark/open_api/v3/common_controller
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://ark.xiaohongshu.com/ark/open_api/v3/common_controller' \
--header 'Content-Type: application/json;charset=utf-8' \
--data-raw '{
"returnsId": "string",
"action": 0,
"reason": 0,
"description": "string",
"message": "string",
"receiverInfo": {
"code": "string",
"country": "string",
"city": "string",
"province": "string",
"district": "string",
"street": "string",
"receiverName": "string",
"receiverPhone": "string",
"sellerAddressRecordId": 0,
"sellerAddressRecordVersion": 0
}
}'
响应示例响应示例
{}
请求参数
Header 参数
Content-Type
string
可选
默认值:
application/json;charset=utf-8
Body 参数application/json