PUT TimeSaver/PutEmployees
Request Information
URI Parameters
None.
Body Parameters
Collection of Employee| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SecurityGroupID | globally unique identifier |
Required |
|
| SiteTeamID | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| IsActive | boolean |
Required |
|
| StartDate | date |
Required |
|
| EndDate | date |
None. |
|
| EmploymentTypeID | EmploymentType |
Required |
|
| EmployeeRoleID | globally unique identifier |
Required |
|
| IsOverhead | boolean |
Required |
|
| HoursPerDay | decimal number |
Required |
|
| HourlyRate | decimal number |
None. |
|
| EmployeeCode | string |
None. |
|
| ContactID | globally unique identifier |
Required |
|
| CognitivePersonID | globally unique identifier |
None. |
|
| FortnightlyPaid | boolean |
Required |
|
| DayID | SiteDay |
Required |
|
| IsFacialRecognized | boolean |
Required |
|
| FacialError | string |
None. |
|
| CanFacialRecognize | boolean |
Required |
|
| EmploymentSiteID | globally unique identifier |
None. |
|
| ProjectManagerCode | string |
None. |
|
| SupervisorCode | string |
None. |
|
| EmployeeSiteID | globally unique identifier |
None. |
|
| CompanyCode | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": "64ec89e3-9dce-43a7-b615-2121f0e8fae7",
"securityGroupID": "27b000fc-5812-44cb-840d-9acf01777591",
"siteTeamID": "bd065154-b948-4f08-a5a6-1113a0dc376e",
"name": "sample string 3",
"isActive": true,
"startDate": "2026-06-18T12:46:23.0118563+00:00",
"endDate": "2026-06-18T12:46:23.0118563+00:00",
"employmentTypeID": 0,
"employeeRoleID": "1e27c281-3531-4d79-a07d-52e673a3a4ac",
"isOverhead": true,
"hoursPerDay": 8.0,
"hourlyRate": 1.0,
"employeeCode": "sample string 9",
"contactID": "15e0c99c-eabd-4a1a-ae64-391c6039731e",
"cognitivePersonID": "45e880c0-6a17-4bea-8dcb-91efe5396931",
"fortnightlyPaid": true,
"dayID": 0,
"isFacialRecognized": true,
"facialError": "sample string 13",
"canFacialRecognize": true,
"employmentSiteID": "bc989171-f721-4fa2-a151-0a96dbdb7365",
"projectManagerCode": "sample string 15",
"supervisorCode": "sample string 16",
"employeeSiteID": "ac3a5727-3f9e-405b-b1ff-112f6d5f880a",
"companyCode": "sample string 17"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.