{
"currentPage": 1,
"pageSize": 1,
"sortQuery": {
"column": "string",
"sortType": "string"
},
"supplierId": 0,
"name": "string",
"fullCnName": "string",
"supplierLevel": 0,
"supplierLevelList": [
0
],
"status": 0,
"cycle": "string",
"cycleList": [
"string"
],
"quotationAttr": "string",
"accountManagerId": "string",
"accountManagerIdList": [
"string"
],
"businessLine": 0,
"businessLineList": [
0
],
"businessGroupIdList": [
0
],
"tagList": [
0
],
"financeCoordinatorIdList": [
"string"
],
"storageFinanceCoordinatorIdList": [
"string"
],
"businessCoordinatorId": "string",
"excludeIdList": [
0
],
"groupId": "string"
}
curl --location --request POST 'http://api.dev.spotterio.com/spotter-supplier-web/supplier/page' \
--header 'x-tag-header: fee_oa' \
--header 'x-app: gmesh' \
--header 'x-group-header: local' \
--header 'Authentication-Token: 1777952904371318786_60fa3124b6c34deeb9d76315bfbf2499' \
--header 'Content-Type: application/json' \
--data-raw '{
"currentPage": 1,
"pageSize": 1,
"sortQuery": {
"column": "string",
"sortType": "string"
},
"supplierId": 0,
"name": "string",
"fullCnName": "string",
"supplierLevel": 0,
"supplierLevelList": [
0
],
"status": 0,
"cycle": "string",
"cycleList": [
"string"
],
"quotationAttr": "string",
"accountManagerId": "string",
"accountManagerIdList": [
"string"
],
"businessLine": 0,
"businessLineList": [
0
],
"businessGroupIdList": [
0
],
"tagList": [
0
],
"financeCoordinatorIdList": [
"string"
],
"storageFinanceCoordinatorIdList": [
"string"
],
"businessCoordinatorId": "string",
"excludeIdList": [
0
],
"groupId": "string"
}'
{
"code": 200,
"data": {
"currentPage": 1,
"pageSize": 20,
"totalNum": 50,
"isMore": true,
"totalPage": 20,
"startIndex": 1,
"data": [
{
"id": 0,
"name": "string",
"fullCnName": "string",
"businessCode": "string",
"status": 0,
"supplierStatus": 0,
"supplierLevel": "string",
"cycle": "string",
"quotationAttr": "string",
"accountManagerId": 0,
"accountManagerName": "string",
"financeCoordinatorId": "string",
"financeCoordinatorName": "string",
"storageFinanceCoordinatorId": "string",
"storageFinanceCoordinatorName": "string",
"businessCoordinatorId": "string",
"businessCoordinatorName": "string",
"businessLine": "string",
"businessGroupId": 0,
"businessGroupName": "string",
"blockAuditIf": true,
"changeKeyInfoIf": true,
"hasOpenAudit": true,
"exceptionStatus": "string",
"bindTags": [
{
"id": 0,
"type": "string",
"name": "string",
"textColority": "string",
"strokeColority": "string",
"backColority": "string",
"status": "string",
"createdById": "string",
"createdByName": "string",
"updatedById": "string",
"updatedByName": "string",
"createdTimeMs": 0,
"updatedTimeMs": 0
}
],
"channelSite": [
"string"
],
"groupId": "string",
"groupName": "string"
}
]
},
"tracerId": "cfff6f8391cf467f9d262e4ec48c15c7",
"msg": {
"defaultValue": "你的名字是:{name}",
"params": {
"name": "key"
},
"i18nKey": "spotter.i18n.com.spotter.i18n.web.impl.business.failure.cause.system.busy.2"
}
}