Show / Hide Table of Contents

    MeasuringTemplates

    Queryable, Introduced in version 22.5

    GET https://localhost:8001/sv/001.1/api/v1/Common/MeasuringTemplates
    

    Represents a measuring template.

    GUID

    EFE8C4CC-35D2-4D05-B257-52FCEEF604A1
    

    Required permission

    Show measuring templates
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the entity.
    FormTemplateId Int64 The business key identifier of the form template that the measuring template relates to.

    • References FormTemplates
    Code String The human readable identifier of the measuring template.

    • Max length is 40
    • Not nullable
    • Unique
    Description String The translated description of the measuring template.
    FrequencyText String The frequency text defined for the measuring template.

    • Max length is 80
    IntervalAmount Int32? The quantity value defined for the measuring template.
    Interval Int32? The interval value defined for the measuring template.
    MeasuringFrequency Int32 The frequency value defined for the measuring template.

    • First: 0
    • Last: 1
    • All: 2
    • Sample: 3
    • Other: 4
    • PerOrder: 5
    Type Int32 Type of the measuring template which restricts in which module the measuring template can be used.

    • None: 0
    • Manufacturing: 1
    • Purchase: 2

    • Bitmask

    Example

    {
      "Id": 0,
      "FormTemplateId": 0,
      "Code": null,
      "Description": null,
      "FrequencyText": null,
      "IntervalAmount": null,
      "Interval": null,
      "MeasuringFrequency": 0,
      "Type": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB