Created endpoints for Evaluation form

This commit is contained in:
rajesh
2025-01-23 19:59:17 +05:30
parent 45aaf4f667
commit 64b9522040
14 changed files with 582 additions and 2 deletions

View File

@@ -353,3 +353,12 @@ action.context.labels.fetched.successfully = Action Context Labels Fetched Succe
amount.accepted.required=Amount accepted is required while approving the application.
call.expired=Call has been expired.
amount.request.should.greated.then.zero=Requested amount should not be empty and should be greater than zero.
evaluation.form.created.successfully=Evaluation form created successfully.
evaluation.form.updated.successfully=Evaluation form updated successfully.
evaluation.form.deleted.successfully=Evaluation form deleted successfully.
evaluation.form.fetched.successfully=Evaluation form fetched successfully.
evaluation.form.not.found=Evaluation form not found.