{
"fields": [
"string"
],
"pageNo": 0,
"pageSize": 0,
"orderBy": "string",
"condition": [
{
"relation": "and",
"field": "string",
"operation": "eq",
"value": {},
"nested": [
{}
],
"datatype": "Date"
}
],
"subCondition": {
"key": [
{}
]
}
}
curl --location --request POST 'http://localhost:8505/icvs-bmp-base/purchaseGroup/searchUser' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"fields": [
"string"
],
"pageNo": 0,
"pageSize": 0,
"orderBy": "string",
"condition": [
{
"relation": "and",
"field": "string",
"operation": "eq",
"value": {},
"nested": [
{}
],
"datatype": "Date"
}
],
"subCondition": {
"key": [
{}
]
}
}'
com.shiji.msboot.web.support.BaseResponse<com.shiji.msboot.data.support.DataPage < com.shiji.icvs.bmp.base.entity.fresh.FopPurchaseGroupUser>>
{
"returncode": "",
"data": {
"pageNo": 0,
"pageSize": 0,
"pageCount": 0,
"total": 0,
"pageData": [
{
"id": 0,
"entid": "",
"dbsplitcode": "",
"creator": "",
"createtime": "",
"purchasegroupcode": "",
"usercode": "",
"accountname": ""
}
]
},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}