# 发起代开发应用升级任务

# 请求方式

POST

# 请求地址

https://nbd-api.myscrm.cn/bff-nbd-qw-openapi/v1/app-upgrade/task/launch

# 请求参数

# 示例

{
  "app_id": "xxx",
  "qw_corpid_cipher": "xxx",
  "creator": "张三丰"
}

# 说明

参数 类型 必须 说明
app_id string 企微中台应用 id
qw_corpid_cipher string 密文企微企业 id
creator string 任务创建人

# 返回参数

# 示例

{
  "errcode": 0,
  "errmsg": "ok",
  "e_id": "xxx"
}

# 说明

参数 类型 说明
e_id string 入参 qw_corpid_cipher 对应的 e_id,app_id 关联的 e_id 会同步更换为这个 e_id