{
"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 '/cut/searchWorkSheet' \
--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": "",
"sheetid": "",
"flag": 0,
"editor": "",
"editdate": "",
"operator": "",
"checker": "",
"checkdate": "",
"checktime": "",
"editable": 0,
"deletable": 0,
"sheettype": 0,
"refsource": "",
"refsheetid": "",
"refsheettype": 0,
"printcount": 0,
"note": "",
"bpmopen": false,
"shopid": "",
"askdate": "",
"startdate": "",
"enddate": "",
"totalaskamt": 0.0,
"totalcheckamt": 0.0,
"totalrealamt": 0.0,
"stylesid": "",
"approver": "",
"approvedate": "",
"executetime": "",
"items": [
{
"id": 0,
"entid": "",
"dbsplitcode": "",
"sheetid": "",
"rowno": 0,
"bussgdid": "",
"bussgdskuid": "",
"gdid": "",
"gdskuid": "",
"barcode": "",
"gdname": "",
"brandid": "",
"brandname": "",
"categoryid": "",
"categoryname": "",
"gdstkmode": 0,
"goodsspec": "",
"unitname": "",
"qadays": "",
"isweight": "",
"weighttype": 0,
"isfresh": 0,
"goodsstatus": 0,
"logistics": 0,
"saletaxrate": 0.0,
"costtaxrate": 0.0,
"cost": 0.0,
"price": 0.0,
"retflag": 0,
"continuepurflag": 0,
"gdkind": 0,
"gdtypepro": 0,
"islogicode": 0,
"venderid": "",
"vendername": "",
"contracttype": 0,
"localflag": 0,
"contno": "",
"paytypeid": 0,
"paytypename": "",
"promflag": 0,
"cutbarcode": "",
"newgname": "",
"cuttype": 0,
"showtype": 0,
"stockqty": 0.0,
"askqty": 0.0,
"newprice": 0.0,
"newpricerate": 0.0,
"checkqty": 0.0,
"checkprice": 0.0,
"realqty": 0.0,
"note": "",
"mgoodsid": "",
"mqty": 0.0
}
],
"shops": [
{
"id": 0,
"entid": "",
"dbsplitcode": "",
"sheetid": "",
"grpid": 0,
"grpdbsplitcode": "",
"execflag": 0,
"shopid": ""
}
]
}
]
},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}