Search Results for

    Show / Hide Table of Contents

    MaterialRowReferenceNumbers

    Queryable, Introduced in version 26.6

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

    Represents a reference number attached to a material row.

    GUID

    CE74CF58-BE7E-4311-9701-48DFD5AEB73D
    

    Required permission

    Show part
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the reference number.
    MaterialRowId Int64 The business key identifier of the material row that the reference number belongs to.

    References MaterialRows

    • References MaterialRows
    Prefix String The prefix part of the reference number.

    • Max length is 4
    From String The starting value of the reference number range.

    • Not nullable
    • Max length is 15
    To String The ending value of the reference number range. Only valid when
    is numeric; otherwise this value is not persisted and the quantity is one.

    • Max length is 15
    Suffix String The suffix part of the reference number.

    • Max length is 1
    Remark String A free-text remark associated with the reference number.

    • Max length is 40
    Quantity Decimal The quantity represented by the reference number range. This value is calculated
    from and and cannot be set directly.
    RowIndex Int32? The display order of the reference number within the material row.

    Example

    {
      "Id": 0,
      "MaterialRowId": 0,
      "Prefix": null,
      "From": null,
      "To": null,
      "Suffix": null,
      "Remark": null,
      "Quantity": 0.0,
      "RowIndex": null
    }
    
    In This Article
    Back to top Copyright © 2023 Monitor ERP System AB