masterdata.Language.CreateLanguage.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!
CreateLanguage:
Masterdata_CreateLanguage_All_Valid_Smoke_sid:
endPoint: /v1/masterdata/languages
uniqueIdentifier: TC_Masterdata_CreateLanguage_01
description: Create the language with valid details
role: admin
restMethod: post
inputTemplate: masterdata/Language/language
outputTemplate: masterdata/Language/languageResult
input: '{
"code": "automationLang",
"name": "Hindi Language",
"family": "Hindi language",
"nativeName": "Hindi",
"isActive": true,
"requesttime": "$TIMESTAMP$"
}'
output: '{
"code": "automationLang"
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy