masterdata.CreateApplicationType.CreateApplicationType.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!
CreateApplicationType:
Masterdata_CreateApplicationType_All_Valid_Smoke:
endPoint: /v1/masterdata/applicationtypes
uniqueIdentifier: TC_Masterdata_CreateApplicationType_01
description: Create Application Type with valid data
role: admin
templateFields: ["langCode"]
restMethod: post
inputTemplate: masterdata/CreateApplicationType/createApplicationType
outputTemplate: masterdata/CreateApplicationType/createApplicationTypeResult
input: '{
"description": "test",
"name": "test",
"langCode": "eng",
"code": "dumbo",
"requesttime": "$TIMESTAMP$"
}'
output: '{
"code": "dumbo"
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy