include target forecst table in the api request body

This commit is contained in:
Paul Trowbridge 2022-05-13 13:36:23 -04:00
parent 898593c3a8
commit 2605a1002f
2 changed files with 4 additions and 2 deletions

View File

@ -6,5 +6,6 @@
"app_openstatus_code":"'OPEN','BACKORDERD'",
"app_plug_fromdate":"2019-10-01",
"app_plug_todate":"2020-05-31",
"app_forecast_name":"dev"
"app_forecast_name":"dev",
"app_forecatt_target":"fc.dcard"
}

View File

@ -14,5 +14,6 @@
"app_forecast_name": "dev",
"type": "scale_vp",
"app_vincr": 0,
"app_pincr": 500
"app_pincr": 500,
"app_forecatt_target":"fc.dcard"
}