masterdata.GetLocationHierarchyLevelByLastUpdatedDate.GetLocationHierarchyLevelByLastUpdatedDate.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!
GetLocationHierarchyLevelByLastUpdatedDate:
Admin_GetLocationHierarchyLevelByLastUpdatedDate_allValid_smoke:
endPoint: /v1/masterdata/locationHierarchyLevels?lastUpdated=2020-10-20T17:13:44.793Z
uniqueIdentifier: TC_Masterdata_GetLocationHierarchyLevelByLastUpdatedDate_01
description: Retrieve location hierarchy details based on valid last updated date
role: admin
checkErrorsOnlyInResponse: true
restMethod: get
inputTemplate: masterdata/GetLocationHierarchyLevelByLastUpdatedDate/getLocationHierarchyLevelByLastUpdatedDate
outputTemplate: masterdata/GetLocationHierarchyLevelByLastUpdatedDate/getLocationHierarchyLevelByLastUpdatedDateResult
input: '{
}'
output: '{
}'
Admin_GetLocationHierarchyLevelByLastUpdatedDate_with_Invalid_lD:
endPoint: /v1/masterdata/locationHierarchyLevels?lastUpdated=abc
uniqueIdentifier: TC_Masterdata_GetLocationHierarchyLevelByLastUpdatedDate_02
description: Retrieve location hierarchy details based on invalid last updated date
role: admin
restMethod: get
inputTemplate: masterdata/GetLocationHierarchyLevelByLastUpdatedDate/getLocationHierarchyLevelByLastUpdatedDate
outputTemplate: masterdata/error
input: '{
}'
output: '{
"errors": [
{
"errorCode": "KER-MSD-261",
"message": "$IGNORE$"
}
]
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy