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": "cd557bc0-44ce-4f1f-aa3e-dfeeed6139b3",
"SecurityGroupID": "73938617-2e85-44e2-9fe8-a6f3e1202e3b",
"SiteTeamID": "bb74fef3-6075-445a-9d9b-3227c8438c0f",
"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": "c730b2c8-e6bd-4e43-8065-52946b37ea53",
"IsOverhead": true,
"HoursPerDay": 8.0,
"HourlyRate": 1.0,
"EmployeeCode": "sample string 9",
"ContactID": "10fb7838-3ce9-4887-9450-d4d70f9c836a",
"CognitivePersonID": "dd6d9c7c-1784-4239-8dc4-e83cad6dc063",
"FortnightlyPaid": true,
"DayID": 0,
"IsFacialRecognized": true,
"FacialError": "sample string 13",
"CanFacialRecognize": true,
"EmploymentSiteID": "395fd156-2406-4a22-9484-d63b381cb1d4"
}
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.