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

masterdata.CreateBiometricType.CreateBiometricType.yml Maven / Gradle / Ivy

The newest version!
CreateBiometricTypes:
   Masterdata_CreateBiometricTypes_All_Valid_Smoke:
      endPoint: /v1/masterdata/biometrictypes
      uniqueIdentifier: TC_Masterdata_CreateBiometricTypes_01
      description: Create Biometric Types with valid data
      role: admin
      templateFields: ["langCode"]
      restMethod: post
      inputTemplate: masterdata/CreateBiometricType/createBiometricType
      outputTemplate: masterdata/CreateBiometricType/createBiometricTypeResult
      input: '{
    "description": "wrong word",
	"name": "dumbo6",
	"langCode": "eng",
	"code": "dumbo6",
	"requesttime": "$TIMESTAMP$"
}'
      output: '{
	"code": "dumbo6"
}'




© 2015 - 2025 Weber Informatics LLC | Privacy Policy