GET V2/odata/OverviewTimeExpenseEntry
Gets OverviewTimeExpenseEntry entities
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of QicsUnity.Api.Areas.V2.Models.OverviewTimeExpenseEntryName | Description | Type | Additional information |
---|---|---|---|
EntryId |
Gets or sets TimesheetEntryId |
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 |
StartDate |
Gets or sets start date |
date |
date and time of day, relative to Coordinated Universal Time (UTC) |
StartTime |
Gets or sets a time when entry starts |
time interval |
None. |
State |
Gets or sets State |
QicsUnity.Api.Areas.V2.Models.TimesheetEntryState |
None. |
Quantity |
Gets or sets Quantity |
decimal number |
None. |
CostRate |
Gets or sets CostRate |
decimal number |
Nullable |
SalesRate |
Gets or sets SalesRate |
decimal number |
Nullable |
Type |
Gets or sets TimesheetEntryType |
QicsUnity.Api.Areas.V2.Models.TimesheetEntryTypeV2 |
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. |
ProjectTaskId |
Gets or sets ProjectTaskId |
integer |
64-bit signed integer Nullable |
ProjectTaskName |
Gets or sets ProjectTask.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. |
IrregularityPercentage |
Gets or sets IrregularityPercentage |
decimal number |
Nullable |
IrregularityPercentageId |
Gets or sets IrregularityPercentageId |
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 |
ProjectContractId |
Gets or sets ProjectContractId |
integer |
64-bit signed integer Nullable |
ProjectContractName |
Gets or sets ProjectContractName |
string |
None. |
Response Formats
application/json, text/json
[ { "EntryId": "1", "Description": "sample 2", "LongDescription": "sample 3", "RejectionReason": "sample 4", "Date": "2024-12-22T22:13:06.8897191+00:00", "StartDate": "2024-12-22T22:13:06.8897191+00:00", "StartTime": "00:00:00.1234567", "State": "Open", "Quantity": "8", "CostRate": "1", "SalesRate": "1", "Type": "Hour", "CustomerId": "1", "CustomerCompanyId": "1", "CustomerName": "sample 9", "CustomerCode": "sample 10", "ProjectId": "1", "ProjectName": "sample 11", "ProjectCode": "sample 12", "ProjectTaskId": "1", "ProjectTaskName": "sample 13", "ItemId": "1", "ItemName": "sample 14", "ItemCode": "sample 15", "EmployeeId": "16", "WillBeInvoiced": true, "IsBillable": true, "IrregularityPercentage": "1", "IrregularityPercentageId": "1", "InvoiceMutationReasonId": "1", "InvoiceMutationReasonReason": "sample 19", "InvoiceAfter": "2024-12-22T22:13:06.8897191+00:00", "ProjectContractId": "1", "ProjectContractName": "sample 20" }, { "EntryId": "1", "Description": "sample 2", "LongDescription": "sample 3", "RejectionReason": "sample 4", "Date": "2024-12-22T22:13:06.8897191+00:00", "StartDate": "2024-12-22T22:13:06.8897191+00:00", "StartTime": "00:00:00.1234567", "State": "Open", "Quantity": "8", "CostRate": "1", "SalesRate": "1", "Type": "Hour", "CustomerId": "1", "CustomerCompanyId": "1", "CustomerName": "sample 9", "CustomerCode": "sample 10", "ProjectId": "1", "ProjectName": "sample 11", "ProjectCode": "sample 12", "ProjectTaskId": "1", "ProjectTaskName": "sample 13", "ItemId": "1", "ItemName": "sample 14", "ItemCode": "sample 15", "EmployeeId": "16", "WillBeInvoiced": true, "IsBillable": true, "IrregularityPercentage": "1", "IrregularityPercentageId": "1", "InvoiceMutationReasonId": "1", "InvoiceMutationReasonReason": "sample 19", "InvoiceAfter": "2024-12-22T22:13:06.8897191+00:00", "ProjectContractId": "1", "ProjectContractName": "sample 20" } ]
application/xml, text/xml
<ArrayOfOverviewTimeExpenseEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QicsUnity.Api.Areas.V2.Models"> <OverviewTimeExpenseEntry> <CostRate>1</CostRate> <CustomerCode>sample 10</CustomerCode> <CustomerCompanyId>1</CustomerCompanyId> <CustomerId>1</CustomerId> <CustomerName>sample 9</CustomerName> <Date>2024-12-22T22:13:06.8897191+00:00</Date> <Description>sample 2</Description> <EmployeeId>16</EmployeeId> <EntryId>1</EntryId> <InvoiceAfter>2024-12-22T22:13:06.8897191+00:00</InvoiceAfter> <InvoiceMutationReasonId>1</InvoiceMutationReasonId> <InvoiceMutationReasonReason>sample 19</InvoiceMutationReasonReason> <IrregularityPercentage>1</IrregularityPercentage> <IrregularityPercentageId>1</IrregularityPercentageId> <IsBillable>true</IsBillable> <ItemCode>sample 15</ItemCode> <ItemId>1</ItemId> <ItemName>sample 14</ItemName> <LongDescription>sample 3</LongDescription> <ProjectCode>sample 12</ProjectCode> <ProjectContractId>1</ProjectContractId> <ProjectContractName>sample 20</ProjectContractName> <ProjectId>1</ProjectId> <ProjectName>sample 11</ProjectName> <ProjectTaskId>1</ProjectTaskId> <ProjectTaskName>sample 13</ProjectTaskName> <Quantity>8</Quantity> <RejectionReason>sample 4</RejectionReason> <SalesRate>1</SalesRate> <StartDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System"> <d3p1:DateTime>2024-12-22T22:13:06.8897191Z</d3p1:DateTime> <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes> </StartDate> <StartTime>PT0.1234567S</StartTime> <State>Open</State> <Type>Hour</Type> <WillBeInvoiced>true</WillBeInvoiced> </OverviewTimeExpenseEntry> <OverviewTimeExpenseEntry> <CostRate>1</CostRate> <CustomerCode>sample 10</CustomerCode> <CustomerCompanyId>1</CustomerCompanyId> <CustomerId>1</CustomerId> <CustomerName>sample 9</CustomerName> <Date>2024-12-22T22:13:06.8897191+00:00</Date> <Description>sample 2</Description> <EmployeeId>16</EmployeeId> <EntryId>1</EntryId> <InvoiceAfter>2024-12-22T22:13:06.8897191+00:00</InvoiceAfter> <InvoiceMutationReasonId>1</InvoiceMutationReasonId> <InvoiceMutationReasonReason>sample 19</InvoiceMutationReasonReason> <IrregularityPercentage>1</IrregularityPercentage> <IrregularityPercentageId>1</IrregularityPercentageId> <IsBillable>true</IsBillable> <ItemCode>sample 15</ItemCode> <ItemId>1</ItemId> <ItemName>sample 14</ItemName> <LongDescription>sample 3</LongDescription> <ProjectCode>sample 12</ProjectCode> <ProjectContractId>1</ProjectContractId> <ProjectContractName>sample 20</ProjectContractName> <ProjectId>1</ProjectId> <ProjectName>sample 11</ProjectName> <ProjectTaskId>1</ProjectTaskId> <ProjectTaskName>sample 13</ProjectTaskName> <Quantity>8</Quantity> <RejectionReason>sample 4</RejectionReason> <SalesRate>1</SalesRate> <StartDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System"> <d3p1:DateTime>2024-12-22T22:13:06.8897191Z</d3p1:DateTime> <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes> </StartDate> <StartTime>PT0.1234567S</StartTime> <State>Open</State> <Type>Hour</Type> <WillBeInvoiced>true</WillBeInvoiced> </OverviewTimeExpenseEntry> </ArrayOfOverviewTimeExpenseEntry>