{
"shopId": "300201",
"sheetId": "PSFH241211000003",
"sheetType": 401013,
"inFlag": 0,
"checkDate": "2025-02-25 13:00:49",
"goodsReadyList": [
{
"sheetid": "PSFH241211000003",
"sheettype": 401013,
"shopid": "300201",
"placeid": "000000",
"gdid": "606937",
"gdskuid": "606937",
"categoryid": "J10602001",
"orgid": "300201",
"venderid": "1000086",
"fvenderid": "1000086",
"paytypeid": 1001,
"logistics": 3,
"oldnetcost": 619.81981982,
"oldcost": 688.0,
"cost": 688.0,
"netcost": 619.81981982,
"costtaxrate": 11.0,
"contracttype": 1,
"localflag": 0,
"contno": "100008600001",
"giftflag": 0,
"popflag": 0,
"sampleflag": 0,
"sheetrowno": 1,
"inflag": 0,
"accflag": 1,
"accmode": 0,
"isvender": 0,
"islogistics": 0,
"channelid": "00",
"channelshopid": "300201",
"sheetdate": "2025-02-25 13:00:49",
"goodscostid": -1,
"brandid": "0272",
"directflag": -1,
"qty": 1.0,
"costvalue": 688.0,
"kl": 0.0,
"netcostvalue": 619.82,
"saletaxrate": 13.0,
"shoptype": 11,
"snote": "返配出库",
"gdkind": 0,
"islogicode": 0,
"gdtypepro": 0,
"gdstkmode": 0,
"bussgdid": "606937",
"bussgdskuid": "06069370001",
"bussqty": 0.0,
"bussgdkind": 0,
"bussgdtypepro": 0,
"price": 1288.0,
"salevalue": 0.0,
"discvalue": 0.0,
"custsalevalue": 0.0,
"coupongain": 0.0,
"couponuse": 0.0,
"couponcost": 0.0,
"costlackvalue": 0.0,
"popdiscount": 0.0,
"popdisfactor": 0.0,
"custdiscount": 0.0,
"custdisfactor": 0.0,
"grantdiscount": 0.0,
"grantdisfactor": 0.0,
"priorsheetid": "",
"ispourgoods": 0,
"leaguediscvalue": 0.0,
"returnflag": 0
}
]
}
curl --location --request POST 'http://localhost:8117/icvs-bmp-stk/stock/account' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopId": "300201",
"sheetId": "PSFH241211000003",
"sheetType": 401013,
"inFlag": 0,
"checkDate": "2025-02-25 13:00:49",
"goodsReadyList": [
{
"sheetid": "PSFH241211000003",
"sheettype": 401013,
"shopid": "300201",
"placeid": "000000",
"gdid": "606937",
"gdskuid": "606937",
"categoryid": "J10602001",
"orgid": "300201",
"venderid": "1000086",
"fvenderid": "1000086",
"paytypeid": 1001,
"logistics": 3,
"oldnetcost": 619.81981982,
"oldcost": 688.0,
"cost": 688.0,
"netcost": 619.81981982,
"costtaxrate": 11.0,
"contracttype": 1,
"localflag": 0,
"contno": "100008600001",
"giftflag": 0,
"popflag": 0,
"sampleflag": 0,
"sheetrowno": 1,
"inflag": 0,
"accflag": 1,
"accmode": 0,
"isvender": 0,
"islogistics": 0,
"channelid": "00",
"channelshopid": "300201",
"sheetdate": "2025-02-25 13:00:49",
"goodscostid": -1,
"brandid": "0272",
"directflag": -1,
"qty": 1.0,
"costvalue": 688.0,
"kl": 0.0,
"netcostvalue": 619.82,
"saletaxrate": 13.0,
"shoptype": 11,
"snote": "返配出库",
"gdkind": 0,
"islogicode": 0,
"gdtypepro": 0,
"gdstkmode": 0,
"bussgdid": "606937",
"bussgdskuid": "06069370001",
"bussqty": 0.0,
"bussgdkind": 0,
"bussgdtypepro": 0,
"price": 1288.0,
"salevalue": 0.0,
"discvalue": 0.0,
"custsalevalue": 0.0,
"coupongain": 0.0,
"couponuse": 0.0,
"couponcost": 0.0,
"costlackvalue": 0.0,
"popdiscount": 0.0,
"popdisfactor": 0.0,
"custdiscount": 0.0,
"custdisfactor": 0.0,
"grantdiscount": 0.0,
"grantdisfactor": 0.0,
"priorsheetid": "",
"ispourgoods": 0,
"leaguediscvalue": 0.0,
"returnflag": 0
}
]
}'
{
"returncode": "",
"data": {},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}