New Qualification





Label
Code
Code
  • Its unique reference of Qualification.
  • 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.
QualificationName(Degree)
QualificationName
  • A pass of an examination or an official completion of a course.
  • Its a Mandatory input field.
  • Allowed Alphabets, Space and commoa and dot.
  • 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 Qualification



Label
Code
Code
  • Its unique reference of Qualification.
  • Its a view only not editable.
QualificationName(Degree)
QualificationName
  • If edit Qualification Name here change and update.
  • Its a Mandatory input field.
  • Allowed Alphabets, Space and commoa and dot.
  • 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 Qualification



Delete Qualification





Qualifications List



Webservice

Get List

url: webservice.php?action=l&method=macql
{"status":"success",
                            "data":[{"ID":"c51ce410c124a10e0db5e4b97fc2af39",
                            "Code":"QC01",
                            "QualificationName":"B.A",
                            "Remarks":"Qualification 1",
                            "Status":1,
                            "CreatedOn":"2024-09-14 12:16:10"},
                            {"ID":"aab3238922bcc25a6f606eb525ffdc56",
                            "Code":"QC02",
                            "QualificationName":"B.Com",
                            "Remarks":"Qualification 2",
                            "Status":1,
                            "CreatedOn":"2024-09-14 12:17:25"},
                            {"ID":"9bf31c7ff062936a96d3c8bd1f8f2ff3",
                            "Code":"QC03",
                            "QualificationName":"B.Sc",
                            "Remarks":"Qualification 3",
                            "Status":1,
                            "CreatedOn":"2024-09-14 12:18:22"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=macql
Input
                             Code=QC04
                             QualificationName=M.Sc
                             Remarks=
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"QualificationName"}

Get Data

url: webservice.php?action=g&method=macql&ID=33e75ff09dd601bbe69f351039152189
{"status":"success",
                            "data":[{"ID":"33e75ff09dd601bbe69f351039152189",
                            "QualificationName":"M.Sc",
                            "Remarks":"",
                            "Status":1,
                            "Code":"QC04",
                            "CreatedOn":"2024-12-27 15:19:09"}]}
                            

Update

url: webservice.php?action=u&method=macql
Input
                           ID=33e75ff09dd601bbe69f351039152189
                           QualificationName=B.Ed
                           Status=1
                           Remarks=qualification
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

url: webservice.php?action=r&method=macql
Input
delID=33e75ff09dd601bbe69f351039152189
{"status":"success","message":"Deleted sucessfully"}