{
"sheetId": "ST250417000740",
"sheetType": 405404,
"checkDate": "2025-04-18 10:05:02",
"shopId": "320701",
"adjustList": [
{
"sheetid": "ST250417000740",
"sheettype": 405404,
"sheetrowno": 1,
"gdid": "332325",
"gdskuid": "332325",
"newsaletaxrate": 9.0,
"startdate": "2025-03-01 00:00:00",
"enddate": "2025-04-16 00:00:00",
"snote": "历史销项税率调整",
"goodsReady": {
"sheetid": "ST250417000740",
"sheettype": 405404,
"shopid": "320701",
"placeid": "000000",
"gdid": "332325",
"gdskuid": "332325",
"categoryid": "D40701002",
"orgid": "320701",
"venderid": "-1",
"fvenderid": "17272",
"paytypeid": 1030,
"logistics": 3,
"oldnetcost": 0.0,
"oldcost": 0.0,
"cost": 0.0,
"netcost": 0.0,
"costtaxrate": 13.0,
"contracttype": 1,
"localflag": 0,
"contno": "107672",
"giftflag": 0,
"popflag": 0,
"sampleflag": 0,
"sheetrowno": 1,
"inflag": 0,
"accflag": 1,
"accmode": 0,
"isvender": 1,
"islogistics": 0,
"channelid": "00",
"channelshopid": "320701",
"sheetdate": "2025-04-18 10:05:02",
"goodscostid": -1,
"brandid": "018297",
"directflag": 1,
"qty": 0.0,
"costvalue": 0.0,
"kl": 0.0,
"netcostvalue": 0.0,
"saletaxrate": 9.0,
"shoptype": 11,
"snote": "",
"gdkind": 0,
"islogicode": 0,
"gdtypepro": 0,
"gdstkmode": 0,
"bussgdid": "332325",
"bussgdskuid": "332325",
"bussqty": 0.0,
"bussgdkind": 0,
"bussgdtypepro": 0,
"price": 0.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,
"ispourgoods": 0,
"leaguediscvalue": 0.0,
"returnflag": 0,
"majorid": "D407"
}
}
]
}
curl --location --request POST 'http://localhost:8117/icvs-bmp-stk/saletaxrate/adjust' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"sheetId": "ST250417000740",
"sheetType": 405404,
"checkDate": "2025-04-18 10:05:02",
"shopId": "320701",
"adjustList": [
{
"sheetid": "ST250417000740",
"sheettype": 405404,
"sheetrowno": 1,
"gdid": "332325",
"gdskuid": "332325",
"newsaletaxrate": 9.0,
"startdate": "2025-03-01 00:00:00",
"enddate": "2025-04-16 00:00:00",
"snote": "历史销项税率调整",
"goodsReady": {
"sheetid": "ST250417000740",
"sheettype": 405404,
"shopid": "320701",
"placeid": "000000",
"gdid": "332325",
"gdskuid": "332325",
"categoryid": "D40701002",
"orgid": "320701",
"venderid": "-1",
"fvenderid": "17272",
"paytypeid": 1030,
"logistics": 3,
"oldnetcost": 0.0,
"oldcost": 0.0,
"cost": 0.0,
"netcost": 0.0,
"costtaxrate": 13.0,
"contracttype": 1,
"localflag": 0,
"contno": "107672",
"giftflag": 0,
"popflag": 0,
"sampleflag": 0,
"sheetrowno": 1,
"inflag": 0,
"accflag": 1,
"accmode": 0,
"isvender": 1,
"islogistics": 0,
"channelid": "00",
"channelshopid": "320701",
"sheetdate": "2025-04-18 10:05:02",
"goodscostid": -1,
"brandid": "018297",
"directflag": 1,
"qty": 0.0,
"costvalue": 0.0,
"kl": 0.0,
"netcostvalue": 0.0,
"saletaxrate": 9.0,
"shoptype": 11,
"snote": "",
"gdkind": 0,
"islogicode": 0,
"gdtypepro": 0,
"gdstkmode": 0,
"bussgdid": "332325",
"bussgdskuid": "332325",
"bussqty": 0.0,
"bussgdkind": 0,
"bussgdtypepro": 0,
"price": 0.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,
"ispourgoods": 0,
"leaguediscvalue": 0.0,
"returnflag": 0,
"majorid": "D407"
}
}
]
}'
{
"returncode": "",
"data": {},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}