Customer Group
Customer Group List
Customer Group List
version=0.0.1 bizType=customer.admin.CustomerGroupAdminApiService.groupList Accessible after B-side authentication
Header parameters
tracestringRequiredExample:
Global link unique identifier
{{mock_trace}}
companyIdstringRequiredExample:
Company ID
{{company}}
tokenstringRequiredExample:
Token after B-end authentication
{{auto_token}}
versionstringRequiredExample:
Interface version number
0.0.1
Body
objectOptional
Responses
200
Success
application/json
post
POST /openapi-b/customer.admin.CustomerGroupAdminApiService.groupList HTTP/1.1
Host: pre-api-test.cmfbl.com
trace: text
companyId: text
token: text
version: text
Content-Type: application/json
Accept: */*
Content-Length: 39
{
"tradeType": 5,
"customerNo": "86000020"
}
200
Success
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"id": 1,
"name": "text",
"openAccountType": 1,
"type": 1,
"tradeType": 1,
"assets": "text"
},
"ok": true,
"fail": true
}
Last updated