masterdata.GetSubZoneByLangCode.GetSubZoneByLangCode.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apitest-masterdata Show documentation
Show all versions of apitest-masterdata Show documentation
Parent project of MOSIP Admin Services apitests
The newest version!
GetSubZoneByLangCode:
MasterData_GetSubZoneByLangCode_allValid_smoke:
endPoint: /v1/masterdata/zones/subzone/{langCode}
uniqueIdentifier: TC_Masterdata_GetSubZoneByLangCode_01
description: Retrieve sub zone with an valid language code
role: admin
restMethod: get
inputTemplate: masterdata/GetSubZoneByLangCode/getSubZoneByLangCode
outputTemplate: masterdata/GetSubZoneByLangCode/getSubZoneByLangCodeResult
input: '{
"langCode": "eng"
}'
output: '{
}'
MasterData_GetSubZoneByLangCode_inValid_code:
endPoint: /v1/masterdata/zones/subzone/{langCode}
uniqueIdentifier: TC_Masterdata_GetSubZoneByLangCode_02
description: Retrieve sub zone with an invalid language code
role: admin
restMethod: get
inputTemplate: masterdata/GetSubZoneByLangCode/getSubZoneByLangCode
outputTemplate: masterdata/error
input: '{
"langCode": "eng1"
}'
output: '{
"errors": [
{
"errorCode": "KER-MSD-999",
"message": "Language Code is Invalid"
}
]
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy