Replan order available for MKG API


For planning operations, the Replan order service is now released for API calls.

  • Rowkey: obliged to give
  • Replan method: this production phase = 0, entire end product = 2, semi-finished product plus underlying = 3, semi-finished product plus successive = 6, this semi-finished product = 7
  • Replan against: standard = 0, standard excluding calculations = 1, standard excluding forecast = 2, standard excluding calculations and forecast = 3, infinite capacity = 4, finite capacity = 5, finite capacity excluding calculations = 6, finite capacity excluding forecast = 7 , finite capacity excluding calculations and forecast = 8
  • Direction: forward = 0, backward = 1
  • Replan with bucket: default = -1, none = 0, day = 1, week = 2, month = 3
  • Optimize: true, false


PUT {{restUrl}}/Documents/plnb/1+0+0+60221643+1+1/Service/s_herplan_order?DialogResult=1

{
    "request":{
        "InputData":{
            "ReSchedule":[
                {
                    "Rowkey": 1,
                    "t_planorder_methode": 2,
                    "t_cap_methode": 0,
                    "t_plan_richting": 0,
                    "t_bucket_methode": 1,
                    "t_optimaliseren": true,
                }
            ]
        }
    }
}