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": "539eca02-55cc-4dfc-84b1-2fa9d823edc2",
"SecurityGroupID": "3437ec03-4603-498b-9282-94b7817275eb",
"SiteTeamID": "c4cbc1c6-cc04-4edc-94ab-8eb6317c14a6",
"Name": "sample string 3",
"IsActive": true,
"StartDate": "2026-03-07T08:48:10.8682227+00:00",
"EndDate": "2026-03-07T08:48:10.8682227+00:00",
"EmploymentTypeID": 0,
"EmployeeRoleID": "5aef0820-ac1e-42fe-8b00-74148397a789",
"IsOverhead": true,
"HoursPerDay": 8.0,
"HourlyRate": 1.0,
"EmployeeCode": "sample string 9",
"ContactID": "4523fe0c-09c8-4c83-aa63-c54e252e42b6",
"CognitivePersonID": "d6336324-6e76-4efc-9fef-553301035170",
"FortnightlyPaid": true,
"DayID": 0,
"IsFacialRecognized": true,
"FacialError": "sample string 13",
"CanFacialRecognize": true,
"EmploymentSiteID": "b45a0447-7b2f-4840-b03c-8f52638e49a8"
}
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.