POST xuner/guide/shopguide/getCustomerCardDataInfo
GetCustomerCardDataInfo
请求信息
URI 参数
无。
Body 参数
MemberdtlRequest名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
pageNum |
取第几页的数据 |
integer |
无。 |
PageSize |
每页多少条数据,默认10 |
integer |
无。 |
code |
过滤条件 |
string |
无。 |
unionid |
过滤条件 |
string |
无。 |
openid |
过滤条件 |
string |
无。 |
ExternalUserId |
企微客户id |
string |
无。 |
content |
备注姓名 |
string |
无。 |
rmk |
备注姓名 |
string |
无。 |
rmkphone |
备注手机 |
string |
无。 |
请求格式
application/json, text/json
样例:
{ "pageNum": 1, "PageSize": 2, "code": "sample string 3", "unionid": "sample string 4", "openid": "sample string 5", "ExternalUserId": "sample string 6", "content": "sample string 7", "rmk": "sample string 8", "rmkphone": "sample string 9" }
响应信息
资源描述
GetCustomerCardDataInfo
gGuideResponseOfCustomerCardDataInfo名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
data | CustomerCardDataInfo |
无。 |
|
req | string |
无。 |
|
msg | string |
无。 |
|
code | integer |
无。 |
响应格式
application/json, text/json
样例:
{ "data": { "pointName": "sample string 1", "levelName": "sample string 2", "nowPoint": 3, "supplierFrontConf": { "id": 1, "supplierId": 2, "config": "sample string 3", "type": 4 }, "canModify": true, "customerCard": { "id": "sample string 1", "customerId": "sample string 2", "supplierId": "sample string 3", "certifyPhone": "sample string 4", "certify": 5, "cardNo": "sample string 6", "gmtCreate": "sample string 7", "gmtUpdate": 8, "extCardNo": "sample string 9", "oldPhone": "sample string 10", "activeType": 11, "gmtActive": 12, "activeCardSales": "sample string 13", "openSource": 14, "wechatCardStatus": 15, "wxCode": "sample string 16", "wxCardId": "sample string 17" }, "customerName": "sample string 5", "properties": [ { "ext": 1, "propertyName": "sample string 2", "propertyType": 3, "propertyValue": [ { "uid": "sample string 1", "v": "sample string 2" }, { "uid": "sample string 1", "v": "sample string 2" } ], "remark": "sample string 4", "salesEditable": 5, "value": "sample string 6", "required": 7 }, { "ext": 1, "propertyName": "sample string 2", "propertyType": 3, "propertyValue": [ { "uid": "sample string 1", "v": "sample string 2" }, { "uid": "sample string 1", "v": "sample string 2" } ], "remark": "sample string 4", "salesEditable": 5, "value": "sample string 6", "required": 7 } ] }, "req": "sample string 1", "msg": "sample string 2", "code": 3 }