• 开发者平台
  • >
  • 餐饮文档中心

客如云券核销收费

(下行接口)合作方对客如云券核销

授权方式:门店授权

请求描述

HTTP请求方式:POST
HTTP请求头类型:Content-Type=application/json
URI:  /open/v1/crm/coupon/validate

请求参数

1.公共参数

详情可查看【公共说明】中的公共参数模块

2.业务参数

参数名 类型 是否必填 参数描述
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 备注

业务示例(JSON)

{
  "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

响应示例(JSON)

{
  "code": 0,
  "message": "string",
  "messageUuid": "string"
}
目录