POST Order/SetCancelOrder
请求参数
URI 参数
无。
Body 参数
SetOrderStatusRP| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| userId | string |
无。 |
|
| openId | string |
无。 |
|
| channelId | string |
无。 |
|
| reserveDay | string |
无。 |
|
| reserveQuantum | string |
无。 |
|
| reserveQuantumID | string |
无。 |
|
| orderId | string |
无。 |
|
| status | string |
无。 |
|
| CouponFlag | integer |
无。 |
|
| CouponId | string |
无。 |
|
| PACouponId | string |
无。 |
|
| PACouponAmount | decimal number |
无。 |
|
| IsFullRedu | boolean |
无。 |
|
| IntegralFlag | integer |
无。 |
|
| Integral | integer |
无。 |
|
| IntegralAmount | decimal number |
无。 |
|
| VipEndAmountFlag | integer |
无。 |
|
| VipEndAmount | decimal number |
无。 |
|
| ReturnAmountFlag | integer |
无。 |
|
| ReturnAmount | decimal number |
无。 |
|
| VipDiscount | decimal number |
无。 |
|
| Remark | string |
无。 |
|
| OSSId | integer |
无。 |
|
| RecommandVip | string |
无。 |
|
| Invoice | string |
无。 |
|
| DeliveryAmount | decimal number |
无。 |
|
| EventId | string |
无。 |
|
| OwnerVipID | string |
无。 |
|
| RetailTraderId | string |
无。 |
|
| KJEventJoinId | string |
无。 |
|
| AppFlag | string |
无。 |
|
| sapOutDay | string |
无。 |
|
| IsBox | boolean |
无。 |
|
| CouponCode | string |
无。 |
|
| CouponPwd | string |
无。 |
|
| SysUserId | string |
无。 |
|
| isInvoice | integer |
无。 |
|
| invoiceHeaderType | integer |
无。 |
|
| invoiceHeader | string |
无。 |
|
| invoiceContentType | integer |
无。 |
|
| TaxNo | string |
无。 |
|
| regionid | string |
无。 |
|
| ContactName | string |
无。 |
|
| ContactPhone | string |
无。 |
|
| isGiftOrder | integer |
无。 |
请求格式
application/json, text/json
示例:
{
"userId": "sample string 1",
"openId": "sample string 2",
"channelId": "sample string 3",
"reserveDay": "sample string 4",
"reserveQuantum": "sample string 5",
"reserveQuantumID": "sample string 6",
"orderId": "sample string 7",
"status": "sample string 8",
"CouponFlag": 9,
"CouponId": "sample string 10",
"PACouponId": "sample string 11",
"PACouponAmount": 12.0,
"IsFullRedu": true,
"IntegralFlag": 14,
"Integral": 15,
"IntegralAmount": 16.0,
"VipEndAmountFlag": 17,
"VipEndAmount": 18.0,
"ReturnAmountFlag": 19,
"ReturnAmount": 20.0,
"VipDiscount": 21.0,
"Remark": "sample string 22",
"OSSId": 23,
"RecommandVip": "sample string 24",
"Invoice": "sample string 25",
"DeliveryAmount": 26.0,
"EventId": "sample string 27",
"OwnerVipID": "sample string 28",
"RetailTraderId": "sample string 29",
"KJEventJoinId": "sample string 30",
"AppFlag": "sample string 31",
"sapOutDay": "sample string 32",
"IsBox": true,
"CouponCode": "sample string 34",
"CouponPwd": "sample string 35",
"SysUserId": "sample string 36",
"isInvoice": 37,
"invoiceHeaderType": 38,
"invoiceHeader": "sample string 39",
"invoiceContentType": 40,
"TaxNo": "sample string 41",
"regionid": "sample string 42",
"ContactName": "sample string 43",
"ContactPhone": "sample string 44",
"isGiftOrder": 45
}
application/xml, text/xml
示例:
<SetOrderStatusRP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Module.Order"> <AppFlag>sample string 31</AppFlag> <ContactName>sample string 43</ContactName> <ContactPhone>sample string 44</ContactPhone> <CouponCode>sample string 34</CouponCode> <CouponFlag>9</CouponFlag> <CouponId>sample string 10</CouponId> <CouponPwd>sample string 35</CouponPwd> <DeliveryAmount>26</DeliveryAmount> <EventId>sample string 27</EventId> <Integral>15</Integral> <IntegralAmount>16</IntegralAmount> <IntegralFlag>14</IntegralFlag> <Invoice>sample string 25</Invoice> <IsBox>true</IsBox> <IsFullRedu>true</IsFullRedu> <KJEventJoinId>sample string 30</KJEventJoinId> <OSSId>23</OSSId> <OwnerVipID>sample string 28</OwnerVipID> <PACouponAmount>12</PACouponAmount> <PACouponId>sample string 11</PACouponId> <RecommandVip>sample string 24</RecommandVip> <Remark>sample string 22</Remark> <RetailTraderId>sample string 29</RetailTraderId> <ReturnAmount>20</ReturnAmount> <ReturnAmountFlag>19</ReturnAmountFlag> <SysUserId>sample string 36</SysUserId> <TaxNo>sample string 41</TaxNo> <VipDiscount>21</VipDiscount> <VipEndAmount>18</VipEndAmount> <VipEndAmountFlag>17</VipEndAmountFlag> <channelId>sample string 3</channelId> <invoiceContentType>40</invoiceContentType> <invoiceHeader>sample string 39</invoiceHeader> <invoiceHeaderType>38</invoiceHeaderType> <isGiftOrder>45</isGiftOrder> <isInvoice>37</isInvoice> <openId>sample string 2</openId> <orderId>sample string 7</orderId> <regionid>sample string 42</regionid> <reserveDay>sample string 4</reserveDay> <reserveQuantum>sample string 5</reserveQuantum> <reserveQuantumID>sample string 6</reserveQuantumID> <sapOutDay>sample string 32</sapOutDay> <status>sample string 8</status> <userId>sample string 1</userId> </SetOrderStatusRP>
application/x-www-form-urlencoded
示例:
Sample not available.
Response 信息
资源描述
HttpResponseMessage| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| Version | Version |
无。 |
|
| Content | HttpContent |
无。 |
|
| StatusCode | HttpStatusCode |
无。 |
|
| ReasonPhrase | string |
无。 |
|
| Headers | Object 集合 |
无。 |
|
| RequestMessage | HttpRequestMessage |
无。 |
|
| IsSuccessStatusCode | boolean |
无。 |