XXXXXXX

POST api/reg_student/GET

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
reg_student
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "std_id": 1,
  "std_firstname": "sample string 2",
  "std_picture": "sample string 3",
  "current_grade": "sample string 4",
  "current_classe": "sample string 5"
}

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "std_id": 1,
  "std_firstname": "sample string 2",
  "std_picture": "sample string 3",
  "current_grade": "sample string 4",
  "current_classe": "sample string 5"
}