masterdata.RegCenterSearch.RegCenterSearch.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!
RegCenterSearch:
MasterData_RegCenterSearch_Equals_Name_eng_smoke:
endPoint: /v1/masterdata/registrationcenters/search
uniqueIdentifier: TC_Masterdata_RegCenterSearch_01
description: Search the registration center with the condition that the name column is equal to English
role: admin
templateFields: ["name","value"]
restMethod: post
inputTemplate: masterdata/RegCenterSearch/regCenterSearch
outputTemplate: masterdata/RegCenterSearch/regCenterSearchResult
input: '{
"filters": [
{
"columnName": "name",
"type": "equals",
"value": "HSR Center updated",
"fromValue": "$REMOVE$",
"toValue": "$REMOVE$"
}
],
"sort": [
{
"sortField": "name",
"sortType": "ASC"
}
],
"pageStart": 0,
"pageFetch": 1,
"languageCode": "eng",
"requesttime": "$TIMESTAMP$"
}'
output: '{
"data": [{
"name": "HSR Center updated"
}]
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy