POST api/SpecialOta/JD/refundCompleted
京东文旅游平台已退款消息API入口。 调用场景:京东完成退款后主动通知商家,可用于京东运营主动退款,以及商家不走退款审核接口; 接口被调用方:供应商; 请求类型:post; 接口路径:/refundCompleted;
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
京东文旅游平台已退款消息API入口。 调用场景:京东完成退款后主动通知商家,可用于京东运营主动退款,以及商家不走退款审核接口; 接口被调用方:供应商; 请求类型:post; 接口路径:/refundCompleted;
JDCommonResultNoTag| Name | Description | Type | Additional information |
|---|---|---|---|
| code |
错误码,200表示成功。 |
integer |
None. |
| message |
描述内容。 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"message": "sample string 2"
}
application/xml, text/xml
Sample:
<JDCommonResultNoTag xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.Server.Tour.WebInterface.Models.JD"> <code>1</code> <message>sample string 2</message> </JDCommonResultNoTag>