PUT TimeSaver/PutEmployeeTags

Request Information

URI Parameters

None.

Body Parameters

Collection of EmployeeTag
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

EmployeeID

globally unique identifier

Required

TagID

globally unique identifier

Required

Name

string

Required

StartDate

date

Required

EndDate

date

None.

IsActive

boolean

Required

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "ID": "3b79c1ca-5b33-4a2a-aad0-b1c0ad208f01",
    "EmployeeID": "6b77b4ce-37cb-435b-afdd-64dea856981d",
    "TagID": "5d0e0d70-6743-4842-a3fd-bf6f69d21551",
    "Name": "sample string 4",
    "StartDate": "2025-09-05T18:12:24.0015219+00:00",
    "EndDate": "2025-09-05T18:12:24.0015219+00:00",
    "IsActive": 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.