{
"orgCode": "string",
"pageIndex": 0,
"pageSize": 0,
"sortOrder": "string",
"isDelete": "string",
"ids": [
"string"
],
"supplierIds": [
"string"
],
"keyword": "string"
}
curl --location --request POST '/ts-bs-bas/querySupplierSaleMan' \
--header 'Token: 971a9286-b962-4bee-adb2-2fd990120b9eUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win' \
--header 'appId: trasen' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgCode": "string",
"pageIndex": 0,
"pageSize": 0,
"sortOrder": "string",
"isDelete": "string",
"ids": [
"string"
],
"supplierIds": [
"string"
],
"keyword": "string"
}'
{
"Code": "string",
"Message": "string",
"exception": "string",
"apiCode": "string",
"data": {
"totalCount": 0,
"list": [
{
"id": "string",
"orgCode": "string",
"supplierId": "string",
"saleMan": "string",
"pyCode": "string",
"wbCode": "string",
"relationTel": "string",
"createUserId": "string",
"updateUserId": "string",
"createDate": "2019-08-24",
"updateDate": "2019-08-24",
"isDelete": "string"
}
]
}
}