POST TimeSaver/PostEmployeeTags
Request Information
URI Parameters
None.
Body Parameters
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": "0b8b1a93-5b6d-4604-bd4a-83c6d95b02b6",
"EmployeeID": "6959bfb0-3ed8-49df-bbdf-62f3c038ace2",
"TagID": "ae44c021-3f8b-4a81-a412-17410a3da462",
"Name": "sample string 4",
"StartDate": "2026-05-06T11:50:39.0730581+00:00",
"EndDate": "2026-05-06T11:50:39.0730581+00:00",
"IsActive": true
}
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.