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

masterdata.GetMappedMachinesByRegCentID.GetMappedMachinesByRegCentID.yml Maven / Gradle / Ivy

The newest version!
GetMappedMachinesByRegCentID:
   Admin_GetMappedMachinesByRegCentID_allValid_smoke:
      endPoint: /v1/masterdata/machines/mappedmachines/{regCenterId}
      uniqueIdentifier: TC_Masterdata_GetMappedMachinesByRegCentID_01
      description: Retrieve mapped machine details by valid regisration centre ID
      role: admin
      checkErrorsOnlyInResponse: true
      restMethod: get
      inputTemplate: masterdata/GetMappedMachinesByRegCentID/getMappedMachinesByRegCentID
      outputTemplate: masterdata/GetMappedMachinesByRegCentID/getMappedMachinesByRegCentIDResult
      input: '{
      "regCenterId":"10001"
}'
      output: '{
}'

   Admin_GetMappedMachinesByRegCentID_Invalid_Invalid_regCenterId:
      endPoint: /v1/masterdata/machines/mappedmachines/{regCenterId}
      uniqueIdentifier: TC_Masterdata_GetMappedMachinesByRegCentID_02
      description: Retrieve mapped machine details by invalid regisration centre ID
      role: admin
      restMethod: get
      inputTemplate: masterdata/GetMappedMachinesByRegCentID/getMappedMachinesByRegCentID
      outputTemplate: masterdata/error
      input: '{
      "regCenterId":"abc"
}'
      output: '{
   "errors": [
    {
      "errorCode": "KER-MSD-030",
      "message": "Machine not Found"
    }
  ]
}' 




© 2015 - 2025 Weber Informatics LLC | Privacy Policy