Path: {$OpenAPIHost}/op/api/AttendeeType/v1/list
Method: POST
接口描述:
Headers
| 参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| Content-Type | application/json | 是 | ||
| Authorization | Bearer ${access_token} | 是 |
Body
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| BventId | string | 必须 | 会议id |
示例请求参数
url:https://31api.31huiyi.com/op/api/AttendeeType/v1/list
header:Content-Type: application/json; charset=utf-8
Authorization:Bearer ${access_token}
示例数据body:
{
"bventId":"07320000-fe25-16f7-4c65-08d9fb59aefd"
}
返回示例:
{
"businessMessage": "",
"businessCode": 0,
"data": {
"attendeeTypes": [
{
"id": "51f10000-4961-fe41-aba5-08dc70ba48eb",//参会人类别id (attendeeTypeId)
"name": "嘉宾",
"tickets": [
{
"id": "40180000-300e-9237-c7af-08dc6f31f78c",
"name": "嘉宾票",
"relationAgendasTree": [
{
"id": "40180000-300e-9237-14d7-08dc70bb559a",
"skuId": "40180000-300e-9237-c7af-08dc6f31f78c",
"agendaId": "51f10000-4961-fe41-c8a2-08dc70ba4988"
},
{
"id": "40180000-300e-9237-14d9-08dc70bb559a",
"skuId": "40180000-300e-9237-c7af-08dc6f31f78c",
"agendaId": "51f10000-4961-fe41-c8b0-08dc70ba4988"
}
],
"isCanSale": true
}
],
"fields": [
{
"fieldName": "FullName",
"displayName": "姓名",
"fieldOptions": []
},
{
"fieldName": "CheckinCode",
"displayName": "签到码",
"fieldOptions": []
},
{
"fieldName": "Mobile",
"displayName": "手机",
"fieldOptions": []
},
{
"fieldName": "Email",
"displayName": "邮箱",
"fieldOptions": []
},
{
"fieldName": "Company",
"displayName": "公司",
"fieldOptions": []
},
{
"fieldName": "Position",
"displayName": "职务",
"fieldOptions": []
},
{
"fieldName": "StringField1",
"displayName": "单选选择",
"fieldOptions": [
{
"id": "d2370000-95e5-86d1-74d4-08dc70caadef",
"code": "0",
"optionDescribe": "单"
},
{
"id": "d2370000-95e5-86d1-74d8-08dc70caadef",
"code": "1",
"optionDescribe": "个"
},
{
"id": "d2370000-95e5-86d1-74db-08dc70caadef",
"code": "2",
"optionDescribe": "选"
},
{
"id": "d2370000-95e5-86d1-74dd-08dc70caadef",
"code": "3",
"optionDescribe": "项"
},
{
"id": "d2370000-95e5-86d1-74e0-08dc70caadef",
"code": "-1",
"optionDescribe": "其他"
}
]
},
{
"fieldName": "IdType",
"displayName": "证件类型",
"fieldOptions": [
{
"id": "d2370000-95e5-86d1-74e2-08dc70caadef",
"code": "1",
"optionDescribe": "身份证"
},
{
"id": "d2370000-95e5-86d1-74e4-08dc70caadef",
"code": "2",
"optionDescribe": "护照"
},
{
"id": "d2370000-95e5-86d1-74e7-08dc70caadef",
"code": "16",
"optionDescribe": "港澳居民来往内地通行证"
},
{
"id": "d2370000-95e5-86d1-74e9-08dc70caadef",
"code": "64",
"optionDescribe": "台湾居民来往大陆通行证",
},
{
"id": "d2370000-95e5-86d1-74eb-08dc70caadef",
"code": "256",
"optionDescribe": "香港居民身份证"
},
{
"id": "d2370000-95e5-86d1-74ee-08dc70caadef",
"code": "512",
"optionDescribe": "澳门居民身份证",
},
{
"id": "d2370000-95e5-86d1-74f0-08dc70caadef",
"code": "1024",
"optionDescribe": "台湾居民身份证"
},
{
"id": "d2370000-95e5-86d1-74f3-08dc70caadef",
"code": "2048",
"optionDescribe": "外国人永久居留身份证"
},
{
"id": "d2370000-95e5-86d1-74f5-08dc70caadef",
"code": "32",
"optionDescribe": "居住证"
},
{
"id": "d2370000-95e5-86d1-74f7-08dc70caadef",
"code": "4",
"optionDescribe": "港澳台居住证"
},
{
"id": "d2370000-95e5-86d1-74f9-08dc70caadef",
"code": "4096",
"optionDescribe": "往来港澳通行证"
},
{
"id": "d2370000-95e5-86d1-74fc-08dc70caadef",
"code": "8192",
"optionDescribe": "往来台湾通行证"
},
{
"id": "d2370000-95e5-86d1-74fe-08dc70caadef",
"code": "128",
"optionDescribe": "军官证"
}
]
},
{
"fieldName": "IdNumber",
"displayName": "证件",
"fieldOptions": []
}
]
}
]
}
}