POST api/SpecialOta/JD/closeOrder
京东文旅平台过来的关闭一个订单的API的入口。
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
京东文旅平台过来的关闭一个订单的API的入口。
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>