-
Type:
Bug
-
Status: Closed
-
Priority:
High
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Integrations
-
Labels:None
-
Bug Type:Functional
-
Level:Admin
-
Module:TSR
-
Reported by:Harbinger
-
Item State:Production Complete - Closed
-
Issue Importance:Q2
Environment - Stage
1] Add a employee through API (company ID - 12871)
Sample Data:
2] Try to update same employee with PUT request (e.g updated street address, job position etc)
Actual Result:
Below error is displaying:
{
"status": "Error",
"message": "Unable to cast object of type 'ValueObjects.GenericTextValueObject' to type 'System.IConvertible'.",
"errorLevel": "Error",
"code": 500,
"description": " at APIServices.Implementations.Platform.EmployeeService.UpdateEmployee(Int64 companyId, EmployeeTours objEmployeeTours)\r\n at WorkterraAPI.Controllers.Platform.EmployeeController.updateEmployee(EmployeeTours objEmployeeDTO)"
}