New Student Category





Code
Code
  • Its unique reference of Student Category.
  • 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 Category
StudentCategory
  • Its a different categories of Students.
  • 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 Category



Code
Code
  • Its unique reference of Student Category.
  • Its a view only not editable.
Student Category
StudentCategory
  • If edit Srudent Category 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 Category



Delete Student Category





Student Categories List



Webservice

Get List

url: webservice.php?action=l&method=macscl
{"status":"success",
                            "data":[{"ID":"6512bd43d9caa6e02c990b0a82652dca",
                            "Code":"SC01",
                            "StudentCategory":"Working Student",
                            "Remarks":"Student Category 1",
                            "Status":1,
                            "CreatedOn":"2024-09-14 14:42:26"},
                            {"ID":"c20ad4d76fe97759aa27a0c99bff6710",
                            "Code":"SC02",
                            "StudentCategory":"Commuter Students",
                            "Remarks":"Student Category 2",
                            "Status":1,
                            "CreatedOn":"2024-09-14 14:43:15"},
                            {"ID":"c51ce410c124a10e0db5e4b97fc2af39",
                            "Code":"SC03",
                            "StudentCategory":"Student with Desabilities",
                            "Remarks":"Student Category 3",
                            "Status":1,
                            "CreatedOn":"2024-09-14 14:44:10"}]}
                            
{"status":"failure","message":"data not found}

Add New

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

Get Data

url: webservice.php?action=g&method=macscl&ID=4e732ced3463d06de0ca9a15b6153677
{"status":"success",
                            "data":[{"ID":"1ff1de774005f8da13f42943881c655f",
                            "Semester":"Semester 7",
                            "Remarks":"semester",
                            "Status":1,
                            "Code":"SN07",
                            "CreatedOn":"2024-12-26 20:56:21"}]}
                            

Update

url: webservice.php?action=u&method=macscl
Input
                            ID=4e732ced3463d06de0ca9a15b6153677
                            StudentCategory=Xyz
                            Status=1
                            Remarks=categories
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

url: webservice.php?action=r&method=macscl
Input
delID=4e732ced3463d06de0ca9a15b6153677
{"status":"success","message":"Deleted sucessfully"}