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": "a4f37223-da32-46de-a9b0-06f8c3cd4f77",
"SecurityGroupID": "43e9531b-f3c8-407c-a984-f29e2dffd465",
"SiteTeamID": "bc79dd5b-ded7-4201-a9fa-298e2068192f",
"Name": "sample string 3",
"IsActive": true,
"StartDate": "2026-05-06T11:52:50.1974163+00:00",
"EndDate": "2026-05-06T11:52:50.1974163+00:00",
"EmploymentTypeID": 0,
"EmployeeRoleID": "5cd31dac-99da-429b-a7b4-5429fee50368",
"IsOverhead": true,
"HoursPerDay": 8.0,
"HourlyRate": 1.0,
"EmployeeCode": "sample string 9",
"ContactID": "b4bf530f-2c01-4312-9560-ada768e465db",
"CognitivePersonID": "c44a84bd-dbaa-4da4-8708-a852d24e131d",
"FortnightlyPaid": true,
"DayID": 0,
"IsFacialRecognized": true,
"FacialError": "sample string 13",
"CanFacialRecognize": true,
"EmploymentSiteID": "12690fbd-465c-4337-9ea5-4c2947c83f09"
},
{
"$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.