文档
测试

查询外卖促销活动和促销菜

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

请求参数

参数名
类型
描述
必填
orgCode
String
餐厅编码
必填
actType
String
类型 非必传 0:促销菜、2:全桌促销、3:加价购、4:团餐促销 5:配送费满减
可选

响应参数

参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:0
必填
data
object
数据字典
必填
list
array
数据列表
必填
prmtId
string
活动id 示例:K7EF3BKKC5EO1
必填
prmtName
string
活动i名称 示例:牛排
必填
sdate
string
开始时间
必填
edate
string
结束时间
必填
mon
int
周一 示例:1
必填
tues
int
周二 示例:1
必填
wed
int
周三 示例:1
必填
thur
int
周四 示例:1
必填
fri
int
周五 示例:1
必填
sat
int
周六 示例:1
必填
sun
int
周日 示例:1
必填
holiday
int
1是工作日 示例:0
必填
canDisc
int
POS机录单不能优惠(0不可优惠、1可) 示例:1
必填
member
int
是否限制只有会员参与:0不限制 1.会员促销
必填
actType
int
0:促销菜、2:全桌促销、3:加价购、4:团餐促销 示例:4
必填
timeLimit
String
时间段限制 14:00-15:00,11:00-12:00
必填
discRate
BigDecimal
(大众区)折扣比例 示例:0
必填
discPrice
BigDecimal
(大众区)折扣单价 示例:0
必填
fullPrice
BigDecimal
满足金额 示例:500
必填
oldPrice
BigDecimal
原价 示例:0
必填
curPrice
BigDecimal
促销价、减额 示例:100
必填
maxNum
int
最大份数 示例:0
必填
priceF
string
价格体系,1-8种价格 示例:2
必填
prdList
array
产品id列表
必填
prdId
必填

说明 / 示例

<pre>{ "msg": "操作成功", "code": 0, "data": { "list": [ { "sdate": "2020-04-16 00:00:00", "prmtName": "牛排", "oldPrice": 0, "sat": 1, "thur": 1, "prdList": [ "25491", "25409", "24939", "25545", "24889", "24428", "24369", "18007", "18004", "18003", "18001", "17998", "17997" ], "priceF": "2", "fullPrice": 500, "maxNum": 0, "edate": "2023-12-31 23:59:59", "holiday": 0, "mon": 1, "sun": 1, "discRate": 0, "wed": 1, "canDisc": 1, "tues": 1, "actType": 4, "curPrice": 100, "discPrice": 0, "fri": 1, "prmtId": "K7EF3BKKC5EO1" }, { "sdate": "2020-08-10 00:00:00", "prmtName": "面饭类", "oldPrice": 0, "sat": 1, "thur": 1, "prdList": [ "23426", "23266", "22029", "21330", "20785", "20411", "20392", "20295", "27851", "27095", "20393", "20391", "20390", "20389", "20388", "20293", "26767", "25068", "25065", "25545", "25067", "25066", "25064", "25986", "18010" ], "priceF": "2", "fullPrice": 1000, "maxNum": 1, "edate": "2023-12-31 23:59:59", "holiday": 0, "mon": 1, "sun": 1, "discRate": 0, "wed": 1, "canDisc": 1, "tues": 1, "actType": 4, "curPrice": 50, "discPrice": 0, "fri": 1, "prmtId": "K7FD2Q9PD5VT7" } ] } }