取消工单

1、功能名称:取消工单

2、功能描述:取消工单

3、请求地址:https://ssl.glitzcloud.com/agent/v1/orders/special/cancel

      测试地址:http://gztest.glitzcloud.com/agent/v1/orders/special/cancel

4、请求方式:POST

5、请求参数

名称 必填 类型 示例值 描述
store_name string The Warehouse USA 仓库名称
id int 1013 工单ID

6、请求示例

            {
                "store_name": "TWUSA01",
                "format": "json",
                "apikey": "85082f5f62a811e684f500163e0605f",
                "secretkey": "85082f5f62a8e684f500163e0605f",
                "randoms": 1931,
                "sign": "470c59856a790dc36594044c89151f40",
                "id":1013
            }
        

7、返回格式:JSON

8、返回示例:

正确时的返回JSON数据包如下:

            {
                "status": 200,
                "reqMsg": "ok",
                "result": []
            }
        

错误时的返回JSON数据包如下:

            {
                "status":"6001",
                "reqMsg":"Params error",
                "result":[]
            }
        

全局返回码说明