Customer List
Query customer list, paging
It is suitable for white label users to query all customer information. Considering that there are a large number of customers, they can be obtained in batches. The quantity of each batch can be specified. The default maximum is no more than 2,000 items.
version=0.0.1 bizType=customer.admin.WhiteCustomerAdminApiService.page
Header parameters
tracestringRequiredExample:
Global link unique identifier
{{mock_trace}}tokenstringRequiredExample:
Authentication code
{{auto_token}}versionstringRequiredExample:
Interface version number
0.0.1companyIdstringRequiredExample:
Company ID
{{company}}Body
customerNostringRequired
Customer Number
sizenumberOptional
Number of rows displayed per page, default is 20
currentnumberOptional
Current page, default is 1
Responses
200
Success
application/json
post
/customer.admin.WhiteCustomerAdminApiService.page200
Success
Last updated