{
"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:8505/icvs-bmm-rs/rptration/queryRptRationGroupGoods' \
--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": "",
"createdate": "",
"rationnotifysheetid": "",
"rationoutsheetid": "",
"inshopid": "",
"inshopname": "",
"outshopid": "",
"outshopname": "",
"majorid": "",
"majorname": "",
"venderid": "",
"vendername": "",
"gdid": "",
"barcode": "",
"gdname": "",
"nqty": 0.0,
"ncostvalue": 0.0,
"shortageqty": 0.0,
"shortagevale": 0.0
}
]
},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}