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

masterdata.DeleteValidDocument.DeleteValidDocument.yml Maven / Gradle / Ivy

The newest version!
DeleteValidDocument:
   MasterData_DeleteValidDocument_Invalid_ID: 
      endPoint: /v1/masterdata/validdocuments/{doccategorycode}/{doctypecode}
      uniqueIdentifier: TC_Masterdata_DeleteValidDocument_01
      description: Delete Valid Document with invalid doccategorycode
      role: admin
      restMethod: delete
      inputTemplate: masterdata/DeleteValidDocument/deleteValidDocument
      outputTemplate: masterdata/error
      input: '{
    "doccategorycode": "rrtyyuhhgfdds",
    "doctypecode": "4edfghhys"
  }'
      output: '{
   "errors": [
    {
      "errorCode": "KER-MSD-016",
      "message": "Valid document not found"
    }
  ]
}'




© 2015 - 2025 Weber Informatics LLC | Privacy Policy