masterdata.FetchTitle.FetchTitle.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!
FetchTitle:
MasterData_FetchTitle_all_valid_smoke:
endPoint: /v1/masterdata/title
uniqueIdentifier: TC_Masterdata_FetchTitle_01
description: Retrieve Titles with all valid data
role: admin
restMethod: get
inputTemplate: masterdata/FetchTitle/fetchTitle
outputTemplate: masterdata/FetchTitle/fetchTitleResult
input: '{
"langcode":"$REMOVE$"
}'
output: '{
"titleList": [{
"isActive": true
}]
}'
MasterData_FetchTitle_valid_smoke:
endPoint: /v1/masterdata/title/{langcode}
uniqueIdentifier: TC_Masterdata_FetchTitle_02
description: Retrieve Titles By langcode with all valid data
role: admin
restMethod: get
inputTemplate: masterdata/FetchTitle/fetchTitle
outputTemplate: masterdata/FetchTitle/fetchTitleResult
input: '{
"langcode":"eng"
}'
output: '{
"titleList": [{
"isActive": true
}]
}'
MasterData_FetchTitle_invalid_langcode:
endPoint: /v1/masterdata/title/{langcode}
uniqueIdentifier: TC_Masterdata_FetchTitle_03
description: Retrieve Titles By invalid langcode
role: admin
restMethod: get
inputTemplate: masterdata/FetchTitle/fetchTitle
outputTemplate: masterdata/error
input: '{
"langcode":"GER"
}'
output: '{
"errors": [
{
"errorCode": "KER-MSD-048",
"message": "Title not found"
}
]
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy