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. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "107fa938-3a6b-40e3-851c-355f6f507497",
"SecurityGroupID": "defeb8b8-8ea9-4b01-950f-ddbd5ca325a4",
"SiteTeamID": "cd796276-29a9-4977-9d20-f4dc67aa1e35",
"Name": "sample string 3",
"IsActive": true,
"StartDate": "2026-02-14T14:09:18.0755367+00:00",
"EndDate": "2026-02-14T14:09:18.0755367+00:00",
"EmploymentTypeID": 0,
"EmployeeRoleID": "dc84b3e2-86d2-42ba-9fff-20176f933f1c",
"IsOverhead": true,
"HoursPerDay": 8.0,
"HourlyRate": 1.0,
"EmployeeCode": "sample string 9",
"ContactID": "34991031-05ef-48ae-81f4-edfb9728d8da",
"CognitivePersonID": "bdc43de3-df58-4481-aa98-e1100e1d0744",
"FortnightlyPaid": true,
"DayID": 0,
"IsFacialRecognized": true,
"FacialError": "sample string 13",
"CanFacialRecognize": true,
"EmploymentSiteID": "a0345f19-1a1f-40e2-bc21-3f97af96ecbb"
},
{
"$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. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.