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.
|
|
Description | String | The translated description of the project cost type. |
|
Type | Int32 | The type of the project cost type.
|
Example
{
"Id": 0,
"Number": 0,
"Description": null,
"Type": 0
}