文档
测试

CRM配置问卷-新增编辑保存问券

POST
http://crm.houcaller.com/m/act/wjs/saveWjsQuestionInfo

请求参数

application/json
参数名
类型
描述
必填
id
string
问券id 新增不传 编辑必传
可选
requestionTitle
string
问卷标题
必填
requestionContent
string
问卷描述
可选
maxNum
int
样本数量
必填
beginDate
string
开始时间 yyyy-mm-dd 00:00:00 精确到天
必填
endDate
string
结束时间 yyyy-mm-dd 00:00:00 精确到天
必填
awardContent
string
奖励内容说明
可选
cpnList
array
送券配置列表
可选
sendType
string
送券类型(0是堂食券 1是商城券)
必填
cpnId
string
券Id
必填
cpnName
string
券名称
可选
sendNum
int
送券数量
必填
topicList
array
题目配置列表
必填
topicNum
string
题目编号
必填
topicType
string
题目类型 singleSelect-单选题;multiSelect-多选题;score-评分题;content-填空题;
必填
topicContent
string
题目内容
必填
remark
string
题目提示
可选
hideFlag
string
是否隐藏 1隐藏 0不隐藏
必填
minCheckNum
int
最小选项数 单选题传1
必填
maxCheckNum
int
最多选项数 单选题传1
必填
showSort
int
题目排序
必填
topicNo
string
题目标号 配置问券跳转题时用来定位题目的
必填
topicTypeCode
string
题目分类编码 报表如需特殊处理,请为此题绑定分类,否则传空
必填
answerList
array
选项配置列表
必填
answerNum
string
选项标号
可选
answerContent
string
选项内容
必填
showSort
int
选项排序
必填
selectToTopid
string
跳转题目的排序号
可选
contentFlag
string
是否主观题、填空题 1是 0否
必填
answerImageUrl
string
答案图片地址(新增)
必填

响应参数

参数名
类型
描述
必填
msg
string
错误说明
必填
code
int
200:成功,其他表示失败
必填

说明 / 示例

传参示例:<pre>{ "awardContent": "完成答券,可得堂食10元抵用券1张,零售5元抵用券2张。", "beginDate": "2022-08-23 00:00:00", "endDate": "2023-12-30 00:00:00", "id": "1", "maxNum": 8000, "remark": "", "requestionContent": "注册再答题,还有“豪礼”相送!", "requestionTitle": "顾客满意度调查", "cpnList": [ { "cpnId": "M32A161HF5J12", "cpnName": "VIP问卷调研满100减10券", "requestionId": "1", "sendNum": 1, "sendType": "0" }, { "cpnId": "723667", "cpnName": "零售5元券抵用券", "requestionId": "1", "sendNum": 1, "sendType": "1" } ], "topicList": [ { "hideFlag": "0", "id": "63048ad8a392932cbc79bf8f", "maxCheckNum": 1, "minCheckNum": 1, "topicContent": "请问您的性别?(单选)", "topicNum": "P1", "topicType": "singleSelect", "remark": "", "showSort": "120100", "answerList": [ { "answerContent": "男性", "answerNum": "1", "contentFlag": "0", "id": "63048ad9a392932cbc79bf90", "remark": "", "selectToTopid": "", "showSort": "1", "topicId": "63048ad8a392932cbc79bf8f" }, { "answerContent": "女性", "answerNum": "2", "contentFlag": "0", "id": "63048ad9a392932cbc79bf91", "remark": "", "selectToTopid": "", "showSort": "2", "topicId": "63048ad8a392932cbc79bf8f" } ] } ] }