行为积分记录核对 Member Social Behavior Sync
公共参数名称 | 公共参数值 |
---|---|
method | fzapi.crm.member_social_behavior_sync |
content | 请求参数集合,详见下面请求参数说明 |
请求参数说明
参数 | 类型 | 是否必填 | 最大长度 | 描述 | 示例值 |
---|---|---|---|---|---|
social_date | String | 是 | 20 | 行为积分日期 | 2017-11-01 |
响应数据说明
参数 | 类型 | 是否必填 | 最大长度 | 描述 | 示例值 |
---|---|---|---|---|---|
member_code | String | - | 会员卡号 | ||
mall_id | String | 商场编号 | |||
channel_code | String | 渠道代码 | |||
behavior_code | String | 行为代码 | |||
social_date | String | 社交日期(日期格式yyyy-MM-dd) | |||
social_time | String | 社交时间(时间格式HH:mm:ss) | |||
referrence_by | String | 推荐会员卡号 | |||
spoint | String | 行为积分 | |||
remark | String | 备注 |
请求数据示例:
string strurl = "http://localhost:32052/fzapi.ashx?timestamp=2013-01-01 08:08:08&method=fzapi.crm.member_social_behavior_sync&app_id=FZ2020170011&apiSecret=7msj3cin&charset=utf-8&sign_type=K11&sign=udf4+clgqi8qx9nugdzs0r3wpiq=&version=1.0.0&content={
“social_date”:"2017-11-01"
}
响应数据示例:
{
"success":true,
"code":"1000",
"msg":"Success",
"data":{"member_code":""...}
}