GET V3/odata/OverviewTimeExpenseEntry
Gets OverviewTimeExpenseEntry entities
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of QicsUnity.Api.Areas.V3.Models.OverviewTimeExpenseEntryName | Description | Type | Additional information |
---|---|---|---|
TimeExpenseEntryId |
Gets or sets TimeExpenseEntryId |
integer |
64-bit signed integer |
Description |
Gets or sets Description |
string |
None. |
LongDescription |
Gets or sets LongDescription |
string |
None. |
RejectionReason |
Gets or sets RejectionReason |
string |
None. |
Date |
Gets or sets time entry date |
date |
date and time of day |
StartTime |
Gets or sets a time when entry starts |
time interval |
Nullable |
State |
Gets or sets State |
QicsUnity.Api.Areas.V3.Models.TimesheetEntryState |
None. |
Quantity |
Gets or sets Quantity |
decimal number |
None. |
SalesRate |
Gets or sets SalesRate |
decimal number |
Nullable |
Type |
Gets or sets TimesheetEntryType |
QicsUnity.Api.Areas.V3.Models.TimesheetEntryTypeV3 |
None. |
CustomerId |
Gets or sets CustomerId |
integer |
64-bit signed integer Nullable |
CustomerCompanyId |
Gets or sets CustomerCompanyId |
integer |
64-bit signed integer Nullable |
CustomerName |
Gets or sets CustomerCompany.Customer.Name |
string |
None. |
CustomerCode |
Gets or sets CustomerCompany.CustomerCode |
string |
None. |
ProjectId |
Gets or sets ProjectId |
integer |
64-bit signed integer Nullable |
ProjectName |
Gets or sets Project.Name |
string |
None. |
ProjectCode |
Gets or sets Project.ProjectCode |
string |
None. |
BudgetId |
Gets or sets BudgetId |
integer |
64-bit signed integer Nullable |
BudgetName |
Gets or sets Budget.Name |
string |
None. |
ItemId |
Gets or sets ItemCompany.ItemId |
integer |
64-bit signed integer Nullable |
ItemName |
Gets or sets ItemCompany.Item.Name |
string |
None. |
ItemCode |
Gets or sets ItemCompany.Item.ItemCode |
string |
None. |
EmployeeId |
Gets or sets ResourceCompany.ResourceId |
integer |
64-bit signed integer |
WillBeInvoiced |
Gets or sets a value indicating whether entry appears on invoices. Represents WillBeInvoiced |
boolean |
None. |
IsBillable |
Gets or sets a value indicating whether IsBillable is true |
boolean |
None. |
ExtraChargePercentageValue |
Gets or sets ExtraChargePercentageValue |
decimal number |
Nullable |
ExtraChargePercentageId |
Gets or sets ExtraChargePercentageId |
integer |
64-bit signed integer Nullable |
InvoiceMutationReasonId |
Gets or sets InvoiceMutationReasonId |
integer |
64-bit signed integer Nullable |
InvoiceMutationReasonReason |
Gets or sets InvoiceMutationReason.Reason |
string |
None. |
InvoiceAfter |
Gets or sets InvoiceAfter - null if it is the same as Date |
date |
date and time of day Nullable |
Group |
Gets or sets timesheet entry group |
globally unique identifier |
Nullable |
ProjectContractId |
Gets or sets ProjectContractId |
integer |
64-bit signed integer Nullable |
ProjectContractName |
Gets or sets ProjectContractName |
string |
None. |
CreatedBy |
Gets or sets CreatedBy |
string |
None. |
CreatedOn |
Gets or sets CreatedOn |
date |
date and time of day, relative to Coordinated Universal Time (UTC) |
ModifiedBy |
Gets or sets ModifiedBy |
string |
None. |
ModifiedOn |
Gets or sets ModifiedOn |
date |
date and time of day, relative to Coordinated Universal Time (UTC) |
Response Formats
application/json, text/json
[ { "TimeExpenseEntryId": "1", "Description": "sample 2", "LongDescription": "sample 3", "RejectionReason": "sample 4", "Date": "2024-12-22T17:41:09.1063945+00:00", "StartTime": "00:00:00.1234567", "State": "Concept", "Quantity": "6", "SalesRate": "1", "Type": "Hour", "CustomerId": "1", "CustomerCompanyId": "1", "CustomerName": "sample 7", "CustomerCode": "sample 8", "ProjectId": "1", "ProjectName": "sample 9", "ProjectCode": "sample 10", "BudgetId": "1", "BudgetName": "sample 11", "ItemId": "1", "ItemName": "sample 12", "ItemCode": "sample 13", "EmployeeId": "14", "WillBeInvoiced": true, "IsBillable": true, "ExtraChargePercentageValue": "1", "ExtraChargePercentageId": "1", "InvoiceMutationReasonId": "1", "InvoiceMutationReasonReason": "sample 17", "InvoiceAfter": "2024-12-22T17:41:09.1063945+00:00", "Group": "4fe52d63-951e-4152-8c5d-367191b80c5e", "ProjectContractId": "1", "ProjectContractName": "sample 18", "CreatedBy": "sample 19", "CreatedOn": "2024-12-22T17:41:09.1063945+00:00", "ModifiedBy": "sample 21", "ModifiedOn": "2024-12-22T17:41:09.1063945+00:00" }, { "TimeExpenseEntryId": "1", "Description": "sample 2", "LongDescription": "sample 3", "RejectionReason": "sample 4", "Date": "2024-12-22T17:41:09.1063945+00:00", "StartTime": "00:00:00.1234567", "State": "Concept", "Quantity": "6", "SalesRate": "1", "Type": "Hour", "CustomerId": "1", "CustomerCompanyId": "1", "CustomerName": "sample 7", "CustomerCode": "sample 8", "ProjectId": "1", "ProjectName": "sample 9", "ProjectCode": "sample 10", "BudgetId": "1", "BudgetName": "sample 11", "ItemId": "1", "ItemName": "sample 12", "ItemCode": "sample 13", "EmployeeId": "14", "WillBeInvoiced": true, "IsBillable": true, "ExtraChargePercentageValue": "1", "ExtraChargePercentageId": "1", "InvoiceMutationReasonId": "1", "InvoiceMutationReasonReason": "sample 17", "InvoiceAfter": "2024-12-22T17:41:09.1063945+00:00", "Group": "4fe52d63-951e-4152-8c5d-367191b80c5e", "ProjectContractId": "1", "ProjectContractName": "sample 18", "CreatedBy": "sample 19", "CreatedOn": "2024-12-22T17:41:09.1063945+00:00", "ModifiedBy": "sample 21", "ModifiedOn": "2024-12-22T17:41:09.1063945+00:00" } ]
application/xml, text/xml
<ArrayOfOverviewTimeExpenseEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QicsUnity.Api.Areas.V3.Models"> <OverviewTimeExpenseEntry> <BudgetId>1</BudgetId> <BudgetName>sample 11</BudgetName> <CreatedBy>sample 19</CreatedBy> <CreatedOn xmlns:d3p1="http://schemas.datacontract.org/2004/07/System"> <d3p1:DateTime>2024-12-22T17:41:09.1063945Z</d3p1:DateTime> <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes> </CreatedOn> <CustomerCode>sample 8</CustomerCode> <CustomerCompanyId>1</CustomerCompanyId> <CustomerId>1</CustomerId> <CustomerName>sample 7</CustomerName> <Date>2024-12-22T17:41:09.1063945+00:00</Date> <Description>sample 2</Description> <EmployeeId>14</EmployeeId> <ExtraChargePercentageId>1</ExtraChargePercentageId> <ExtraChargePercentageValue>1</ExtraChargePercentageValue> <Group>4fe52d63-951e-4152-8c5d-367191b80c5e</Group> <InvoiceAfter>2024-12-22T17:41:09.1063945+00:00</InvoiceAfter> <InvoiceMutationReasonId>1</InvoiceMutationReasonId> <InvoiceMutationReasonReason>sample 17</InvoiceMutationReasonReason> <IsBillable>true</IsBillable> <ItemCode>sample 13</ItemCode> <ItemId>1</ItemId> <ItemName>sample 12</ItemName> <LongDescription>sample 3</LongDescription> <ModifiedBy>sample 21</ModifiedBy> <ModifiedOn xmlns:d3p1="http://schemas.datacontract.org/2004/07/System"> <d3p1:DateTime>2024-12-22T17:41:09.1063945Z</d3p1:DateTime> <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes> </ModifiedOn> <ProjectCode>sample 10</ProjectCode> <ProjectContractId>1</ProjectContractId> <ProjectContractName>sample 18</ProjectContractName> <ProjectId>1</ProjectId> <ProjectName>sample 9</ProjectName> <Quantity>6</Quantity> <RejectionReason>sample 4</RejectionReason> <SalesRate>1</SalesRate> <StartTime>PT0.1234567S</StartTime> <State>Concept</State> <TimeExpenseEntryId>1</TimeExpenseEntryId> <Type>Hour</Type> <WillBeInvoiced>true</WillBeInvoiced> </OverviewTimeExpenseEntry> <OverviewTimeExpenseEntry> <BudgetId>1</BudgetId> <BudgetName>sample 11</BudgetName> <CreatedBy>sample 19</CreatedBy> <CreatedOn xmlns:d3p1="http://schemas.datacontract.org/2004/07/System"> <d3p1:DateTime>2024-12-22T17:41:09.1063945Z</d3p1:DateTime> <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes> </CreatedOn> <CustomerCode>sample 8</CustomerCode> <CustomerCompanyId>1</CustomerCompanyId> <CustomerId>1</CustomerId> <CustomerName>sample 7</CustomerName> <Date>2024-12-22T17:41:09.1063945+00:00</Date> <Description>sample 2</Description> <EmployeeId>14</EmployeeId> <ExtraChargePercentageId>1</ExtraChargePercentageId> <ExtraChargePercentageValue>1</ExtraChargePercentageValue> <Group>4fe52d63-951e-4152-8c5d-367191b80c5e</Group> <InvoiceAfter>2024-12-22T17:41:09.1063945+00:00</InvoiceAfter> <InvoiceMutationReasonId>1</InvoiceMutationReasonId> <InvoiceMutationReasonReason>sample 17</InvoiceMutationReasonReason> <IsBillable>true</IsBillable> <ItemCode>sample 13</ItemCode> <ItemId>1</ItemId> <ItemName>sample 12</ItemName> <LongDescription>sample 3</LongDescription> <ModifiedBy>sample 21</ModifiedBy> <ModifiedOn xmlns:d3p1="http://schemas.datacontract.org/2004/07/System"> <d3p1:DateTime>2024-12-22T17:41:09.1063945Z</d3p1:DateTime> <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes> </ModifiedOn> <ProjectCode>sample 10</ProjectCode> <ProjectContractId>1</ProjectContractId> <ProjectContractName>sample 18</ProjectContractName> <ProjectId>1</ProjectId> <ProjectName>sample 9</ProjectName> <Quantity>6</Quantity> <RejectionReason>sample 4</RejectionReason> <SalesRate>1</SalesRate> <StartTime>PT0.1234567S</StartTime> <State>Concept</State> <TimeExpenseEntryId>1</TimeExpenseEntryId> <Type>Hour</Type> <WillBeInvoiced>true</WillBeInvoiced> </OverviewTimeExpenseEntry> </ArrayOfOverviewTimeExpenseEntry>