Create student
Creates student data from submitted details.
Authentication
AuthorizationBearer
You can retrieve your token by visiting your dashboard and clicking Generate API token.
Request
This endpoint expects an object.
firstname
The firstname of the student.
lastname
The lastname of the student.
email
The email of the student.
dob
The dob of the student.
gender
The gender of the student.
address
The address of the student.
city
The city of the student.
state
The state of the student.
country
The country of the student.
zip
The zip of the student.
family_id
family ID identifier.
academ_year_id
academ year ID identifier.
gov_id
The gov_id of the student.
firstname_hebrew
The firstname of the student.
lastname_hebrew
The lastname of the student.
phone
phone phone number.
Response
JSON response payload for student creation.
status
Allowed values:
message
data

