DELETE TimeSaver/DeleteEmployees
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": "15682a7f-5a8a-4259-a59a-9c280d41b683",
"SecurityGroupID": "4cbb089f-4245-4922-a528-bd18bbeb2c83",
"SiteTeamID": "ecfd79e5-dc53-417f-b36d-002bc4f2e516",
"Name": "sample string 3",
"IsActive": true,
"StartDate": "2026-03-07T08:49:13.0645656+00:00",
"EndDate": "2026-03-07T08:49:13.0645656+00:00",
"EmploymentTypeID": 0,
"EmployeeRoleID": "04d624ef-e792-43e7-96b5-58f8b8c32483",
"IsOverhead": true,
"HoursPerDay": 8.0,
"HourlyRate": 1.0,
"EmployeeCode": "sample string 9",
"ContactID": "5f4642aa-ce49-4df2-b246-3c7af03e542d",
"CognitivePersonID": "e4b14439-061e-4e06-b3d6-490c0dc5085d",
"FortnightlyPaid": true,
"DayID": 0,
"IsFacialRecognized": true,
"FacialError": "sample string 13",
"CanFacialRecognize": true,
"EmploymentSiteID": "3bfbc4f8-5f87-41cc-8c52-06e514354cb2"
}
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.