Show / Hide Table of Contents

    ExtraFieldTemplates

    Queryable, Introduced in version 2.18

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

    Represents an extra field template.

    GUID

    E74EFF2A-DDB8-4457-A4A4-4EC46EB5CEB5
    

    Required permission

    Show extra fields
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the extra field template.
    Name String The translated name of the extra field template.
    Description String The translated description of the extra field template.
    Type Int32 The extra field template type.

    • String: 0
    • Integer: 1
    • Decimal: 2
    • Date: 3
    • DateTime: 4
    • Comment: 5
    • Options: 6
    • MultiOptions: 7
    ParentId Int64 The business key identifier of the extra field group that the
    template belongs to.

    • References ExtraFieldGroups
    RowNumber Int32 The row number of the extra field template.
    Identifier String The alphanumeric identifier of the extra field template.

    • Max length is 12
    OptionTemplates ExtraFieldOptionTemplates[] The extra field option templates that belong to the extra field template.

    • Expandable

    Example

    {
      "Id": 0,
      "Name": null,
      "Description": null,
      "Type": 0,
      "ParentId": 0,
      "RowNumber": 0,
      "Identifier": null,
      "OptionTemplates": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB