masterdata.CreateBiometricType.CreateBiometricType.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!
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