{
"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-fresh/purTaskDailyRpt/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": [
{
"rptdate": "",
"buyerid": "",
"buyername": "",
"venderid": "",
"vendername": "",
"farmid": "",
"farmname": "",
"gdid": "",
"gdskuid": "",
"gdname": "",
"categoryid": "",
"categoryname": "",
"majorid": "",
"majorname": "",
"unitname": "",
"shipaddress": "",
"qty": 0.0,
"buyqty": 0.0,
"buycost": 0.0,
"buycostvalue": 0.0,
"grossbuyqty": 0.0,
"feeliststr": "",
"feelist": [
{
"costtypecode": "",
"costtypename": "",
"costvalue": 0.0
}
]
}
]
},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}