New Student Status





Label
Code
Code
  • Its unique reference of Student Status.
  • Its a Mandatory input field.
  • Allowed only Alphanumeric.
  • Other special characters are not allow.
  • Copy & paste not allow.
  • Duplicate not allow.
  • Edit Code not allow in future, so do carefully.
Student Status
StudentStatus
  • The Status of a student describes whether they are considered Active in a term and other status.
  • Its a Mandatory input field.
  • Allowed Alphabets and Space.
  • Other special characters are not allow.
  • Copy & paste not allow.
  • Duplicate not allow.
Remarks
Remarks
  • Non-mandatory inputs.
  • Allowed only alphanumeric.
  • Space and @#%^&*()_-+=:;/?.>,< special characters are allow.
  • Copy & paste not allow.

Edit Student Status



Label
Code
Code
  • Its unique reference of Student Status.
  • Its a view only not editable.
Student Status
StudentStatus
  • If edeit Student Status Name here change and update.
  • Its a Mandatory input field.
  • Allowed Alphabets and Space.
  • Other special characters are not allow.
  • Copy & paste not allow.
  • Duplicate not allow.
Status
Status
  • Status is Particular service or Some thing currentry active or Deactive.
  • Select reqired one.
  • Its a Mandatory input field.
Remarks
Remarks
  • Non-mandatory inputs.
  • Allowed only alphanumeric.
  • Space and @#%^&*()_-+=:;/?.>,< special characters are allow.
  • Copy & paste not allow.

View Student Status



Delete Student Status





Student Status List



Webservice

Get List

url: webservice.php?action=l&method=macssl
{"status":"success",
                            "data":[{"ID":"aab3238922bcc25a6f606eb525ffdc56",
                            "Code":"SS01",
                            "StudentStatus":"Degree Status",
                            "Remarks":"Student Status 1",
                            "Status":1,
                            "CreatedOn":"2024-09-14 14:48:17"},
                            {"ID":"9bf31c7ff062936a96d3c8bd1f8f2ff3",
                            "Code":"SS02",
                            "StudentStatus":"Non Degree Status",
                            "Remarks":"Student Status 2",
                            "Status":1,
                            "CreatedOn":"2024-09-14 14:49:07"},
                            {"ID":"c74d97b01eae257e44aa9d5bade97baf",
                            "Code":"SS03",
                            "StudentStatus":"Special Status",
                            "Remarks":"Student Status 3",
                            "Status":1,
                            "CreatedOn":"2024-09-14 14:49:46"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=macssl
Input
                             Code=SS04
                             StudentStatus=Abc
                             Remarks=status
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"StudentStatus"}

Get Data

url: webservice.php?action=g&method=macssl&ID=1ff1de774005f8da13f42943881c655f
{"status":"success",
                            "data":[{"ID":"6ea9ab1baa0efb9e19094440c317e21b",
                            "StudentStatus":"Abc",
                            "Remarks":"status",
                            "Status":1,
                            "Code":"SS04",
                            "CreatedOn":"2024-12-28 09:41:59"}]}
                            

Update

url: webservice.php?action=u&method=macssl
Input
                            ID=6ea9ab1baa0efb9e19094440c317e21b
                            StudentStatus=Xyz
                            Status=1
                            Remarks=status
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

url: webservice.php?action=r&method=masl
Input
delID=6ea9ab1baa0efb9e19094440c317e21b
{"status":"success","message":"Deleted sucessfully"}