PUT TimeSaver/PutEmployees

Request Information

URI Parameters

None.

Body Parameters

Collection of Employee
NameDescriptionTypeAdditional information
ID

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

SiteTeamID

globally unique identifier

None.

SecurityGroupID

globally unique identifier

Required

IsFacialRecognized

boolean

Required

FacialError

string

None.

CanFacialRecognize

boolean

Required

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "ID": "6e1fa354-8e4d-4999-8c61-cb543deb0a8d",
    "Name": "sample string 2",
    "IsActive": true,
    "StartDate": "2025-09-05T20:06:48.7721855+00:00",
    "EndDate": "2025-09-05T20:06:48.7721855+00:00",
    "EmploymentTypeID": 0,
    "EmployeeRoleID": "31cb7773-f17c-451a-8a5f-d12f1db45b5c",
    "IsOverhead": true,
    "HoursPerDay": 7.0,
    "HourlyRate": 1.0,
    "EmployeeCode": "sample string 8",
    "ContactID": "710d925d-7020-4476-b8e9-cd8e7dba2e17",
    "CognitivePersonID": "edd9b377-fadb-4bb2-947e-9b782845dbb8",
    "FortnightlyPaid": true,
    "DayID": 0,
    "SiteTeamID": "eef464c7-a470-421b-bcc8-ebcdc6ff75ab",
    "SecurityGroupID": "af131f4d-f86b-4d2b-a07d-947210921b5d",
    "IsFacialRecognized": true,
    "FacialError": "sample string 13",
    "CanFacialRecognize": true
  },
  {
    "$ref": "1"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponse
NameDescriptionTypeAdditional 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.