Path: {$OpenAPIHost}/op/api/Bvent/v1/GetBventDetail
Method: POST
接口描述:
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/json | 是 | ||
Authorization | Bearer ${access_token} | 是 |
Body
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
Id | string | 必须 | 会议id |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
data | object | 非必须 | |||
businessMessage | string | 非必须 | 业务消息 | ||
businessCode | number | 非必须 | 业务code | 0表示成功 |
示例请求参数
url:https://31api.31huiyi.com/op/api/Bvent/v1/GetBventDetail
header:Content-Type: application/json; charset=utf-8
Authorization:Bearer ${access_token}
示例数据body:
{
"id": "a9840000-298c-000c-d980-08db9594c78d"
}
返回示例:
{
"businessMessage": "",
"businessCode": 0,
"data": {
"id": "abc40000-114b-2ad7-ad22-08dbd8ea1532",
"title": "会议标题",
"startTime": "2023-10-30 00:00:00",
"endTime": "2023-11-18 23:59:00",
"language": "zh-CN/en-US/zh-HK/pt-PT",
"defaultLanguage": "zh-CN",
"country": "中国",
"province": "上海市",
"city": "闵行区",
"venue": "会场",
"address": "详细地址",
"description": "",
"headLogo": "",
"bventMultiLanguages": [
{
"id": "abc40000-114b-2ad7-e7bf-08dbd8ea89c6",
"bventId": "abc40000-114b-2ad7-ad22-08dbd8ea1532",
"language": "zh-CN",
"title": "",
"description": "",
"venue": "",
"address": ""
}
]
}
}
}