{
"id": 0,
"entid": "string",
"dbsplitcode": "string",
"sheetid": "string",
"rowno": 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,
"outplaceid": "string",
"outplacename": "string",
"inplaceid": "string",
"inplacename": "string",
"iseditls": 0,
"iseditxs": 0,
"pknum": 0,
"qty": 0,
"pkqty": 0,
"remqty": 0,
"giftqty": 0,
"giftpkqty": 0,
"giftremqty": 0,
"vldqty": 0,
"vldpkqty": 0,
"vldremqty": 0,
"outcost": 0,
"outcostvalue": 0,
"outqty": 0,
"outpkqty": 0,
"outremqty": 0,
"incost": 0,
"incostvalue": 0,
"inqty": 0,
"inpkqty": 0,
"inremqty": 0,
"rattype": 0,
"priorsheetid": "string",
"ratcost": 0,
"goodscostid": 0,
"productdate": "string",
"validdate": "string",
"batchno": "string",
"logicode": "string",
"logibarcode": "string",
"instkno": "string",
"instkdate": "string",
"colorid": "string",
"sizeid": "string",
"ksid": "string",
"note": "string",
"zlqty": 0,
"zlpkqty": 0,
"zlremqty": 0,
"dfsflag": 0,
"normalcosttaxrate": 0,
"netcost": 0,
"containercode": "string"
}
curl --location --request POST '/icvs-bmm-rs/rationIn/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",
"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,
"outplaceid": "string",
"outplacename": "string",
"inplaceid": "string",
"inplacename": "string",
"iseditls": 0,
"iseditxs": 0,
"pknum": 0,
"qty": 0,
"pkqty": 0,
"remqty": 0,
"giftqty": 0,
"giftpkqty": 0,
"giftremqty": 0,
"vldqty": 0,
"vldpkqty": 0,
"vldremqty": 0,
"outcost": 0,
"outcostvalue": 0,
"outqty": 0,
"outpkqty": 0,
"outremqty": 0,
"incost": 0,
"incostvalue": 0,
"inqty": 0,
"inpkqty": 0,
"inremqty": 0,
"rattype": 0,
"priorsheetid": "string",
"ratcost": 0,
"goodscostid": 0,
"productdate": "string",
"validdate": "string",
"batchno": "string",
"logicode": "string",
"logibarcode": "string",
"instkno": "string",
"instkdate": "string",
"colorid": "string",
"sizeid": "string",
"ksid": "string",
"note": "string",
"zlqty": 0,
"zlpkqty": 0,
"zlremqty": 0,
"dfsflag": 0,
"normalcosttaxrate": 0,
"netcost": 0,
"containercode": "string"
}'
{
"returncode": "",
"data": {},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}