Show / Hide Table of Contents

    PartIdentityTypes

    Queryable, Introduced in version 2.47

    GET https://localhost:8001/sv/001.1/api/v1/Inventory/PartIdentityTypes
    

    Represents a part identity type.

    GUID

    19a0fb4f-e580-41ab-b1a3-5b661020e5ea
    

    Required permission

    Show basic data for part
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the part identity type.
    Code String The human readable identifier of the part identity type.

    • Max length is 10
    • Unique
    Description String The translated description of the part identity type.
    IsActive Boolean Specifies whether or not the part identity type is active.
    Type Int32? The type of code that the part identity type defines.

    • None: 0
    • GTIN8: 1
    • GTIN12: 2
    • GTIN13: 3
    • GTIN14: 4
    • SGTIN: 5

    Example

    {
      "Id": 0,
      "Code": null,
      "Description": null,
      "IsActive": false,
      "Type": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB