Simulation Part Forecast

Get Simulation Part Forecasts v2.0

GET https://yoursite.demanddriventech.com/odata/v2/simulationpartforecast

This endpoint allows you to get simulated part forecasts for the current dataset. This endpoint currently does not accept parameters.

{
    "@odata.context": "https://yoursite.demanddriventech.com/odata/v2/$metadata#simulationpartforecast",
    "value": [
        {
            "DataSetId": 1,
            "SimulationId": 85,
            "Id": 47668,
            "LocationId": 87,
            "PartNumber": "Bolts",
            "Revision": "",
            "Location": "Plant2",
            "Date": "2021-02-23T00:00:00-08:00",
            "TopOfGreen": 9.6666,
            "TopOfYellow": 7.24995,
            "TopOfRed": 2.41665,
            "ReorderPoint": 7.24995,
            "RedZoneBase": 1.93332,
            "ProjectedDailyDemand": 0.0,
            "ProjectedNewSupply": 0.0,
            "ProjectedSupplyDueToday": 0.0,
            "ProjectedOpenSupply": 178.0,
            "ProjectedQualifiedDemand": 158.0,
            "NetFlow": 20.0,
            "ProjectedInventory": 20.0,
            "ProjectedEDU": 0.48333
        }
    ]
}

Simulation Part Forecast Fields

Field Name

Type

DataSetId

int

SimulationId

int

Id

int

LocationId

int

PartNumber

text

Revision

text

Location

text

Date

date

TopOfGreen

decimal

TopOfYellow

decimal

TopOfRed

decimal

ReorderPoint

decimal

RedZoneBase

decimal

ProjectedDailyDemand

decimal

ProjectedNewSupply

decimal

ProjectedSupplyDueToday

decimal

ProjectedOpenSupply

decimal

ProjectedQualifiedDemand

decimal

NetFlow

decimal

ProjectedInventory

decimal

ProjectedEDU

decimal

Last updated