请求地址

/v2/webservice/apply/withdraw-table-apply

请求方法

Post

请求参数说明

参数名称 类型 是否必填 说明
apply_ids number[] 单据ID
memo string 备注信息

示例

{
    apply_ids:[1],
    memo: "不允许"
}

返回参数data字段说明

参数名称 类型 说明
effect_rows number 受影响条数
msg string 提示消息

成功返回

{
    "code": 0,
    "request_id": "c8ee3d30-88f5-4992-95df-0a0e658a5c66",
    "data": {
        "effect_rows": 2,
        "msg": "成功"
    }
}

失败返回

{
    "request_id": "d1c649f9-32eb-4b8e-8455-129858ec74b0",
    "code": 102,
    "message": "单据不是待处理状态",
    "debug_message": [
        {
            "id": 76352,
            "app_id": 5,
            "zone_id": "3",
            "table_name": "table_list1",
            "type": "xml",
            "execute_status": 4,
            "user": "v_jxlin"
        },
        {
            "id": 76353,
            "app_id": 5,
            "zone_id": "3",
            "table_name": "table_list2",
            "type": "xml",
            "execute_status": 4,
            "user": "v_jxlin"
        }
    ]
}

results matching ""

    No results matching ""