Edit student record.
POST
/admin/api.php?f=editStudent&id={student id}
Content-Type: multipart/form-data
{{< notice note >}} At lease one key-value pair is present. {{< /notice >}}
Key | Value |
---|---|
username | String |
password | String |
String | |
mobile | Integer |
first_name | String |
last_name | String |
grade_level | Integer |
school_name | Integer |
preference | String |
progress | Integer |
file | blob |
{
{
{
{
method: 'POST',
body: formData,
headers: {
}