{
"fields": [
"string"
],
"pageNo": 0,
"pageSize": 0,
"orderBy": "string",
"condition": [
{
"relation": "and",
"field": "string",
"operation": "eq",
"value": {},
"nested": [
{}
],
"datatype": "Date"
}
],
"subCondition": {
"key": [
{
"relation": "and",
"field": "string",
"operation": "eq",
"value": {},
"nested": [
{
"relation": "and",
"field": "string",
"operation": "eq",
"value": {},
"nested": [
{}
],
"datatype": "Date"
}
],
"datatype": "Date"
}
]
}
}
curl --location --request POST 'http://localhost:8100/icvs-bmp-base/category/search' \
--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": [
{
"relation": "and",
"field": "string",
"operation": "eq",
"value": {},
"nested": [
{
"relation": "and",
"field": "string",
"operation": "eq",
"value": {},
"nested": [
{}
],
"datatype": "Date"
}
],
"datatype": "Date"
}
]
}
}'
{
"returncode": "",
"data": {
"pageNo": 0,
"pageSize": 0,
"pageCount": 0,
"total": 0,
"pageData": [
{
"id": 0,
"entid": "",
"dbsplitcode": "",
"creator": "",
"createtime": "",
"modifier": "",
"modifytime": "",
"categoryid": "",
"categoryname": "",
"deptlevelid": 0,
"lastflag": 0,
"headcatid": "",
"categorydepart": "",
"categorystatus": 0,
"addrate": 0.0,
"taxrate": 0.0,
"demanddays": 0,
"minstockdays": 0,
"maxstockdays": 0,
"salequota": 0,
"dmsvalue": 0.0,
"standardpinnumber": 0.0,
"ctrydays": 0,
"plangross": 0.0,
"note": "",
"headcatidlist": "",
"accflag": 0,
"categoryrole": 0,
"categoryroletagref": ""
}
]
},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}