GET V3/odata/OverviewBudget
Gets OverviewBudget entities
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of QicsUnity.Api.Areas.V3.Models.OverviewBudget| Name | Description | Type | Additional information |
|---|---|---|---|
| BudgetId |
Gets or sets budget id |
integer |
64-bit signed integer Nullable |
| ParentBudgetId |
Gets or sets parent budget id |
integer |
64-bit signed integer Nullable |
| Name |
Gets or sets budget name |
string |
None. |
| IsLeaf |
Gets or sets a value indicating whether budget is leaf |
boolean |
None. |
| State |
Gets or sets State |
QicsUnity.Common.BusinessObjects.BudgetState |
None. |
| Description |
Gets or sets Description |
string |
None. |
| IsPlanningAllowed |
Gets or sets a value indicating whether planning is allowed |
boolean |
None. |
| HoursQuantityBudget |
Gets or sets Hours quantity budget |
decimal number |
Nullable |
| IsSalesRateCustom |
Gets or sets a value indicating whether sales rate is custom |
boolean |
None. |
| HoursSalesRateBudget |
Gets or sets Hours sales rate |
decimal number |
Nullable |
| HoursAmountBudget |
Gets or sets Hours amount budget |
decimal number |
Nullable |
| IsCostRateCustom |
Gets or sets a value indicating whether cost rate is custom |
boolean |
None. |
| HoursCostRateBudget |
Gets or sets Hours cost rate |
decimal number |
Nullable |
| HoursCostsAmountBudget |
Gets or sets Hours costs amount budget |
decimal number |
Nullable |
| ExpensesQuantityBudget |
Gets or sets Expenses quantity budget |
decimal number |
Nullable |
| IsExpenseRateCustom |
Gets or sets a value indicating whether expense rate is custom |
boolean |
None. |
| ExpenseRateBudget |
Gets or sets Expense rate |
decimal number |
Nullable |
| ExpensesAmountBudget |
Gets or sets Expenses amount budget |
decimal number |
Nullable |
| StartDate |
Gets or sets StartDate |
date |
date and time of day Nullable |
| EndDate |
Gets or sets EndDate |
date |
date and time of day Nullable |
| ItemCompanyId |
Gets or sets item company ID |
integer |
64-bit signed integer Nullable |
| ItemName |
Gets or sets item name |
string |
None. |
| ItemCode |
Gets or sets item code |
string |
None. |
| EmployeeCompanyId |
Gets or sets employee company ID |
integer |
64-bit signed integer Nullable |
| EmployeeNumber |
Gets or sets employee number |
integer |
Nullable |
| EmployeeName |
Gets or sets employee name |
string |
None. |
| ProjectId |
Gets or sets ProjectId |
integer |
64-bit signed integer |
| ProjectCode |
Gets or sets project code |
string |
None. |
| ProjectName |
Gets or sets project name |
string |
None. |
Response Formats
application/json, text/json, application/scim+json
[
{
"BudgetId": "1",
"ParentBudgetId": "1",
"Name": "sample 1",
"IsLeaf": true,
"State": "Open",
"Description": "sample 3",
"IsPlanningAllowed": true,
"HoursQuantityBudget": "1",
"IsSalesRateCustom": true,
"HoursSalesRateBudget": "1",
"HoursAmountBudget": "1",
"IsCostRateCustom": true,
"HoursCostRateBudget": "1",
"HoursCostsAmountBudget": "1",
"ExpensesQuantityBudget": "1",
"IsExpenseRateCustom": true,
"ExpenseRateBudget": "1",
"ExpensesAmountBudget": "1",
"StartDate": "2025-11-03T00:17:41.1861169+00:00",
"EndDate": "2025-11-03T00:17:41.1861169+00:00",
"ItemCompanyId": "1",
"ItemName": "sample 8",
"ItemCode": "sample 9",
"EmployeeCompanyId": "1",
"EmployeeNumber": "1",
"EmployeeName": "sample 10",
"ProjectId": "11",
"ProjectCode": "sample 12",
"ProjectName": "sample 13"
},
{
"BudgetId": "1",
"ParentBudgetId": "1",
"Name": "sample 1",
"IsLeaf": true,
"State": "Open",
"Description": "sample 3",
"IsPlanningAllowed": true,
"HoursQuantityBudget": "1",
"IsSalesRateCustom": true,
"HoursSalesRateBudget": "1",
"HoursAmountBudget": "1",
"IsCostRateCustom": true,
"HoursCostRateBudget": "1",
"HoursCostsAmountBudget": "1",
"ExpensesQuantityBudget": "1",
"IsExpenseRateCustom": true,
"ExpenseRateBudget": "1",
"ExpensesAmountBudget": "1",
"StartDate": "2025-11-03T00:17:41.1861169+00:00",
"EndDate": "2025-11-03T00:17:41.1861169+00:00",
"ItemCompanyId": "1",
"ItemName": "sample 8",
"ItemCode": "sample 9",
"EmployeeCompanyId": "1",
"EmployeeNumber": "1",
"EmployeeName": "sample 10",
"ProjectId": "11",
"ProjectCode": "sample 12",
"ProjectName": "sample 13"
}
]
application/xml, text/xml
<ArrayOfOverviewBudget xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QicsUnity.Api.Areas.V3.Models">
<OverviewBudget>
<BudgetId>1</BudgetId>
<Description>sample 3</Description>
<EmployeeCompanyId>1</EmployeeCompanyId>
<EmployeeName>sample 10</EmployeeName>
<EmployeeNumber>1</EmployeeNumber>
<EndDate>2025-11-03T00:17:41.1861169+00:00</EndDate>
<ExpenseRateBudget>1</ExpenseRateBudget>
<ExpensesAmountBudget>1</ExpensesAmountBudget>
<ExpensesQuantityBudget>1</ExpensesQuantityBudget>
<HoursAmountBudget>1</HoursAmountBudget>
<HoursCostRateBudget>1</HoursCostRateBudget>
<HoursCostsAmountBudget>1</HoursCostsAmountBudget>
<HoursQuantityBudget>1</HoursQuantityBudget>
<HoursSalesRateBudget>1</HoursSalesRateBudget>
<IsCostRateCustom>true</IsCostRateCustom>
<IsExpenseRateCustom>true</IsExpenseRateCustom>
<IsLeaf>true</IsLeaf>
<IsPlanningAllowed>true</IsPlanningAllowed>
<IsSalesRateCustom>true</IsSalesRateCustom>
<ItemCode>sample 9</ItemCode>
<ItemCompanyId>1</ItemCompanyId>
<ItemName>sample 8</ItemName>
<Name>sample 1</Name>
<ParentBudgetId>1</ParentBudgetId>
<ProjectCode>sample 12</ProjectCode>
<ProjectId>11</ProjectId>
<ProjectName>sample 13</ProjectName>
<StartDate>2025-11-03T00:17:41.1861169+00:00</StartDate>
<State>Open</State>
</OverviewBudget>
<OverviewBudget>
<BudgetId>1</BudgetId>
<Description>sample 3</Description>
<EmployeeCompanyId>1</EmployeeCompanyId>
<EmployeeName>sample 10</EmployeeName>
<EmployeeNumber>1</EmployeeNumber>
<EndDate>2025-11-03T00:17:41.1861169+00:00</EndDate>
<ExpenseRateBudget>1</ExpenseRateBudget>
<ExpensesAmountBudget>1</ExpensesAmountBudget>
<ExpensesQuantityBudget>1</ExpensesQuantityBudget>
<HoursAmountBudget>1</HoursAmountBudget>
<HoursCostRateBudget>1</HoursCostRateBudget>
<HoursCostsAmountBudget>1</HoursCostsAmountBudget>
<HoursQuantityBudget>1</HoursQuantityBudget>
<HoursSalesRateBudget>1</HoursSalesRateBudget>
<IsCostRateCustom>true</IsCostRateCustom>
<IsExpenseRateCustom>true</IsExpenseRateCustom>
<IsLeaf>true</IsLeaf>
<IsPlanningAllowed>true</IsPlanningAllowed>
<IsSalesRateCustom>true</IsSalesRateCustom>
<ItemCode>sample 9</ItemCode>
<ItemCompanyId>1</ItemCompanyId>
<ItemName>sample 8</ItemName>
<Name>sample 1</Name>
<ParentBudgetId>1</ParentBudgetId>
<ProjectCode>sample 12</ProjectCode>
<ProjectId>11</ProjectId>
<ProjectName>sample 13</ProjectName>
<StartDate>2025-11-03T00:17:41.1861169+00:00</StartDate>
<State>Open</State>
</OverviewBudget>
</ArrayOfOverviewBudget>