New Board Of Education





Label
Code
Code
  • Its unique reference of Board Of Education.
  • 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.
Category
Category
  • Its a category of Board of Education.
  • Select required one.
Board Of Education
BoardOfEducation
  • Board of education ia a board controlling an educational system or a unit of it.
  • 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 Board Of Education



Label
Code
Code
  • Its unique reference of Board Of Education.
  • Its a ciew only not editable.
Category
Category
  • If edit category change selected one and update.
  • Select required one.
Board Of Education
BoardOfEducation
  • If edit Board of Education 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 Board Of Education



Delete Board Of Education





Board Of Educations List



Webservice

Get List

url: webservice.php?action=l&method=macbel
{"status":"success",
                            "data":[{"ID":"1679091c5a880faf6fb5e6087eb1b2dc",
                            "Code":"SSLC",
                            "BoardOfEducation":"Secondary School Leaving Certificate (SSLC)",
                            "Remarks":"","Status":1,
                            "CreatedOn":"2024-09-05 11:23:15",
                            "Category":"SecondarySchool"},
                            {"ID":"8f14e45fceea167a5a36dedd4bea2543",
                            "Code":"HSC",
                            "BoardOfEducation":"Higher Secondary School Certificate",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-09-05 11:27:07",
                            "Category":"HigherSecondary"},
                            {"ID":"c9f0f895fb98ab9159f51fd0297e236d",
                            "Code":"CBSC",
                            "BoardOfEducation":"Central Board of Secondary Education ",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-09-05 11:27:12",
                            "Category":"HigherSecondary"},
                            {"ID":"45c48cce2e2d7fbdea1afc51c7c6ad26",
                            "Code":"KBPE",
                            "BoardOfEducation":"Kerala Board of Public Examinations",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-09-05 11:27:15",
                            "Category":"SecondarySchool"},
                            {"ID":"d3d9446802a44259755d38e6d163e820",
                            "Code":"BSEAP",
                            "BoardOfEducation":"Board of Secondary Education Of Andhra Pradesh",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":null,
                            "Category":"SecondarySchool"},
                            {"ID":"6512bd43d9caa6e02c990b0a82652dca",
                            "Code":"KSEEB",
                            "BoardOfEducation":"Karnataka Secondary Education Examination Board",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":null,
                            "Category":"SecondarySchool"},
                            {"ID":"182be0c5cdcd5072bb1864cdee4d3d6e",
                            "Code":"NA","BoardOfEducation":"NA",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-12-07 11:44:43",
                            "Category":"SecondarySchool"},
                            {"ID":"e369853df766fa44e1ed0ff613f563bd",
                            "Code":"NAH",
                            "BoardOfEducation":"NOT AVAILABLE",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-12-07 11:45:19",
                            "Category":"HigherSecondary"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=macbel
Input
                             Code=123
                             Category=SecondarySchool
                             BoardOfEducation=AAb
                             Remarks=educations
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"BoardOfEducation"}

Get Data

url: webservice.php?action=g&method=macbel&ID=a5bfc9e07964f8dddeb95fc584cd965d
{"status":"success",
                            "data":[{"ID":"a5bfc9e07964f8dddeb95fc584cd965d",
                            "BoardOfEducation":"AAb",
                            "Remarks":"educations",
                            "Status":1,
                            "Code":"123",
                            "CreatedOn":"2024-12-27 20:57:28",
                            "Category":"SecondarySchool"}]}
                            

Update

url: webservice.php?action=u&method=macbel
Input
                            ID=a5bfc9e07964f8dddeb95fc584cd965d
                            Category=HigherSecondary
                            BoardOfEducation=AAbxz
                            Status=1
                            Remarks=educations
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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