Show / Hide Table of Contents

    ManufacturingOrderTypes

    Queryable, Introduced in version 2.35

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

    Represents a manufacturing order type.

    GUID

    E7F8D04A-2CDB-47D9-8742-A49BCB6FF225
    

    Required permission

    Show order types
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the type.
    Number Int64 The human readable identifier of the type.
    Prefix String The prefix applied to manufacturing order numbers for this type.

    • Max length is 3
    Description String The translated description of the type.

    • Max length is 400
    BaseType Int32 The base type of manufacturing orders created using this type.

    • InventoryControlled: 0
    • CustomerOrderControlled: 1
    • MaintenanceControlled: 2

    Example

    {
      "Id": 0,
      "Number": 0,
      "Prefix": null,
      "Description": null,
      "BaseType": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB