{
"id": 0,
"entid": "string",
"dbsplitcode": "string",
"sheetid": "string",
"flag": 0,
"editor": "string",
"editdate": "string",
"operator": "string",
"checker": "string",
"checkdate": "string",
"checktime": "string",
"editable": 0,
"deletable": 0,
"sheettype": 0,
"refsource": "string",
"refsheetid": "string",
"refsheettype": 0,
"printcount": 0,
"note": "string",
"bpmopen": true,
"dcshopid": "string",
"dcshopname": "string",
"inshopid": "string",
"inshopname": "string",
"indate": "string",
"items": [
{
"id": 0,
"entid": "string",
"dbsplitcode": "string",
"sheetid": "string",
"rowno": 0,
"rationtype": "string",
"refsheetid": "string",
"outshopid": "string",
"outshopname": "string",
"containerno": "string",
"dealflag": 0,
"refrowno": 0,
"bussgdid": "string",
"bussgdskuid": "string",
"gdid": "string",
"gdskuid": "string",
"barcode": "string",
"gdname": "string",
"brandid": "string",
"brandname": "string",
"categoryid": "string",
"categoryname": "string",
"gdstkmode": 0,
"goodsspec": "string",
"unitname": "string",
"qadays": "string",
"isweight": "string",
"weighttype": 0,
"isfresh": 0,
"goodsstatus": 0,
"logistics": 0,
"saletaxrate": 0,
"costtaxrate": 0,
"cost": 0,
"price": 0,
"retflag": 0,
"continuepurflag": 0,
"gdkind": 0,
"gdtypepro": 0,
"islogicode": 0,
"venderid": "string",
"vendername": "string",
"contracttype": 0,
"localflag": 0,
"contno": "string",
"paytypeid": 0,
"paytypename": "string",
"promflag": 0,
"pknum": 0,
"outqty": 0,
"inqty": 0,
"diffqty": 0,
"outdate": "string",
"indate": "string",
"reasonid": "string",
"reasonname": "string",
"note": "string",
"iseditls": 0,
"iseditxs": 0
}
]
}
curl --location --request POST 'http://localhost:8505/icvs-bmm-rs/manualRationDiff/deleteItem' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"entid": "string",
"dbsplitcode": "string",
"sheetid": "string",
"flag": 0,
"editor": "string",
"editdate": "string",
"operator": "string",
"checker": "string",
"checkdate": "string",
"checktime": "string",
"editable": 0,
"deletable": 0,
"sheettype": 0,
"refsource": "string",
"refsheetid": "string",
"refsheettype": 0,
"printcount": 0,
"note": "string",
"bpmopen": true,
"dcshopid": "string",
"dcshopname": "string",
"inshopid": "string",
"inshopname": "string",
"indate": "string",
"items": [
{
"id": 0,
"entid": "string",
"dbsplitcode": "string",
"sheetid": "string",
"rowno": 0,
"rationtype": "string",
"refsheetid": "string",
"outshopid": "string",
"outshopname": "string",
"containerno": "string",
"dealflag": 0,
"refrowno": 0,
"bussgdid": "string",
"bussgdskuid": "string",
"gdid": "string",
"gdskuid": "string",
"barcode": "string",
"gdname": "string",
"brandid": "string",
"brandname": "string",
"categoryid": "string",
"categoryname": "string",
"gdstkmode": 0,
"goodsspec": "string",
"unitname": "string",
"qadays": "string",
"isweight": "string",
"weighttype": 0,
"isfresh": 0,
"goodsstatus": 0,
"logistics": 0,
"saletaxrate": 0,
"costtaxrate": 0,
"cost": 0,
"price": 0,
"retflag": 0,
"continuepurflag": 0,
"gdkind": 0,
"gdtypepro": 0,
"islogicode": 0,
"venderid": "string",
"vendername": "string",
"contracttype": 0,
"localflag": 0,
"contno": "string",
"paytypeid": 0,
"paytypename": "string",
"promflag": 0,
"pknum": 0,
"outqty": 0,
"inqty": 0,
"diffqty": 0,
"outdate": "string",
"indate": "string",
"reasonid": "string",
"reasonname": "string",
"note": "string",
"iseditls": 0,
"iseditxs": 0
}
]
}'
{
"returncode": "",
"data": {},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}