POST Order/ProcessAction
请求参数
URI 参数
无。
Body 参数
ProcessActionRP名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
userId | string |
无。 |
|
channelId | string |
无。 |
|
orderId | string |
无。 |
|
actionCode | string |
无。 |
|
actionParameter | string |
无。 |
|
deliverOrder | string |
无。 |
|
deliverCompany | string |
无。 |
|
vipID | string |
无。 |
|
orderItemInfoList | OrderItemInfo 集合 |
无。 |
请求格式
application/json, text/json
示例:
{ "userId": "sample string 1", "channelId": "sample string 2", "orderId": "sample string 3", "actionCode": "sample string 4", "actionParameter": "sample string 5", "deliverOrder": "sample string 6", "deliverCompany": "sample string 7", "vipID": "sample string 8", "orderItemInfoList": [ { "SkuId": "sample string 1", "EnterQty": 2.0, "SumPrice": 3.0 }, { "SkuId": "sample string 1", "EnterQty": 2.0, "SumPrice": 3.0 } ] }
application/xml, text/xml
示例:
<ProcessActionRP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Module"> <actionCode>sample string 4</actionCode> <actionParameter>sample string 5</actionParameter> <channelId>sample string 2</channelId> <deliverCompany>sample string 7</deliverCompany> <deliverOrder>sample string 6</deliverOrder> <orderId>sample string 3</orderId> <orderItemInfoList> <OrderItemInfo> <EnterQty>2</EnterQty> <SkuId>sample string 1</SkuId> <SumPrice>3</SumPrice> </OrderItemInfo> <OrderItemInfo> <EnterQty>2</EnterQty> <SkuId>sample string 1</SkuId> <SumPrice>3</SumPrice> </OrderItemInfo> </orderItemInfoList> <userId>sample string 1</userId> <vipID>sample string 8</vipID> </ProcessActionRP>
application/x-www-form-urlencoded
示例:
Sample not available.
Response 信息
资源描述
HttpResponseMessage名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
Version | Version |
无。 |
|
Content | HttpContent |
无。 |
|
StatusCode | HttpStatusCode |
无。 |
|
ReasonPhrase | string |
无。 |
|
Headers | Object 集合 |
无。 |
|
RequestMessage | HttpRequestMessage |
无。 |
|
IsSuccessStatusCode | boolean |
无。 |