POST api/QiLeKang/UpdateOrderStatus
七乐康推送订单状态
请求的信息
URI参数
None.
Body参数
QLKBackOrderInfo| 名称 | 描述 | 类型 | 其它信息 |
|---|---|---|---|
| AppKey |
合作方接入认证标识(海王提供对应商户编码)--必填 |
string |
None. |
| TimeStamp |
10位时间戳 格式为long,时区为GMT+8。开放平台允许合作方请求最大时间误差为10分钟 |
integer |
None. |
| Version |
API协议版本,可选值:1.0 |
string |
None. |
| Sign |
签名值 --必填 |
string |
None. |
| OrderId |
订单号 |
string |
None. |
| OrderStatus |
订单状态 7已发货,8已收货,9已完成,99客户取消,98 商户取消 |
integer |
None. |
请求格式
application/json, text/json
Sample:
{
"appKey": "sample string 1",
"timeStamp": 2,
"version": "sample string 3",
"sign": "sample string 4",
"orderId": "sample string 5",
"orderStatus": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
响应信息
资源描述
CustomJsonResultOfQLKCustomOrder| 名称 | 描述 | 类型 | 其它信息 |
|---|---|---|---|
| Content | QLKCustomOrder |
None. |
响应格式
application/json, text/json
Sample:
{
"content": {
"$id": "2",
"customStatus": 10,
"customMessage": "sample string 1"
}
}