合同变更责任人接口

业务场景

配合"合同变更"接口,支持能通过openApi接口修改已完成合同(单张合同)的合同责任人

注意事项

  1. 只有当合同变更的操作人是相应合同的责任人或是提单人时,才能修改成功
  2. 只有当合同流程结束后,才能变更责任人
  3. 根据合同表单设置的单选多选情况,也会限制责任人个数

接口地址

/api/openapi/receive/contract/modifyresponsibleuser

请求类型

POST

请求参数

参数说明

字段名 字段类型 说明 是否必填
changUserEmployeeId String 合同变更操作人工号
contractFormCode String 合同编号
responsibleUserEmployeeIds List<string> 修改后的责任人工号

参数示例

{
    "changUserEmployeeId": "Y001",
    "contractFormCode": "MK23010048",
    "responsibleUserEmployeeIds": [
        "M001",
        "Y001"
    ]
}

响应参数

参数说明

字段名 字段类型 说明
code String
message String
data ModifyResponsibleUserOfContractRes 变更结果
errorCode String
success String

ModifyResponsibleUserOfContractRes

字段名 字段类型 说明
contractFormCode String 合同编号,仅支持单张合同
success boolean 是否修改成功
message String 错误信息描述

参数示例

{
    "code": "ACK",
    "message": "",
    "data": {
        "contractFormCode": "MK23010048",
        "success": true,
        "message": null
    },
    "errorCode": null,
    "success": true
}
{
    "code": "ACK",
    "message": "",
    "data": {
        "contractCode": "MK23010048",
        "success": false,
        "message": "操作人非业务经办人"
    },
    "errorCode": null,
    "success": true
}

修改记录

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 ""