接口说明:
URL | http://test.birdsystem.com/client/Consignment/Batch-Update-Status/ | ||
---|---|---|---|
接口功能 | 修改到"待处理" | ||
支持格式 | JSON | 开发人员 | |
请求方式 | POST | 发布日期 |
...
参数 | 必选 | 说明 | 类型 |
---|---|---|---|
ids | Y | 需要修改订单状态的的订单ID(与sales_references, custom_identity_reference三选一) | VARCHAR(255) |
status | Y | 订单状态 | VARCHAR(10) |
sales_references | Y | 销售跟踪号(与ids, custom_identity_reference三选一) | VARCHAR(255) |
custom_identity_references | Y | 客户唯一识别码(与ids, sales_references三选一) | VARCHAR(255) |
...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{ "ids"-H 'content-type: application/json -H 'ids: 2012090360000378, "status"-H 'status: "PENDING" } |
接口返回示例:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{ "success": true, "refresh": false, "moduleName": "client" } |
...