{
"reqId": "string",
"reqCustomerId": 0,
"pagenumber": 1,
"pagesize": 10,
"id": 0,
"longId": 0,
"parentCustomerId": 0,
"parentCustomerLongId": 0,
"parentAbbreviation": "string",
"abbreviation": "string",
"contactName": "string",
"contactMobile": "string",
"level": 0,
"networkFlag": 0
}
curl --location --request POST '/portal/customerQuery/resellerPage' \
--header 'token: eyJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJ7XCJpc3NcIjpcIkJXX0lOTkVSX0dBVEVXQVlcIixcImlhdFwiOjE3NTIwMzE4NzgsXCJwbGF0Zm9ybVwiOlwiU0dcIixcImp0aVwiOlwiU0dcIn0iLCJpc3MiOiJCV19JTk5FUl9HQVRFV0FZIiwiZXhwIjoxNzUzMDMxODc4LCJpYXQiOjE3NTIwMzE4NzgsInBsYXRmb3JtIjoiU0ciLCJqdGkiOiJTRyJ9.kHFzS4gQJzoq85Ar8oqVbGdmzP3eoHZfKficICpsqNagXAc9s7S3M5i2SobiWP_dLV7b-3ya8n97YWmoeX1xC9CSt2nr7flexFOCJocoubU36EWg3AKu7KT43aDgw5OP--yygGctEhuK8Zl8NLuPXQyEupFAcVCn37vurf5rT88' \
--header 'customer: 428166320547168262' \
--header 'user: ljing' \
--header 'Content-Type: application/json' \
--data-raw '{
"reqId": "string",
"reqCustomerId": 0,
"pagenumber": 1,
"pagesize": 10,
"id": 0,
"longId": 0,
"parentCustomerId": 0,
"parentCustomerLongId": 0,
"parentAbbreviation": "string",
"abbreviation": "string",
"contactName": "string",
"contactMobile": "string",
"level": 0,
"networkFlag": 0
}'
{
"error": {
"code": "",
"message": "",
"detail": ""
},
"reqId": "",
"reqCustomerId": 0,
"totalElements": 0,
"number": 0,
"data": [
{
"reqId": "",
"reqCustomerId": 0,
"id": 0,
"longId": 0,
"parentCustomerId": 0,
"parentAbbreviation": "",
"industryBigId": 0,
"industryBigName": "",
"abbreviation": "",
"fullName": "",
"cardsCount": 0,
"openCmp": false,
"openSsc": false,
"contactName": "",
"contactMobile": "",
"cooperationStatus": "",
"commissionRule": "",
"createTime": "",
"updateTime": "",
"openApiAppId": "",
"openApiAppSecret": "",
"level": 0,
"customManagement": false,
"commissionMode": "",
"commissionDays": 0,
"commissionScale": 0.0,
"commissionType": 0,
"withdrawalFlag": 0,
"withdrawalMethod": 0,
"salaryPayId": "",
"bwCollectionFlag": 0,
"userId": "",
"userName": "",
"networkFlag": 0
}
],
"size": 0,
"totalPages": 0
}