POST api/Employees?employeeId={employeeId}&logType={logType}¬e={note}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| employeeId | integer |
Required |
|
| logType | LogEmployeeType |
Required |
|
| note | string |
Required |
Body Parameters
None.
Response Information
Resource Description
EmployeeProfileLog| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeProfileLogId | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| RecordDate | date |
None. |
|
| PerformedById | integer |
None. |
|
| LogType | string |
None. |
|
| Notes | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"employeeProfileLogId": 1,
"employeeId": 2,
"recordDate": "2026-05-06T03:47:05.8889197+02:00",
"performedById": 1,
"logType": "sample string 4",
"notes": "sample string 5"
}
text/html
Sample:
{"employeeProfileLogId":1,"employeeId":2,"recordDate":"2026-05-06T03:47:05.8889197+02:00","performedById":1,"logType":"sample string 4","notes":"sample string 5"}
application/xml
Sample:
text/xml
Sample: