PUT TimeSaver/PutEmployeeTags
Request Information
URI Parameters
None.
Body Parameters
Collection of EmployeeTag| Name | Description | Type | Additional 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": "6e6f9dfb-b3b2-4a64-a86a-9b196a45d1a7",
"employeeID": "65f8cb0e-21eb-4e10-9baa-55de96e2fdf5",
"tagID": "78888202-2738-4b41-bcef-30a823c7f1da",
"name": "sample string 4",
"startDate": "2026-06-18T12:46:24.2149754+00:00",
"endDate": "2026-06-18T12:46:24.2149754+00:00",
"isActive": true
},
{
"$ref": "1"
}
]
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. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.