Customer Group

Customer Group List

Customer Group List

Check customer group list

post

version=0.0.1 bizType=customer.admin.CustomerGroupAdminApiService.groupList Accessible after B-side authentication

Header parameters
tracestringRequired

Global link unique identifier

Example: {{mock_trace}}
companyIdstringRequired

Company ID

Example: {{company}}
tokenstringRequired

Token after B-end authentication

Example: {{auto_token}}
versionstringRequired

Interface version number

Example: 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