POST api/Order/CheckOrderInfo
Request Information
URI Parameters
None.
Body Parameters
CheckOrderInfoParam| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderInfo | Collection of CheckOrderInfoItem |
None. |
|
| IsCanBlend | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"orderInfo": [
{
"goodsId": "sample string 1",
"num": 2
},
{
"goodsId": "sample string 1",
"num": 2
}
],
"isCanBlend": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | ReturnCode |
None. |
|
| Message | string |
None. |
|
| Server_time | integer |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 200,
"message": "sample string 1",
"server_time": 2,
"data": {}
}