通过会议Id获取参会人类别列表
HTTP 请求
Get /api/AttendeeType/GetAttendeeTypes
请求参数
参数名 | 参数类型 | 是否必须 | 描述 |
---|---|---|---|
bventId | string | 是 | 会议Id |
appId | string | 是 | appId |
sign | string | 是 | 签名 |
timestamp | string | 是 | 时间戳 |
响应参数
{
"data": [
{
"id": "aa740000-0047-5254-fc1a-08d7d60edd1a",
"name": "参会人类别",
"iconUrl": "https://evos.31huiyi.com/static/ptchr.png",
"capacity": 13,
"regPathId": "aa740000-0047-5254-2cb1-08d798dcd31e",
"openRegistrationStatus": "AutoOpenOrClose",
"autoClosesOn": null,
"autoOpensOn": "2020-04-01T16:09:06"
},
{
"id": "aa740000-0047-5254-4330-08d7cc7d8ec2",
"name": "参会人类别03-20",
"iconUrl": "",
"capacity": null,
"regPathId": "aa740000-0047-5254-2cb1-08d798dcd31e",
"openRegistrationStatus": "AutoOpenOrClose",
"autoClosesOn": "2020-04-01T21:00:00",
"autoOpensOn": "2020-04-01T00:03:00"
},
{
"id": "aa740000-0047-5254-16c6-08d7b089b575",
"name": "跟酒店关联-参会人员类别",
"iconUrl": "",
"capacity": null,
"regPathId": "aa740000-0047-5254-2cb1-08d798dcd31e",
"openRegistrationStatus": "Open",
"autoClosesOn": null,
"autoOpensOn": null
},
{
"id": "aa740000-0047-5254-2caa-08d798dcd31e",
"name": "嘉宾",
"iconUrl": null,
"capacity": null,
"regPathId": "aa740000-0047-5254-2cb1-08d798dcd31e",
"openRegistrationStatus": "Close",
"autoClosesOn": null,
"autoOpensOn": null
}
],
"code": 0,
"msg": null
}
响应参数说明
参数名 | 参数类型 | 描述 |
---|---|---|
id | string | 参会人类别Id |
name | string | 参会人类别名称 |
iconUrl | string | 参会人类别图片 |
capacity | string | 最多注册人数 |
regPathId | string | 关联注册路径Id |
openRegistrationStatus | string | 注册状态 open 立即开启 close 关闭注册 AutoOpenOrClose 定时开启或关闭注册 |
autoOpensOn | string | 注册开始时间 |
autoClosesOn | string | 注册结束时间 |
Leave A Comment?