All Downloads are FREE. Search and download functionalities are using the official Maven repository.

masterdata.CreateApplicationType.CreateApplicationType.yml Maven / Gradle / Ivy

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