masterdata.GetBiometricTypesByLangcode.GetBiometricTypesByLangcode.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!
GetBiometricTypesByLangcode:
Masterdata_GetBiometricTypesByLangcode_allValid_smoke:
endPoint: /v1/masterdata/biometrictypes/{langcode}
uniqueIdentifier: TC_Masterdata_GetBiometricTypesByLangcode_01
description: Retrieve biometric data in a specific language
role: admin
checkErrorsOnlyInResponse: true
templateFields: ["langcode"]
restMethod: get
inputTemplate: masterdata/GetBiometricTypesByLangcode/getBiometricTypesByLangcode
outputTemplate: masterdata/GetBiometricTypesByLangcode/getBiometricTypesByLangcodeResult
input: '{
"langcode":"eng"
}'
output: '{
}'
Masterdata_GetBiometricTypesByLangcode_InValid_langCode:
endPoint: /v1/masterdata/biometrictypes/{langcode}
uniqueIdentifier: TC_Masterdata_GetBiometricTypesByLangcode_02
description: Retrieve biometric data for an invalid language code
role: admin
restMethod: get
inputTemplate: masterdata/GetBiometricTypesByLangcode/getBiometricTypesByLangcode
outputTemplate: masterdata/error
input: '{
"langcode":"asdgav"
}'
output: '{
"errors": [
{
"errorCode": "KER-MSD-006",
"message": "Biometric Type not found"
}
]
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy