Show / Hide Table of Contents

    ProjectCostTypes

    Queryable, Introduced in version 2.46

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

    Represents a project cost type.

    GUID

    C2F963E4-A7D2-499A-9A23-4AFAC99E2568
    

    Required permission

    Show projects
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the project cost type.
    Number Int64 The human readable identifier of the project cost type.

    • Unique
    Description String The translated description of the project cost type.
    Type Int32 The type of the project cost type.

    • Cost: 1
    • Income: 2

    Example

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