Information Management Framework(HTTP API Service) for Educational Institutions.
GNU Affero General Public License v3.0
17
stars
11
forks
source link
Disallow usage of numbers in name (first, middle and last names) and nationality fields in the people table #5
Open
santhisenan opened 6 years ago
Post params: firstName:123 middleName:111 lastName:A1212 gender:M dateOfBirth:1997-09-19 nationality:1
Output: { "id": 5, "first_name": "123", "middle_name": "111", "last_name": "A1212", "gender": "M", "date_of_birth": "1997-09-19", "nationality": "1", "updatedAt": "2018-06-04T06:02:40.440Z", "createdAt": "2018-06-04T06:02:40.440Z" }