Part History

Get Part History

GET https://yoursite.demanddriventech.com/api/odata/parthistory

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

{
    "@odata.context": "https://yoursite.demanddriventech.com/api/odata/$metadata#parthistory",
    "value": [
        {
            "Id": "200b0d4b-55f8-4f93-af35-8370115fb720",
            "Batch": "9a0d2cb8-ea28-4413-b643-9b1c633c88c8",
            "Date": "2019-07-25T00:00:03.38Z",
            "PartNumber": "VNKRJ",
            "Revision": "",
            "Location": "Guadalajara",
            "PartType": 1,
            "Profile": "RO",
            "TopOfGreen": 270.0,
            "TopOfYellow": 220.0,
            "TopOfRed": 30.0,
            "InventoryAlert": 15.0,
            "InventoryQty": 200.0,
            "TotalSupply": 0.0,
            "TotalDemand": 0.0,
            "PlannerCode": "",
            "MaterialType": "MT_DetailView02",
            "RPlusLeadTime": 9,
            "Vendor": "V_DetailView02",
            "VendorId": "VI_DetailView02",
            "RawMaterialsCost": 22.33,
            "OutSourceCost": 33.22,
            "Priority": "Yellow",
            "OnHandQty": 200.0,
            "TargetedInventory": 175.0,
            "AlertType": null,
            "EffectiveDailyUsage": 24.0
        }
    ]
}

Last updated