-
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 dropdwon.
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/addEmployeeTour
6. Pass the require parameter using body.
*Scenario 1] *
API input is not accepting any special characters in State. (e.g. enter state as Uttar Pradesh, Taegu-Jikhalsi ) showing below validation message:
"Parameter state can contain alphabets only"
Scenario 2]
It seems that when entered state value exceed beyond certain characters, then in DB StateID is get stored as 0 (e.g. select country India and State as Maharashtra, Chhattisgarh)
Scenario 3]
Can we re frame below description:
{
"status": "Error",
"message": "Invalid Input",
"errorLevel": "Error",
"code": 403,
"description": "Entered Address Either Country or State is not valid"
}
It should be - "Entered Country or State is not valid"
- relates to
-
NF-180 TSR: API: Add Employee- generate & assign defaults
-
- Closed
-
Status | Open [ 1 ] | In Development [ 10007 ] |
Item State | Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) |
Assignee | Rupesh Mandal [ rupesh.mandal ] | Kunal Kedari [ kunal.kedari ] |
Code Review Date | 22/Mar/2017 | |
Code Reviewed By | Saurabh Sablaka [ 11909 ] |
Item State | Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) | Parent values: LB QA(10201)Level 1 values: Re-open(10212) |
Status | In Development [ 10007 ] | Local Testing [ 10200 ] |
Status | Local Testing [ 10200 ] | Reopen in Local [ 10018 ] |
Assignee | Kunal Kedari [ kunal.kedari ] | Rupesh Mandal [ rupesh.mandal ] |
Status | Reopen in Local [ 10018 ] | In Development [ 10007 ] |
Code Review Date | 22/Mar/2017 | 23/Mar/2017 |
Status | In Development [ 10007 ] | Local Testing [ 10200 ] |
Item State | Parent values: LB QA(10201)Level 1 values: Re-open(10212) | Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) |
Assignee | Rupesh Mandal [ rupesh.mandal ] | Kunal Kedari [ kunal.kedari ] |
Item State | Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) | Parent values: LB QA(10201)Level 1 values: In Testing(10210) |
Item State | Parent values: LB QA(10201)Level 1 values: In Testing(10210) | Parent values: LB QA(10201)Level 1 values: Ready for Stage(10213) |
Status | Local Testing [ 10200 ] | Stage Testing [ 10201 ] |
Item State | Parent values: LB QA(10201)Level 1 values: Ready for Stage(10213) | Parent values: Stage QA(10202)Level 1 values: Production Deployment on Hold(10224) |
Item State | Parent values: Stage QA(10202)Level 1 values: Production Deployment on Hold(10224) | Parent values: Stage QA(10202)Level 1 values: Ready for Production(10217) |
Item State | Parent values: Stage QA(10202)Level 1 values: Ready for Production(10217) | Parent values: Production QA(10203)Level 1 values: Production Deployed(10221) |
Item State | Parent values: Production QA(10203)Level 1 values: Production Deployed(10221) | Parent values: Production QA(10203)Level 1 values: In Testing(10218) |
Item State | Parent values: Production QA(10203)Level 1 values: In Testing(10218) | Parent values: Production Complete(10222)Level 1 values: Closed(10223) |
Status | Stage Testing [ 10201 ] | Production Testing [ 10202 ] |
Resolution | Fixed [ 1 ] | |
Status | Production Testing [ 10202 ] | Production Complete [ 10028 ] |
Status | Production Complete [ 10028 ] | Closed [ 6 ] |
Transition | Time In Source Status | Execution Times |
---|
|
23h 10m | 1 |
|
3s | 1 |
|
18h 35m | 1 |
|
10h 2m | 2 |
|
2d 4h 16m | 1 |
|
32d 22h 13m | 1 |
|
6s | 1 |
|
2s | 1 |
Given all Scenario has been resolved we can take special characters in state like -,( etc
error message also changed and
state value allows maximum of 50 characters only