分摊计划删除接口

说明

该接口用于删除指定分摊计划。

注意事项

接口地址

/api/openapi/allocation/plan/list

请求类型

DELETE

请求参数

参数说明

字段名称 字段类型 是否必填 字段说明
allocationPlanCodeList List<String> 分摊计划编码

参数样例

{
  "allocationPlanCodeList": [  
    "32",  
    "84",
    "4"
  ]
}

响应参数

参数样例

{
  "code": "ACK",
  "message": "",
  "data": null,
  "errorCode": null,
  "success": true
}

或者

{
    "code": "NACK",
    "message": "",
    "data": {
        "errorData": [
            {
                "key": "32",
                "errorCode": "",
                "errorMessage": "分摊方案未找到"
            },
            {
                "key": "84",
                "errorCode": "",
                "errorMessage": "分摊方案未找到"
            },
            {
                "key": "4",
                "errorCode": "",
                "errorMessage": "分摊方案未找到"
            }
        ]
    },
    "errorCode": null,
    "success": false
}

修改记录

2023-02-08  新增分摊计划删除接口
Copyright © 杭州每刻科技有限公司 www.maycur.com all right reserved,powered by Gitbook该文件修订时间: 2024-11-20 10:52:00

results matching ""

    No results matching ""

    results matching ""

      No results matching ""