(上行接口)该接口是客如云优惠券核销后,通知第三方核销信息接口
授权方式:门店授权
HTTP请求方式:POST
HTTP请求头类型:Content-Type=application/json
URI: 《第三方回调地址》
参数名 | 字段名 | 类型 | 是否必填 | 字段描述 |
---|---|---|---|---|
券规则ID | couponRuleId | Long | 是 | 券规则唯一标示 |
券实例ID | couponId | Long | 是 | 券实例唯一标示 |
品牌ID | brandId | Long | 是 | 品牌唯一标示 |
验券门店Id | shopId | Long | 是 | 验券门店唯一标示 |
验券来源 | checkSource | Integer | 是 | 1:mobile,2:后台,3:微信,4:pos,5:自助 |
验券时间 | checkTime | Long | 是 | 验券时间,毫秒数时间戳 |
验券人Id | checkerId | Long | 否 | 验券人Id |
验券人名称 | checkerName | String | 是 | 验券人名称 |
消费人数 | consumePersons | Integer | 否 | 消费人数 |
创建时间 | createTime | Long | 是 | 创建时间,毫秒数时间戳 |
验券记录Id | id | Long | 是 | 验券记录Id |
减免金额 | offerValue | BigDecimal | 是 | 减免金额 |
订单id | orderUUId | String | 是 | 订单ID |
消费金额 | payAmount | BigDecimal | 是 | 消费金额 |
更新时间 | updateTime | Long | 是 | 更新时间,毫秒数时间戳 |
{
"couponRuleId": 123456789,
"couponId": 123456789,
"brandId": 123456789,
"shopId": 123456789,
"checkSource":1,
"checkTime":123456789,
"checkerId":123456789,
"checkerName": "张三",
"consumePersons": 2,
"createTime": 123456789,
"id":1,
"offerValue":3,
"orderUUId":123456789,
"payAmount":30,
"updateTime":123456789
}
参数名 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|
code | Integer | 是 | 错误码;0:成功;其他值认为失败 |
message | string | 是 | 返回信息 |
messageUuid | string | 是 | 错误信息序列码 |
result | null | 否 | 无 |
{
"result": null,
"code": 0,
"message": "成功[OK]",
"messageUuid": "964644b070104fd0985b4a59023813bb",
"apiMessage": "成功[OK]"
}