Show / Hide Table of Contents

    WorkCenters

    Queryable, Introduced in version 2.18

    GET https://localhost:8001/sv/001.1/api/v1/Manufacturing/WorkCenters
    

    Represents a manufacturing work center.

    GUID

    2A2247AB-2CB4-40BD-B5F3-2E2D3DE37170
    

    Required permission

    Show work center
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the work center.
    Number String The human readable identifier of the work center.

    • Not nullable
    • Max length is 8
    • Unique
    Description String The translated description of the work center.
    OperationDescription String The translated operation description of the work center.
    Type Int32 The work center type.

    • Machine: 0
    • ManualWork: 1
    • SubContract: 2
    • Pool: 3
    DepartmentId Int64 The business key identifier of the department that the work center belongs to.

    References Department
    WarehouseId Int64 The business key identifier of the warehouse that the work center belongs to.

    References Warehouses.
    Warehouse Warehouses The warehouse that the work center belongs to.

    • Expandable
    CommentId Int64? The business key identifier of the work center comment.

    References Comments.
    Comment Comments The work center comment.

    • Expandable
    ManufacturingPrintSettings WorkCenterManufacturingPrintSettings[] The print settings for manufacturing order documents.

    • Expandable
    Introduced in version 2.28
    CostFactorGroups WorkCenterCostFactorGroups[] The cost factor groups that belong to the work center.

    • Expandable
    Introduced in version 2.46
    TimePrecision Int32 Time precision for the work center

    • Day: 0
    • Schedule: 1
    • Hourly: 2
    Introduced in version 24.3
    BasicTime TimeSpan Basic time (capacity per day)
    Introduced in version 24.3
    NumberOfPlanningUnits Decimal Number of planning units, can be machines or persons depending on the work center type.
    Introduced in version 24.3
    NumberOfFlows Decimal Number of machines per order or number of persons per order depending on the work center type.
    Introduced in version 24.3
    AvailabilityFactor Decimal Availability factor in percent for the work center.
    Introduced in version 24.3
    SimulationFactor Decimal Simulation factor in percent for the work center.
    Introduced in version 24.3
    UnitStaffFactor Decimal Indicates how large (in percent) a share of the operating unit time that is staffed for the work center.
    Introduced in version 24.3
    SetupStaffFactor Decimal Indicates how large (in percent) a share of the operating setup time that is staffed for the work center.
    Introduced in version 24.3
    Employees PersonWorkCenters[] Specifies the persons that should be allowed to select work from this work center.

    • Expandable
    Introduced in version 24.3
    ProductionCalendarExceptions ProductionCalendarExceptions[] Specifies the production calendar exceptions for this work center.

    • Expandable
    Introduced in version 24.3

    Example

    {
      "Id": 0,
      "Number": null,
      "Description": null,
      "OperationDescription": null,
      "Type": 0,
      "DepartmentId": 0,
      "WarehouseId": 0,
      "Warehouse": null,
      "CommentId": null,
      "Comment": null,
      "ManufacturingPrintSettings": null,
      "CostFactorGroups": null,
      "TimePrecision": 0,
      "BasicTime": "00:00:00",
      "NumberOfPlanningUnits": 0.0,
      "NumberOfFlows": 0.0,
      "AvailabilityFactor": 0.0,
      "SimulationFactor": 0.0,
      "UnitStaffFactor": 0.0,
      "SetupStaffFactor": 0.0,
      "Employees": null,
      "ProductionCalendarExceptions": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB