Knowledge Base for Prediction App

Prediction App 2025.4 – API updates

  1. API changes
    1. Changes in v6
    2. Changes in v7

API changes

Changes in v6

projects/{projectId}/scenarios

POST

Change in the request body:

Property

predefinedCodes

status: NEW – optional

Changes in v7

projects/{projectId}/scenarios

POST

Change in the request body:

Property

guideline.isMixable

status: PROPERTY REMOVED

replaced by mixableStrategy

guideline.mixableStrategy

status: NEW mandatory

Increased the granularity of the concept isMixable. Now 5 possible options:

  • always: equivalent of the previous isMixable = true
  • same_site: mixable only if all mixed lots (for this product) are from the same site
  • same_process: mixable only if all mixed lots (for this product) are from the same process
  • same_site_process: mixable only if all mixed lots (for this product) are from the same site and process
  • never: equivalent of the previous isMixable = false