masterdata.GetBiometricAttributesByAuthType.GetBiometricAttributesByAuthType.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!
GetBiometricAttributesByAuthType:
Admin_GetBiometricAttributesByAuthType_allValid_smoke:
endPoint: /v1/masterdata/getbiometricattributesbyauthtype/{langcode}/{biometrictypecode}
uniqueIdentifier: TC_Masterdata_GetBiometricAttributesByAuthType_01
description: Retrieve Biometric Attributes By Auth Type by langcode and biometrictypecode
role: admin
restMethod: get
inputTemplate: masterdata/GetBiometricAttributesByAuthType/getBiometricAttributesByAuthType
outputTemplate: masterdata/GetBiometricAttributesByAuthType/getBiometricAttributesByAuthTypeResult
input: '{
"langcode":"eng",
"biometrictypecode":"FNR"
}'
output: '{
"biometricattributes": [{
"code": "$IGNORE$",
"name": "$IGNORE$",
"description": "$IGNORE$",
"biometricTypeCode": "FNR",
"isActive": "$IGNORE$"
}]
}'
Admin_GetBiometricAttributesByAuthType_InValid_Invalid_langcode:
endPoint: /v1/masterdata/getbiometricattributesbyauthtype/{langcode}/{biometrictypecode}
uniqueIdentifier: TC_Masterdata_GetBiometricAttributesByAuthType_02
description: Retrieve Biometric Attributes By Auth Type by invalid langcode and valid biometrictypecode
role: admin
restMethod: get
inputTemplate: masterdata/GetBiometricAttributesByAuthType/getBiometricAttributesByAuthType
outputTemplate: masterdata/error
input: '{
"langcode":"abc",
"biometrictypecode":"FNR"
}'
output: '{
"errors": [
{
"errorCode": "KER-MSD-004",
"message": "BiometricAttribute not found"
}
]
}'
Admin_GetBiometricAttributesByAuthType_InValid_Invalid_biometrictypecode:
endPoint: /v1/masterdata/getbiometricattributesbyauthtype/{langcode}/{biometrictypecode}
uniqueIdentifier: TC_Masterdata_GetBiometricAttributesByAuthType_03
description: Retrieve Biometric Attributes By Auth Type by valid langcode and invalid biometrictypecode
role: admin
restMethod: get
inputTemplate: masterdata/GetBiometricAttributesByAuthType/getBiometricAttributesByAuthType
outputTemplate: masterdata/error
input: '{
"langcode":"eng",
"biometrictypecode":"abc"
}'
output: '{
"errors": [
{
"errorCode": "KER-MSD-004",
"message": "BiometricAttribute not found"
}
]
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy