修改订单状态为已取消
url | http://test.birdsystem.com/client/Consignment/Batch-Update-Status | ||||||||||||||||
method | post | ||||||||||||||||
body | form 参数如下:
| ||||||||||||||||
返回 | { "success":true } |
样例
# api_key和company_id需要替换成实际数据 curl -X POST \ https://test.birdsystem.com/client/Consignment/Batch-Update-Status \ -H 'api_key: 248ccb90dff2b99465b54c113765360c' \ -H 'company_id: 36' \ -H 'content-type: application/x-www-form-urlencoded' \ -d 'ids=1904160360000015&status=CANCELLED'