New Input Classification





Label
Code
Code
  • Its unique reference of Input Classification.
  • 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.
Classification
Classification
  • Classification is a refers CGPA to the final result of a student's academic performance.
  • 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 Input Classification



Label
Code
Code
  • Its unique reference of Input Classification.
  • Its a view only not editable
Classification
Classification
  • If edit Classification 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 Input Classification



Delete Input Classification





Input Classifications List



Webservice

Get List

url: webservice.php?action=l&method=maicl
{"status":"success",
                            "data":[{"ID":"d3d9446802a44259755d38e6d163e820",
                            "Code":"C001",
                            "Classification":"First Class",
                            "Remarks":"aa",
                            "Status":1,
                            "CreatedOn":"2024-12-19 16:11:27"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=maicl
Input
                             Code=C002
                             Classification=Second
                             Remarks=classifications
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"Classification"}

Get Data

url: webservice.php?action=g&method=maicl&ID=1ff1de774005f8da13f42943881c655f
{"status":"success",
                            "data":[{"ID":"6512bd43d9caa6e02c990b0a82652dca",
                            "Classification":"Second",
                            "Remarks":"classifications",
                            "Status":1,
                            "Code":"C002",
                            "CreatedOn":"2024-12-27 10:14:03"}]}
                            

Update

url: webservice.php?action=u&method=maicl
Input
                            ID=6512bd43d9caa6e02c990b0a82652dca
                            Code=C002
                            Classification=Second Class
                            Status=1
                            Remarks=classifications
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

url: webservice.php?action=r&method=maicl
Input
delID=6512bd43d9caa6e02c990b0a82652dca
{"status":"success","message":"Deleted sucessfully"}