Skip to content

Commit

Permalink
Merge pull request #1199 from nandhu-kumar/develop
Browse files Browse the repository at this point in the history
MOSIP-29859
  • Loading branch information
lsivanand authored Nov 15, 2023
2 parents 2ec2458 + 89da925 commit 1e76e02
Show file tree
Hide file tree
Showing 8 changed files with 272 additions and 271 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ CheckAidStatus:
output: '{
"errors": [
{
"errorCode": "RES-SER-457",
"errorCode": "RES-SER-410",
"message": "$IGNORE$"
}
],
Expand Down Expand Up @@ -234,7 +234,7 @@ CheckAidStatus:
output: '{
"errors": [
{
"errorCode": "RES-SER-422",
"errorCode": "RES-SER-410",
"message": "$IGNORE$"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ GenerateVID:
restMethod: post
checkErrorsOnlyInResponse: true
inputTemplate: resident/GenerateVID/createGenerateVID
outputTemplate: resident/GenerateVID/createGenerateVIDResult
outputTemplate: resident/error
input: '{
"transactionID": "$TRANSACTIONID$",
"individualId": "1272Y@GDGDG",
Expand All @@ -92,7 +92,7 @@ GenerateVID:
output: '{
"errors": [
{
"errorCode": "RES-SER-422",
"errorCode": "RES-SER-410",
"message": "$IGNORE$"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ GetChannelVerificationStatus:
output: '{
"errors": [
{
"errorCode": "RES-SER-410",
"errorCode": "RES-SER-522",
"message": "$IGNORE$"
}
],
Expand Down Expand Up @@ -244,7 +244,7 @@ GetChannelVerificationStatus:
output: '{
"errors": [
{
"errorCode": "RES-SER-410",
"errorCode": "RES-SER-522",
"message": "$IGNORE$"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ GetLocationHierarchyByLanguageCode:
]
}'

Resident_GetLocationHierarchyByLanguageCode_StatusCode_Empty_LangCode_Neg:
Resident_GetLocationHierarchyByLanguageCode_Empty_LangCode_Pos:
endPoint: /resident/v1/proxy/masterdata/locationHierarchyLevels/{langCode}
role: resident
checkErrorsOnlyInResponse: true
restMethod: get
inputTemplate: resident/GetLocationHierarchyByLanguageCode/getLocationHierarchyByLangCode
outputTemplate: resident/error
outputTemplate: resident/GetLocationHierarchyByLanguageCode/getLocationHierarchyByLangCodeResult
input: '{
"langCode":""
}'
output: "404"
output: '{
}'
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"pageStart":"{{pageStart}}",
"pageFetch":"{{pageFetch}}",
"pageIndex":"{{pageIndex}}",
"pageSize":"{{pageSize}}",
"langCode": "{{langCode}}"
}
Loading

0 comments on commit 1e76e02

Please sign in to comment.