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

masterdata.GetBiometricTypesByLangcode.GetBiometricTypesByLangcode.yml Maven / Gradle / Ivy

The newest version!
GetBiometricTypesByLangcode:
   Masterdata_GetBiometricTypesByLangcode_allValid_smoke:
      endPoint: /v1/masterdata/biometrictypes/{langcode}
      uniqueIdentifier: TC_Masterdata_GetBiometricTypesByLangcode_01
      description: Retrieve biometric data in a specific language
      role: admin
      checkErrorsOnlyInResponse: true
      templateFields: ["langcode"]
      restMethod: get
      inputTemplate: masterdata/GetBiometricTypesByLangcode/getBiometricTypesByLangcode
      outputTemplate: masterdata/GetBiometricTypesByLangcode/getBiometricTypesByLangcodeResult
      input: '{
   "langcode":"eng"
}'
      output: '{
  
}'
   Masterdata_GetBiometricTypesByLangcode_InValid_langCode:
      endPoint: /v1/masterdata/biometrictypes/{langcode}
      uniqueIdentifier: TC_Masterdata_GetBiometricTypesByLangcode_02
      description: Retrieve biometric data for an invalid language code
      role: admin
      restMethod: get
      inputTemplate: masterdata/GetBiometricTypesByLangcode/getBiometricTypesByLangcode
      outputTemplate: masterdata/error
      input: '{
   "langcode":"asdgav"
}'
      output: '{
   "errors": [
        {
            "errorCode": "KER-MSD-006",
            "message": "Biometric Type not found"
        }
    ]
}'




© 2015 - 2025 Weber Informatics LLC | Privacy Policy