masterdata.GetValidDocument.GetValidDocument.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!
GetValidDocument:
MasterData_GetValidDocument_allValid_smoke:
endPoint: /v1/masterdata/validdocuments/{docCategoryCode}/{langCode}
uniqueIdentifier: TC_Masterdata_GetValidDocument_01
description: Retrieve valid document details by document category code and valid language code
role: admin
checkErrorsOnlyInResponse: true
restMethod: get
inputTemplate: masterdata/GetValidDocument/getValidDocument
outputTemplate: masterdata/GetValidDocument/getValidDocumentResult
input: '{
"docCategoryCode":"POA",
"langCode": "eng"
}'
output: '{
"response": [{
"docTypeCode": "$IGNORE$",
"docCategoryCode": "$IGNORE$",
"docTypeName": "$IGNORE$",
"isActive": "$IGNORE$"
}]
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy