PUT TimeSaver/PutEmployee
Request Information
URI Parameters
None.
Body Parameters
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": "dce3fede-28a2-41b5-946d-8ea661f06474",
"SecurityGroupID": "b2c6c012-8230-4bf3-869c-e4fa0de660dc",
"SiteTeamID": "4ae084a3-0129-43c8-810b-3113de700522",
"Name": "sample string 3",
"IsActive": true,
"StartDate": "2026-02-14T14:09:18.8723763+00:00",
"EndDate": "2026-02-14T14:09:18.8723763+00:00",
"EmploymentTypeID": 0,
"EmployeeRoleID": "e9340fc1-1a2a-4adf-97d2-76ab9eaba24d",
"IsOverhead": true,
"HoursPerDay": 8.0,
"HourlyRate": 1.0,
"EmployeeCode": "sample string 9",
"ContactID": "3965ee26-0724-4322-9e83-91bc7c48cde4",
"CognitivePersonID": "8055f00c-e112-4efd-8156-c4ac15772e0c",
"FortnightlyPaid": true,
"DayID": 0,
"IsFacialRecognized": true,
"FacialError": "sample string 13",
"CanFacialRecognize": true,
"EmploymentSiteID": "6f708c93-b30c-4fd1-bec2-8d31ac4a5c79"
}
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.