...
| HTTP Verb | URL |
|---|---|
| POST | /api/supplier-service/v1/aggregator/supplierList |
Example:
| 代码块 |
|---|
POST /api/supplier-service/v1/b2b/inquiry HTTP/1.1 Content-Type: application/json Accept: application/json Host: http://cfs-qa.etowertech.com/ X-WallTech-Date: Thu, 06 Aug 2020 06:44:25 GMT Authorization: WallTech testLvs2jdug2qIoRsJyuxs:F714XG5EBjslUUdx5xJrTCVb9Xs= |
...
| 代码块 |
|---|
{
"pageSize" : 10,
"pageNum" : 1,
"name" : "",
"nameEn" : "",
"businessCode" : "",
"clearingTypes" : [3],
"supplierTypes" : [100]
}{
"code": "0",
"data": {
"endRow": 1,
"hasNextPage": false,
"hasPreviousPage": false,
"isFirstPage": true,
"isLastPage": true,
"list": [
{
"addressLine1": "dd",
"addressLine2": "",
"addressLine3": "",
"business": 63142,
"businessCode": "bcode",
"businessEmail": "易仓测试",
"city": "bb",
"clearingType": 3,
"clearingTypeMsg": "单独报关",
"code": "XD-JXSY",
"contactInformation": "王成红+86 13372316870王成红16870",
"contactName": "王惠王xxx",
"country": "US",
"district": "cc",
"email": "",
"financial": 63134,
"financialEmail": "路人丁",
"invoiceInfoList": [
{
"account": "账号",
"accountOpeningBank": "开户行",
"accountType": "",
"address": "地址",
"availableAmount": 0,
"bankExchangeSystemCode": "",
"billingType": 1,
"createdId": "",
"createdName": "jerryxu@walltechsystem.com",
"currency": "CNY",
"currencyList": [],
"dateCreated": "2025-12-24 18:32:38",
"dateModified": "2025-12-24 18:32:38",
"detailList": [],
"id": "2512241832381000001",
"invoice": "开票信息抬头",
"modifiedId": "",
"modifiedName": "jerryxu@walltechsystem.com",
"name": "",
"payeeCountry": "",
"phone": "电话",
"remark": "",
"shipperId": "",
"status": 1,
"supplierId": "2508181559231000007",
"supplierName": "",
"swiftCode": "swiftcode",
"taxpayerNo": "纳税人识别号",
"type": 1,
"useDefault": 1
}
],
"name": "嘉兴市盛亚电子商务有限公司嘉兴市xxxxx",
"nameEn": "XD-JXSY",
"phone": "136418969091364188888888",
"postCode": "aaa",
"remark": "beizhu",
"state": "aa",
"supplierType": 100,
"supplierTypeMsg": "打单代理"
}
],
"navigateFirstPage": 1,
"navigateLastPage": 1,
"navigatePages": 8,
"navigatepageNums": [
1
],
"nextPage": 0,
"pageNum": 1,
"pageSize": 3,
"pages": 1,
"prePage": 0,
"size": 1,
"startRow": 1,
"total": "1"
},
"errors": "",
"message": "",
"messageId": "",
"success": true,
"warnList": ""
} |
...