masterdata.GetMissingDocumentTypeByLangcode.GetMissingDocumentTypeByLangcode.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!
GetMissingDocumentTypeByLangcode:
Masterdata_GetDocumentTypeByLangCode_all_valid_smoke:
endPoint: /v1/masterdata/documenttypes/missingids/{langcode}
uniqueIdentifier: TC_Masterdata_GetDocumentTypeByLangCode_01
description: Retrieve missing document type by valid language code
role: admin
checkErrorsOnlyInResponse: true
templateFields: ["langcode"]
restMethod: get
inputTemplate: masterdata/GetMissingDocumentTypeByLangcode/getMissingDocumentTypeByLangcode
outputTemplate: masterdata/GetMissingDocumentTypeByLangcode/getMissingDocumentTypeByLangcodeResult
input: '{
"langcode":"eng"
}'
output: '{
"id": "$IGNORE$"
}'
Masterdata_GetDocumentTypeByLangCode_InValid_langcode:
endPoint: /v1/masterdata/documenttypes/missingids/{langcode}
uniqueIdentifier: TC_Masterdata_GetDocumentTypeByLangCode_02
description: Retrieve missing document type by invalid language code
role: admin
restMethod: get
inputTemplate: masterdata/GetMissingDocumentTypeByLangcode/getMissingDocumentTypeByLangcode
outputTemplate: masterdata/error
input: '{
"langcode":"eng1"
}'
output: '{
"errors": [
{
"errorCode": "KER-LANG-ERR",
"message": "Language Code is Invalid"
}
]
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy