ProjectCostBudgets
Queryable, Introduced in version 2.46
GET https://localhost:8001/sv/001.1/api/v1/Common/ProjectCostBudgets
Represents a project cost budget.
GUID
c82183a9-3415-4079-8162-18b878592da0
Required permission
Show projects
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the project cost budget. |
|
ProjectId | Int64? | The business key identifier of the project this project cost budget belongs to.
|
|
CostTypeId | Int64? | The business key identifier of the project cost type this project cost budget belongs to.
|
|
Hours | Decimal | The time in hours of the project cost budget. |
|
Cost | Decimal | The cost of the project cost budget. |
|
Income | Decimal | The income of the project cost budget. |
|
CommentId | Int64? | The business key identifier of the project cost budget's comment.
|
|
Comment | Comments | The comment of the project cost budget.
|
Example
{
"Id": 0,
"ProjectId": null,
"CostTypeId": null,
"Hours": 0.0,
"Cost": 0.0,
"Income": 0.0,
"CommentId": null,
"Comment": null
}