(下行接口)合作方对客如云券核销
授权方式:门店授权
HTTP请求方式:POST
HTTP请求头类型:Content-Type=application/json
URI: /open/v1/crm/coupon/validate
详情可查看【公共说明】中的公共参数模块
参数名 | 类型 | 是否必填 | 参数描述 |
---|---|---|---|
customerId | Long | 是 | 顾客Id |
couponNo | String | 是 | 券编号 |
couponType | Integer | 是 | 券类型 MANJIAN(1,“满减券”),ZHEKOU(2,“折扣券”),LIPIN(3,“礼品券”),XIANJIN(4,“现金券”); |
payAmount | Integer | 是 | 消费金额(实际支付金额) 单位:分 |
offerValue | Integer | 是 | 优惠金额 单位:分 |
personCount | Integer | 是 | 消费人数 |
tpOrderId | String | 否 | 第三方订单号 |
remark | String | 否 | 备注 |
{
"couponId": 0,
"couponNo": "string",
"couponType": 1,
"customerId": 0,
"offerValue": 0,
"payAmount": 0,
"personCount": 0,
"remark": "string",
"tpOrderId": "string"
}
参数名 | 类型 | 是否必填 | 参数描述 |
---|---|---|---|
code | Int | 是 | 返回编码,详见错误码 |
message | String | 是 | 返回信息 |
messageUuid | String | 是 | 消息uuid |
{
"code": 0,
"message": "string",
"messageUuid": "string"
}