GET V3/odata/Budget
Gets Budget entities
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of QicsUnity.Api.Areas.V3.Models.BudgetName | Description | Type | Additional information |
---|---|---|---|
BudgetId |
Gets or sets BudgetId |
integer |
64-bit signed integer |
ProjectId |
Gets or sets ProjectId |
integer |
64-bit signed integer |
ProjectName |
Gets or sets Project.Name |
string |
None. |
Name |
Gets or sets Name |
string |
None. |
Description |
Gets or sets Description |
string |
None. |
IsLeaf |
Gets or sets a value indicating whether IsLeaf is true |
boolean |
None. |
ItemCompanyId |
Gets or sets ItemCompanyId |
integer |
64-bit signed integer Nullable |
EmployeeCompanyId |
Gets or sets EmployeeCompanyId |
integer |
64-bit signed integer Nullable |
State |
Gets or sets State |
QicsUnity.Common.BusinessObjects.BudgetState |
None. |
Hours |
Gets or sets Hours |
decimal number |
Nullable |
ExpenseQuantity |
Gets or sets ExpenseQuantity |
decimal number |
Nullable |
IsRateCustom |
Gets or sets a value indicating whether IsRateCustom is true |
boolean |
None. |
IsCostRateCustom |
Gets or sets a value indicating whether IsCostRateCustom is true |
boolean |
None. |
IsExpenseRateCustom |
Gets or sets a value indicating whether IsExpenseRateCustom is true |
boolean |
None. |
Rate |
Gets or sets Rate |
decimal number |
Nullable |
ExpenseRate |
Gets or sets ExpenseRate |
decimal number |
Nullable |
CostRate |
Gets or sets CostRate |
decimal number |
Nullable |
Response Formats
application/json, text/json
Sample:
[ { "BudgetId": "1", "ProjectId": "2", "ProjectName": "sample 3", "Name": "sample 4", "Description": "sample 5", "IsLeaf": true, "ItemCompanyId": "1", "EmployeeCompanyId": "1", "State": "Open", "Hours": "1", "ExpenseQuantity": "1", "IsRateCustom": true, "IsCostRateCustom": true, "IsExpenseRateCustom": true, "Rate": "1", "ExpenseRate": "1", "CostRate": "1" }, { "BudgetId": "1", "ProjectId": "2", "ProjectName": "sample 3", "Name": "sample 4", "Description": "sample 5", "IsLeaf": true, "ItemCompanyId": "1", "EmployeeCompanyId": "1", "State": "Open", "Hours": "1", "ExpenseQuantity": "1", "IsRateCustom": true, "IsCostRateCustom": true, "IsExpenseRateCustom": true, "Rate": "1", "ExpenseRate": "1", "CostRate": "1" } ]
application/xml, text/xml
Sample:
<ArrayOfBudget xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QicsUnity.Api.Areas.V3.Models"> <Budget> <BudgetId>1</BudgetId> <CostRate>1</CostRate> <Description>sample 5</Description> <EmployeeCompanyId>1</EmployeeCompanyId> <ExpenseQuantity>1</ExpenseQuantity> <ExpenseRate>1</ExpenseRate> <Hours>1</Hours> <IsCostRateCustom>true</IsCostRateCustom> <IsExpenseRateCustom>true</IsExpenseRateCustom> <IsLeaf>true</IsLeaf> <IsRateCustom>true</IsRateCustom> <ItemCompanyId>1</ItemCompanyId> <Name>sample 4</Name> <ProjectId>2</ProjectId> <ProjectName>sample 3</ProjectName> <Rate>1</Rate> <State>Open</State> </Budget> <Budget> <BudgetId>1</BudgetId> <CostRate>1</CostRate> <Description>sample 5</Description> <EmployeeCompanyId>1</EmployeeCompanyId> <ExpenseQuantity>1</ExpenseQuantity> <ExpenseRate>1</ExpenseRate> <Hours>1</Hours> <IsCostRateCustom>true</IsCostRateCustom> <IsExpenseRateCustom>true</IsExpenseRateCustom> <IsLeaf>true</IsLeaf> <IsRateCustom>true</IsRateCustom> <ItemCompanyId>1</ItemCompanyId> <Name>sample 4</Name> <ProjectId>2</ProjectId> <ProjectName>sample 3</ProjectName> <Rate>1</Rate> <State>Open</State> </Budget> </ArrayOfBudget>