-
Type:
Bug
-
Status: Closed
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Integrations
-
Labels:None
-
Module:TSR
-
Reported by:Harbinger
-
Item State:Production Complete - Closed
-
Issue Importance:Q1
1. Launch the Postman app.
2. Select “Post” request from dropdown.
3. Select authorization type as “Basic Auth”.
4. Enter valid User ID and Password.
5. Enter below URL:
http://10.0.2.120/api/employee/addEmployeeToury=12480
6. Pass the require parameter with EmploymentStartDate.
7. Click on Send button.
8. Connect to DB
9. Observe the employee record under EmployeeSource table.
Actual Result:
EmploymentStartDate is inserted as NULL.
Expected Result:
Date provided in the request should be get inserted.
- relates to
-
NF-392 TSR : Implementation to Maintain employee source information with responses received from 3rd party application
-
- Closed
-
We have verified fix on Local (wt-stage) , now EmploymentStartDate is inserted properly in DB.