POST TimeSaver/PostEmployees
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": "24d0bd3a-22c3-4fe2-a416-fef3279f6ed3",
"SecurityGroupID": "c7c5a3f7-150b-4cb3-be57-1c96f433e231",
"SiteTeamID": "a75150cd-1b0e-41df-a23a-7100b3557e10",
"Name": "sample string 3",
"IsActive": true,
"StartDate": "2026-02-14T14:11:53.5140027+00:00",
"EndDate": "2026-02-14T14:11:53.5140027+00:00",
"EmploymentTypeID": 0,
"EmployeeRoleID": "a1146663-01f3-4d8f-8e43-083f696f0bc1",
"IsOverhead": true,
"HoursPerDay": 8.0,
"HourlyRate": 1.0,
"EmployeeCode": "sample string 9",
"ContactID": "f24ba80f-ee2f-4c22-920f-85c9042c1677",
"CognitivePersonID": "e012e4a0-2cab-477b-907f-0d4431e2c563",
"FortnightlyPaid": true,
"DayID": 0,
"IsFacialRecognized": true,
"FacialError": "sample string 13",
"CanFacialRecognize": true,
"EmploymentSiteID": "b8249abf-2583-48cb-b42c-5be1b8ad8934"
}
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.