会员详情查询
测试环境
测试环境
POST
/open/v1/crm/getCustomerDetailById
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/crm/getCustomerDetailById?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": 800000095,
"isNeedCredit": 1
}'
响应示例响应示例
{
"code": 1,
"result": {
"brandId": 3268,
"memberId": 1004940430,
"customerId": 888893412828,
"customerMainId": 888893412828,
"customerName": "杨",
"mobile": "18980768844",
"tel": "028-9881312321",
"sex": 1,
"levelId": 9991775,
"level": 1,
"levelName": "微会员",
"memo": "",
"interest": "",
"address": "",
"groupId": 1015323,
"groupName": "yuan12311",
"birthday": "1999-01-02",
"isDisable": 2,
"synFlag": "38bde65d406d46d4be98d5a9cbcbf12b",
"remainValue": 85,
"cardCount": 0,
"coupCount": 0
}
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
shopIdenty
string
必需
默认值:
{{shopIdenty}}
brandId
string
必需
默认值:
{{brandId}}
version
string
必需
默认值:
2.0
timestamp
string
必需
默认值:
{{timestamp}}
sign
string
必需
默认值:
{{sign}}
Body 参数application/json
返回响应
修改于 2021-12-16 06:36:24