POST api/SpecialOta/JD/createOrder
京东专用API,用于提交订单第一步:CreateOrder
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
京东专用API,用于提交订单第一步:CreateOrder
JDCommonResultOfJDCreateOrderResult| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| message | string |
None. |
|
| data | JDCreateOrderResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"message": "sample string 2",
"data": {
"agentOrderId": "sample string 1",
"waitPayTime": 2
}
}
application/xml, text/xml
Sample:
<JDCommonResultOfJDCreateOrderResultmjdTaztO 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>
<data>
<agentOrderId>sample string 1</agentOrderId>
<waitPayTime>2</waitPayTime>
</data>
<message>sample string 2</message>
</JDCommonResultOfJDCreateOrderResultmjdTaztO>