{
"id": 0,
"entid": "string",
"dbsplitcode": "string",
"sheetid": "string",
"rowno": 0,
"bussgdid": "string",
"bussgdskuid": "string",
"gdid": "string",
"gdskuid": "string",
"gdname": "string",
"barcode": "string",
"brandid": "string",
"brandname": "string",
"categoryid": "string",
"categoryname": "string",
"gdstkmode": 0,
"goodsspec": "string",
"unitname": "string",
"qadays": "string",
"isweight": "string",
"weighttype": 0,
"islogicode": 0,
"isfresh": 0,
"goodsstatus": 0,
"logistics": 0,
"saletaxrate": 0,
"costtaxrate": 0,
"cost": 0,
"price": 0,
"retflag": 0,
"continuepurflag": 0,
"gdkind": 0,
"gdtypepro": 0,
"venderid": "string",
"vendername": "string",
"contracttype": 0,
"localflag": 0,
"contno": "string",
"paytypeid": 0,
"paytypename": "string",
"promflag": 0,
"dfsflag": 0,
"normalcosttaxrate": 0,
"netcost": 0,
"placeid": "string",
"placename": "string",
"stockqty": 0,
"pknum": 0,
"pkqty": 0,
"remqty": 0,
"askqty": 0,
"vldpkqty": 0,
"vldremqty": 0,
"vldqty": 0,
"actpkqty": 0,
"actremqty": 0,
"actqty": 0,
"reasonid": "string",
"reasonname": "string",
"note": "string",
"goodscostid": 0,
"productdate": "string",
"validdate": "string",
"batchno": "string",
"logicode": "string",
"logibarcode": "string",
"instkno": "string",
"instkdate": "string",
"colorid": "string",
"sizeid": "string",
"ksid": "string",
"iseditls": 0,
"iseditxs": 0,
"costvalue": 0,
"netcostvalue": 0,
"plu": 0
}
curl --location --request POST '/icvs-bmm-profitorloss/lost/updateItem' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"entid": "string",
"dbsplitcode": "string",
"sheetid": "string",
"rowno": 0,
"bussgdid": "string",
"bussgdskuid": "string",
"gdid": "string",
"gdskuid": "string",
"gdname": "string",
"barcode": "string",
"brandid": "string",
"brandname": "string",
"categoryid": "string",
"categoryname": "string",
"gdstkmode": 0,
"goodsspec": "string",
"unitname": "string",
"qadays": "string",
"isweight": "string",
"weighttype": 0,
"islogicode": 0,
"isfresh": 0,
"goodsstatus": 0,
"logistics": 0,
"saletaxrate": 0,
"costtaxrate": 0,
"cost": 0,
"price": 0,
"retflag": 0,
"continuepurflag": 0,
"gdkind": 0,
"gdtypepro": 0,
"venderid": "string",
"vendername": "string",
"contracttype": 0,
"localflag": 0,
"contno": "string",
"paytypeid": 0,
"paytypename": "string",
"promflag": 0,
"dfsflag": 0,
"normalcosttaxrate": 0,
"netcost": 0,
"placeid": "string",
"placename": "string",
"stockqty": 0,
"pknum": 0,
"pkqty": 0,
"remqty": 0,
"askqty": 0,
"vldpkqty": 0,
"vldremqty": 0,
"vldqty": 0,
"actpkqty": 0,
"actremqty": 0,
"actqty": 0,
"reasonid": "string",
"reasonname": "string",
"note": "string",
"goodscostid": 0,
"productdate": "string",
"validdate": "string",
"batchno": "string",
"logicode": "string",
"logibarcode": "string",
"instkno": "string",
"instkdate": "string",
"colorid": "string",
"sizeid": "string",
"ksid": "string",
"iseditls": 0,
"iseditxs": 0,
"costvalue": 0,
"netcostvalue": 0,
"plu": 0
}'
{
"returncode": "",
"data": {},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}