-
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 using body.
7. Click on Send button.
8. Employee get added and success message also get display.
9. Connect to DB and observe RequestContentBody column under "WTAPIUtilizationLog" table.
10. Observe the Job ID.
Actual Result:
Job ID is displaying as 0.
Expected Result:
Job ID passed through API should be display.
- relates to
-
NF-393 TSR : Implementation for Tour status resposnes - API to be exposed by TSR to receive response.
-
- Closed
-
I have made changes to fix the issue.