ProductionCalendarExceptions
Queryable, Introduced in version 24.3
GET https://localhost:8001/sv/001.1/api/v1/Manufacturing/ProductionCalendarExceptions
Represents a table that contains exceptions from the production calendar. Only used when using daily planning.
Used in WorkCenters/>
GUID
32843774-0FF8-4A8C-9E06-62FE088E4593
Required permission
Show work center
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the production calendar exception. |
|
WorkCenterId | Int64 | The business key identifier of the work center that is linked to the production calendar exception.
|
|
NumberOfPlanningUnits | Decimal? | Number of persons or number of machines depending on the work center type. |
|
ExceptionDate | DateTime | Day of the production calendar exception. |
|
BasicTime | TimeSpan? | Basic time used on this production calendar exception date. |
|
ScheduleId | Int64? | The business key identifier of the schedule used on this production calendar exception date.
|
Example
{
"Id": 0,
"WorkCenterId": 0,
"NumberOfPlanningUnits": null,
"ExceptionDate": "0001-01-01T00:00:00",
"BasicTime": null,
"ScheduleId": null
}