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": "58eca09e-c853-492a-9a98-729cc3e0dd27",
"SecurityGroupID": "878990e5-10a7-448d-b3f1-52e4de1af99d",
"SiteTeamID": "772d7c3a-b8e5-4101-adcb-ea92414a6e38",
"Name": "sample string 3",
"IsActive": true,
"StartDate": "2026-03-07T08:48:40.1067654+00:00",
"EndDate": "2026-03-07T08:48:40.1067654+00:00",
"EmploymentTypeID": 0,
"EmployeeRoleID": "6f598ff6-aa94-4345-8f97-a681340f3982",
"IsOverhead": true,
"HoursPerDay": 8.0,
"HourlyRate": 1.0,
"EmployeeCode": "sample string 9",
"ContactID": "0c852663-14d0-4afb-b787-e73a16097c61",
"CognitivePersonID": "4dae1b68-c328-47bd-9f4c-05b0ba9c0715",
"FortnightlyPaid": true,
"DayID": 0,
"IsFacialRecognized": true,
"FacialError": "sample string 13",
"CanFacialRecognize": true,
"EmploymentSiteID": "4bdc8444-4ce8-4f5b-81ef-214ba2049bcb"
},
{
"$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.