GET V3/odata/OverviewEmployeeCompany
Gets OverviewEmployeeCompany entities
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of QicsUnity.Api.Areas.V3.Models.OverviewEmployeeCompany| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeCompanyId |
Gets or sets EmployeeCompanyId. This is the key of OverviewEmployeeCompany entity. |
integer |
64-bit signed integer |
| EmployeeId |
Gets or sets EmployeeId. This is NOT the key of OverviewEmployeeCompany entity. |
integer |
64-bit signed integer |
| EmployeeNumber |
Gets or sets EmployeeNumber |
integer |
None. |
| FirstName |
Gets or sets FirstName |
string |
None. |
| MiddleName |
Gets or sets MiddleName |
string |
None. |
| LastName |
Gets or sets LastName |
string |
None. |
| Name |
Gets or sets Name |
string |
None. |
| IsActive |
Gets or sets a value indicating whether IsActive is true |
boolean |
None. |
| CompanyId |
Gets or sets EmployeeCompany.CompanyId |
integer |
64-bit signed integer |
| CompanyName |
Gets or sets EmployeeCompany.Company.Name |
string |
None. |
| CompanyCode |
Gets or sets Company.CompanyCode |
string |
None. |
| MainCompanyId |
Gets or sets CompanyId of employee main company |
integer |
64-bit signed integer |
| MainCompanyName |
Gets or sets Company.Name of employee main company |
string |
None. |
| MainCompanyCode |
Gets or sets Company.CompanyCode of employee main company |
string |
None. |
| HoursPerWeek |
Gets or sets Resource.HoursPerWeek |
decimal number |
Nullable |
| Abbreviation |
Gets or sets Abbreviation |
string |
None. |
| EmployeeType |
Gets or sets EmployeeType |
QicsUnity.Api.Areas.V3.Models.EmployeeType |
None. |
| SupplierCustomerCompanyId |
Gets or sets SupplierCustomerCompanyId |
integer |
64-bit signed integer Nullable |
| SupplierCustomerName |
Gets or sets CustomerCompany.Customer.Name |
string |
None. |
| DepartmentId |
Gets or sets EmployeeCompany.DepartmentId |
integer |
64-bit signed integer Nullable |
| DepartmentName |
Gets or sets EmployeeCompany.Department.Name |
string |
None. |
| EmailAddress |
Gets or sets the email address |
string |
None. |
| ModifiedOn |
Gets or sets ModifiedOn |
date |
date and time of day, relative to Coordinated Universal Time (UTC) |
| ModifiedBy |
Gets or sets ModifiedBy |
string |
None. |
| VacationFromPreviousYear |
Gets or sets vacation from previous year |
decimal number |
Nullable |
| VacationHours |
Gets or sets vacation hours |
decimal number |
Nullable |
| VacationMutations |
Gets or sets vacation mutations |
decimal number |
Nullable |
| VacationRemaining |
Gets or sets vacation remaining |
decimal number |
Nullable |
| VacationSpent |
Gets or sets vacation spent |
decimal number |
None. |
| Code |
Gets or sets Code |
string |
None. |
| UserName |
Gets or sets the user name |
string |
None. |
| FunctionName |
Gets or sets the function name |
string |
None. |
| FunctionCode |
Gets or sets the function code |
string |
None. |
| CostCenterName |
Gets or sets the cost center name |
string |
None. |
| CostCenterCode |
Gets or sets the cost center code |
string |
None. |
Response Formats
application/json, text/json, application/scim+json
[
{
"EmployeeCompanyId": "1",
"EmployeeId": "2",
"EmployeeNumber": "3",
"FirstName": "sample 4",
"MiddleName": "sample 5",
"LastName": "sample 6",
"Name": "sample 7",
"IsActive": true,
"CompanyId": "9",
"CompanyName": "sample 10",
"CompanyCode": "sample 11",
"MainCompanyId": "12",
"MainCompanyName": "sample 13",
"MainCompanyCode": "sample 14",
"HoursPerWeek": "1",
"Abbreviation": "sample 15",
"EmployeeType": "External",
"SupplierCustomerCompanyId": "1",
"SupplierCustomerName": "sample 16",
"DepartmentId": "1",
"DepartmentName": "sample 17",
"EmailAddress": "sample 18",
"ModifiedOn": "2025-11-03T00:17:44.2019566+00:00",
"ModifiedBy": "sample 20",
"VacationFromPreviousYear": "1",
"VacationHours": "1",
"VacationMutations": "1",
"VacationRemaining": "1",
"VacationSpent": "21",
"Code": "sample 22",
"UserName": "sample 23",
"FunctionName": "sample 24",
"FunctionCode": "sample 25",
"CostCenterName": "sample 26",
"CostCenterCode": "sample 27"
},
{
"EmployeeCompanyId": "1",
"EmployeeId": "2",
"EmployeeNumber": "3",
"FirstName": "sample 4",
"MiddleName": "sample 5",
"LastName": "sample 6",
"Name": "sample 7",
"IsActive": true,
"CompanyId": "9",
"CompanyName": "sample 10",
"CompanyCode": "sample 11",
"MainCompanyId": "12",
"MainCompanyName": "sample 13",
"MainCompanyCode": "sample 14",
"HoursPerWeek": "1",
"Abbreviation": "sample 15",
"EmployeeType": "External",
"SupplierCustomerCompanyId": "1",
"SupplierCustomerName": "sample 16",
"DepartmentId": "1",
"DepartmentName": "sample 17",
"EmailAddress": "sample 18",
"ModifiedOn": "2025-11-03T00:17:44.2019566+00:00",
"ModifiedBy": "sample 20",
"VacationFromPreviousYear": "1",
"VacationHours": "1",
"VacationMutations": "1",
"VacationRemaining": "1",
"VacationSpent": "21",
"Code": "sample 22",
"UserName": "sample 23",
"FunctionName": "sample 24",
"FunctionCode": "sample 25",
"CostCenterName": "sample 26",
"CostCenterCode": "sample 27"
}
]
application/xml, text/xml
<ArrayOfOverviewEmployeeCompany xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QicsUnity.Api.Areas.V3.Models">
<OverviewEmployeeCompany>
<Abbreviation>sample 15</Abbreviation>
<Code>sample 22</Code>
<CompanyCode>sample 11</CompanyCode>
<CompanyId>9</CompanyId>
<CompanyName>sample 10</CompanyName>
<CostCenterCode>sample 27</CostCenterCode>
<CostCenterName>sample 26</CostCenterName>
<DepartmentId>1</DepartmentId>
<DepartmentName>sample 17</DepartmentName>
<EmailAddress>sample 18</EmailAddress>
<EmployeeCompanyId>1</EmployeeCompanyId>
<EmployeeId>2</EmployeeId>
<EmployeeNumber>3</EmployeeNumber>
<EmployeeType>External</EmployeeType>
<FirstName>sample 4</FirstName>
<FunctionCode>sample 25</FunctionCode>
<FunctionName>sample 24</FunctionName>
<HoursPerWeek>1</HoursPerWeek>
<IsActive>true</IsActive>
<LastName>sample 6</LastName>
<MainCompanyCode>sample 14</MainCompanyCode>
<MainCompanyId>12</MainCompanyId>
<MainCompanyName>sample 13</MainCompanyName>
<MiddleName>sample 5</MiddleName>
<ModifiedBy>sample 20</ModifiedBy>
<ModifiedOn xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2025-11-03T00:17:44.2019566Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</ModifiedOn>
<Name>sample 7</Name>
<SupplierCustomerCompanyId>1</SupplierCustomerCompanyId>
<SupplierCustomerName>sample 16</SupplierCustomerName>
<UserName>sample 23</UserName>
<VacationFromPreviousYear>1</VacationFromPreviousYear>
<VacationHours>1</VacationHours>
<VacationMutations>1</VacationMutations>
<VacationRemaining>1</VacationRemaining>
<VacationSpent>21</VacationSpent>
</OverviewEmployeeCompany>
<OverviewEmployeeCompany>
<Abbreviation>sample 15</Abbreviation>
<Code>sample 22</Code>
<CompanyCode>sample 11</CompanyCode>
<CompanyId>9</CompanyId>
<CompanyName>sample 10</CompanyName>
<CostCenterCode>sample 27</CostCenterCode>
<CostCenterName>sample 26</CostCenterName>
<DepartmentId>1</DepartmentId>
<DepartmentName>sample 17</DepartmentName>
<EmailAddress>sample 18</EmailAddress>
<EmployeeCompanyId>1</EmployeeCompanyId>
<EmployeeId>2</EmployeeId>
<EmployeeNumber>3</EmployeeNumber>
<EmployeeType>External</EmployeeType>
<FirstName>sample 4</FirstName>
<FunctionCode>sample 25</FunctionCode>
<FunctionName>sample 24</FunctionName>
<HoursPerWeek>1</HoursPerWeek>
<IsActive>true</IsActive>
<LastName>sample 6</LastName>
<MainCompanyCode>sample 14</MainCompanyCode>
<MainCompanyId>12</MainCompanyId>
<MainCompanyName>sample 13</MainCompanyName>
<MiddleName>sample 5</MiddleName>
<ModifiedBy>sample 20</ModifiedBy>
<ModifiedOn xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2025-11-03T00:17:44.2019566Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</ModifiedOn>
<Name>sample 7</Name>
<SupplierCustomerCompanyId>1</SupplierCustomerCompanyId>
<SupplierCustomerName>sample 16</SupplierCustomerName>
<UserName>sample 23</UserName>
<VacationFromPreviousYear>1</VacationFromPreviousYear>
<VacationHours>1</VacationHours>
<VacationMutations>1</VacationMutations>
<VacationRemaining>1</VacationRemaining>
<VacationSpent>21</VacationSpent>
</OverviewEmployeeCompany>
</ArrayOfOverviewEmployeeCompany>