文档
测试

查询活动对应餐厅的活动日期、时间段数据

POST
http://crm.houcaller.com/htest/openapi/v1/getActListByThemeId

接口描述

查询活动对应餐厅的活动日期、时间段数据

请求参数

application/json
参数名
类型
描述
必填
themeId
String
活动id
必填
orgCode
String
餐厅编码
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:0
必填
data
object
数据字典
必填
2022-03-17
array
数据列表
必填
actDay
string
活动日期
必填
orgCode
string
餐厅编码
必填
actTime
string
活动时段(HH:mm-HH:mm)
必填
themeId
string
活动主题ID
必填
id
string
id
必填
maxNum
int
最大报名人数
必填
minNum
int
最小成团人数
必填
actNum
int
已报名人数
必填
name
string
活动名称
必填
price
BigDecimal
价格
必填
closeDate
String
活动截止日期 2022-04-07 15:00
必填

说明 / 示例

<pre>{ "msg": "操作成功", "code": 0, "data": { "2022-04-08": [ { "closeDate": "2022-04-07 15:00", "actDay": "2022-04-08", "createTime": "2022-03-16 17:32:35", "orgCode": "0121", "lockVersion": 0, "name": "小小牛排师训练营", "actTime": "17:00-22:00", "themeId": "100001", "actNum": 7, "id": "123550", "maxNum": 20, "minNum": 1 } ], "2022-04-22": [ { "closeDate": "2022-04-21 15:00", "actDay": "2022-04-22", "createTime": "2022-03-16 16:45:43", "orgCode": "0121", "lockVersion": 0, "name": "小小牛排师训练营", "actTime": "17:00-23:00", "themeId": "100001", "actNum": 0, "id": "123458", "maxNum": 25, "minNum": 1 } ], "2022-04-10": [ { "closeDate": "2022-04-09 15:00", "actDay": "2022-04-10", "createTime": "2022-03-16 15:17:39", "orgCode": "0121", "lockVersion": 0, "name": "小小牛排师训练营", "actTime": "10:00-14:00", "themeId": "100001", "actNum": 0, "id": "123457", "maxNum": 25, "minNum": 1 } ] } }