Updated get endpoints

This commit is contained in:
rajesh
2024-09-14 20:22:03 +05:30
parent 492317be2e
commit 6224ab526a
13 changed files with 256 additions and 73 deletions

View File

@@ -148,6 +148,7 @@ application.get.success=Application details fetched successfully.
application.not.found=Application not found with the given ID.
application.form.field.not.found=Application form field not found.
Form.not.matches.to.call.initial.form=Form id does not matches to initial form id of call.
application.already.exists=Application already exists for this call.
#Validation related messages
validation.field.required=Field {0} is required.
@@ -155,4 +156,5 @@ validation.field.min_length=Field {0} must be at least {1} characters long.
validation.field.max_length=Field {0} must be no more than {1} characters long.
validation.field.pattern=Field {0} does not match the required pattern.
validation.field.not_null=Field {0} must not be null.
validation.field.not_empty=Field {0} must not be empty.
validation.field.not_empty=Field {0} must not be empty.