辉瑞会议管理

更新会议

1. 接口描述

接口名称:

/eventopenapi/pfizer/event/v2/update

发送方式:

POST

参数格式:

accept: application/json;content-type: application/json

2. 输入参数

http header

参数 类型 必须 说明
token String 辉瑞鉴权token

http body | 参数 | 类型 | 必须 | 说明 | |-------------|----------|------|-----------------------------------| | data | JSON | 是 | 请求参数 |

data 请求参数结构

参数 类型 必须 说明
IsConfType Int 是否系列会 0: 不是系例会, 1:是系例会
confNo Int 会议ID
PONo String PO号可以不传,不传为询价方案
confName String 会议名称
confType String 辉瑞会议类型
confFormat String 直播/云会议
vanderType Int 1、263;2、会畅;3、全时
maxCount Int 会议方数
startTime Int 会议开始时间, 时间戳, 10位,精确到秒
duration Int 会议时长, 分钟数
isPublic Int 分享到会议中心
BG String BU
TA String 治疗领域
Prod String 产品
idNumber String FACE/ACM编码
ConfDescri String 会议描述
NTID String 创建人NTID
email String 创建人邮箱
other String 其他入参

更新会议

{
    "data":{
        "IsConfType":0,
        "PONo":null,
        "confNo":661599,
        "confName":"aaaaa",
        "confType":"zhibo",
        "confFormat":"format",
        "vanderType":1,
        "maxCount":10,
        "startTime":1740641233,
        "duration":30,
        "isPublic":1,
        "vander":1,
        "BG":"bg",
        "TA":"ta",
        "Prod":"prod",
        "idNumber":"123456",
        "ConfDescri":"confDescri",
        "NTID":"2341",
        "email":"email",
        "other":"other"
    }
}

3. 输出参数

参数 类型 说明
code Int 返回的状态码
errMessage String 当返回结果的状态码不为200时,包含的错误信息

输出示例

{
    "code": 200,
    "errMessage": ""
}