From 4ed3f11bd8ef9fc8f22986e06bef0e4842883c52 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Tue, 24 Nov 2020 01:21:43 -0500 Subject: [PATCH] adjust dates on the sample request --- sample_request.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sample_request.json b/sample_request.json index 3460185..33dba1a 100644 --- a/sample_request.json +++ b/sample_request.json @@ -1,9 +1,9 @@ { "app_baseline_from_date":"2020-06-01", - "app_baseline_to_date":"2020-10-31", + "app_baseline_to_date":"2020-09-30", "app_first_forecast_date":"2021-06-01", - "app_openorder_cutoff":"2020-10-31", - "app_openstatus_code":["OPEN","BACKORDERD"], - "app_plug_fromdate":"2020-11-01", + "app_openorder_cutoff":"2020-09-30", + "app_openstatus_code":"'OPEN','BACKORDERD'", + "app_plug_fromdate":"2019-10-01", "app_plug_todate":"2020-05-31" }