{
"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/fopPurAskRpt/searchGoods' \
--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": "",
"orderdate": "",
"schedulecode": "",
"schedulename": "",
"askqty": 0.0,
"vldqty": 0.0,
"dcqty": 0.0,
"tbcqty": 0.0,
"confirmqty": 0.0,
"buyqty": 0.0,
"buycostvalue": 0.0,
"rationqty": 0,
"deliverqty": 0,
"transferqty": 0,
"gdid": "",
"gdskuid": "",
"barcode": "",
"gdname": "",
"brandid": "",
"brandname": "",
"categoryid": "",
"categoryname": "",
"majorid": "",
"majorname": "",
"goodsspec": "",
"unitname": ""
}
]
},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}