Scheduling Order

Get Scheduling Orders v2.0

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

This endpoint allows you to scheduling orders for the current dataset. This endpoint currently does not accept parameters.

{
    "@odata.context": "https://yoursite.demanddriventech.com/odata/v2/$metadata#schedulingorder",
    "value": [
        {
            "DataSetId": 1,
            "SchedulingSetId": 1,
            "Id": 1,
            "RoutingSetId": 1468,
            "PartId": 5807,
            "LocationId": 1,
            "OrderNumber": "8458934",
            "RoutingName": "8458934-0000674",
            "PartNumber": "0000674",
            "Revision": "",
            "Location": "Default Location",
            "OrderQuantity": 8.00000,
            "PromiseDate": "2021-08-17T08:00:00Z",
            "BeginRequestDate": null,
            "EndRequestDate": "2021-05-28T00:00:00Z",
            "Priority": 50,
            "FrozenPriority": false,
            "Expedite": "None",
            "PlannedReleaseDate": "0001-01-01T00:00:00Z",
            "LockDate": "2021-07-20T15:01:28.547Z",
            "ReleaseDate": "2021-07-20T15:01:28.547Z",
            "OnHoldDate": null,
            "CloseDate": null,
            "ScheduleState": 1000,
            "InProgress": false,
            "InInventory": false,
            "SalesOrderNumber": "",
            "LineItem": "",
            "SalesOrderQuantity": 0.00000,
            "OrderDate": "2021-05-11T00:00:00Z",
            "Customer": "",
            "UnitPrice": 0.00000,
            "OnHandQtyPenetration": null,
            "AvailableOnHandQtyPenetration": null,
            "MaterialAvailabilityCheck": null,
            "ScheduleGroupName": null,
            "ScheduleGroupResourceId": null,
            "ScheduleGroupOrder": null,
            "ScheduleGroupTotal": null
        }
    ]
}

Scheduling Order Fields

Field Name

Type

DataSetId

int

SchedulingSetId

int

Id

int

RoutingSetId

int

PartId

int

LocationId

int

OrderNumber

text

RoutingName

text

PartNumber

text

Revision

text

Location

text

OrderQuantity

decimal

PromiseDate

date?

BeginRequestDate

date?

EndRequestDate

date

Priority

int

FrozenPriority

bool

Expedite

text

PlannedReleaseDate

date?

LockDate

date?

ReleaseDate

date?

OnHoldDate

date?

CloseDate

date?

ScheduleState

int

InProgress

bool

InInventory

bool

SalesOrderNumber

text

LineItem

text

SalesOrderQuantity

decimal?

OrderDate

date?

Customer

text

UnitPrice

decimal?

OnHandQtyPenetration

decimal?

AvailableOnHandQtyPenetration

decimal?

MaterialAvailabilityCheck

bool?

ScheduleGroupName

text

ScheduleGroupResourceId

int?

ScheduleGroupOrder

int?

ScheduleGroupTotal

int?

TopLevelPacket

text

PacketParent

text

Last updated