masterdata.SearchLocationData.SearchLocationData.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!
SearchLocationData:
MasterData_SearchLocationData_Valid_Smoke:
endPoint: /v1/masterdata/locations/search
uniqueIdentifier: TC_Masterdata_SearchLocationData_01
description: Search location data with valid details
role: admin
templateFields: ["languageCode"]
restMethod: post
inputTemplate: masterdata/SearchLocationData/searchLocationData
outputTemplate: masterdata/SearchLocationData/searchLocationDataResult
input: '{
"filters": [
{
"columnName": "name",
"type": "equals",
"value": "विश्व",
"fromValue": "$REMOVE$",
"toValue": "$REMOVE$"
}
],
"sort": [
{
"sortField": "Region",
"sortType": "ASC"
}
],
"pageStart": 0,
"pageFetch": 1,
"languageCode": "eng",
"requesttime": "$TIMESTAMP$"
}'
output: '{
"createdBy": "$IGNORE$",
"createdDateTime": "$IGNORE$",
"region": "$IGNORE$",
"city": "$IGNORE$",
"province": "$IGNORE$",
"zone": "$IGNORE$",
"postalCode": "$IGNORE$"
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy