Show / Hide Table of Contents

    TariffAndServiceCodes

    Queryable, Introduced in version 2.30

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

    Represents a tariff and service code.

    GUID

    F1C5176E-FF62-4D49-AA2F-D652DE05A6EF
    

    Required permission

    Show basic data for part
    

    Properties

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

    • Max length is 20
    • Unique
    Name String The translated name of the code.
    Type Int32? The type of the code.

    • Sales: 1
    • Service: 2
    IsActive Boolean Specifies if the code is active.

    Example

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