{
"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 '/icvs-bmm-istktake/stktakereportshopmanager/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": "",
"company": "",
"areamanager": "",
"shopid": "",
"shopname": "",
"analysis": "",
"profitandloss": 0.0,
"overflow": 0.0,
"shopfeedback": 0.0,
"dischange": 0.0,
"valuegoods": 0.0,
"derictiff": 0.0,
"lossestrue": 0.0,
"saleamount": 0.0,
"allowlosses": 0.0,
"overallowlosses": 0.0,
"lossesrate": 0.0,
"productaccuracy": 0.0,
"lossestype": "",
"freshgoodcodesaccuracy": 0.0,
"freshgoodsnocodeaccuracy": 0.0,
"lossesaccountof": 0.0,
"psuccessrate": 0.0,
"successrate": 0.0,
"shopmanager": "",
"arearemanager": "",
"stktaker": "",
"stktaketime": "",
"prestktaketime": "",
"intervalday": 0.0,
"planid": ""
}
]
},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}