POST api/Employees?employeeId={employeeId}&logType={logType}&note={note}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
employeeId

integer

Required

logType

LogEmployeeType

Required

note

string

Required

Body Parameters

None.

Response Information

Resource Description

EmployeeProfileLog
NameDescriptionTypeAdditional 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:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[UrgentCareExtra.Data.Models.AdjustmentCodeClinic, UrgentCareExtra.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[UrgentCareExtra.Data.Models.AdjustmentCodeClinic, UrgentCareExtra.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.