New School Name





Label
Code
Code
  • Its unique reference of School Name.
  • 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.
School Name
SchoolName
  • A school is both the educational institution and learning spaces for the teaching of students.
  • Its a Mandatory input field.
  • Allowed Alphanumeric, Space and dot.
  • Other special characters are not allow.
  • Copy & paste not allow.
  • Duplicate not allow.
Place Name
PlaceName
  • Its a particular Place in placed School.
  • Its a Mandatory input field.
  • Allowed Alphabets and Space ans 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 School Name



Label
Code
Code
  • Its unique reference of School Name.
  • Its a view only not editable.
School Name
SchoolName
  • If edit School Name here change and update.
  • Its a Mandatory input field.
  • Allowed Alphanumeric, Space and dot.
  • Other special characters are not allow.
  • Copy & paste not allow.
  • Duplicate not allow.
Place Name
PlaceName
  • If edit Place Name of Particular School here change and update.
  • Its a Mandatory input field.
  • Allowed Alphabets and Space ans 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 School Name



Delete School Name





School Names List



Webservice

Get List

url: webservice.php?action=l&method=masnl
{"status":"success",
                            "data":[{"ID":"8f14e45fceea167a5a36dedd4bea2543",
                            "Code":"SN01",
                            "SchoolName":"Wonder CBSE School",
                            "PlaceName":"Tenkasi",
                            "Remarks":"School Name 1",
                            "Status":1,
                            "CreatedOn":"2024-09-14 12:25:01"},
                            {"ID":"c9f0f895fb98ab9159f51fd0297e236d",
                            "Code":"SN02",
                            "SchoolName":"JeyandranCBSE School",
                            "PlaceName":"Tirunelveli",
                            "Remarks":"School Name 2",
                            "Status":1,
                            "CreatedOn":"2024-09-14 12:25:49"},
                            {"ID":"45c48cce2e2d7fbdea1afc51c7c6ad26",
                            "Code":"SN03",
                            "SchoolName":"Belfield Matriculation Higher Secondary School",
                            "PlaceName":"Nagercoil",
                            "Remarks":"School Name 3",
                            "Status":1,
                            "CreatedOn":"2024-09-14 12:28:29"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=masnl
Input
                             Code=SN04
                             SchoolName=Duthie girls hr sec school
                             PlaceName=Nagercoil
                             Remarks=school
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"SchoolName"}

Get Data

url: webservice.php?action=g&method=masnl&ID=37693cfc748049e45d87b8c7d8b9aacd
{"status":"success",
                            "data":[{"ID":"37693cfc748049e45d87b8c7d8b9aacd",
                            "SchoolName":"Duthie girls hr sec school",
                            "PlaceName":"Nagercoil",
                            "Remarks":"school",
                            "Status":1,
                            "Code":"SN04",
                            "CreatedOn":"2024-12-27 15:31:20"}]}
                            

Update

url: webservice.php?action=u&method=masnl
Input
                            ID=37693cfc748049e45d87b8c7d8b9aacd
                            SchoolName=Joseph+convernt girls hr sec school
                            PlaceName=Nagercoil
                            Status=1
                            Remarks=school
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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