New Institution Name





Label
Code
Code
  • Its unique reference of Institution 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.
Institution Name
InstitutionName
  • An institution is an established organization or corporation that serves education, support.
  • 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 Institution Name



Label
Code
Code
  • Its unique reference of Institution Name.
  • Its a view only not editable.
Institution Name
InstitutionName
  • If edit Insitution 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 Institution Name



Delete Institution Name





Institution Names List



Webservice

Get List

url: webservice.php?action=l&method=mainl
{"status":"success",
                            "data":[{"ID":"8f14e45fceea167a5a36dedd4bea2543",
                            "Code":"IN01",
                            "InstitutionName":"I  Tech Academy",
                            "PlaceName":"Tirunelveli",
                            "Remarks":"Institution 1",
                            "Status":1,
                            "CreatedOn":"2024-09-14 15:38:11"},
                            {"ID":"c9f0f895fb98ab9159f51fd0297e236d",
                            "Code":"IN02",
                            "InstitutionName":"CADD Expert Training Institution",
                            "PlaceName":"Tenkasi",
                            "Remarks":"Institution 2",
                            "Status":1,
                            "CreatedOn":"2024-09-14 15:40:00"},
                            {"ID":"45c48cce2e2d7fbdea1afc51c7c6ad26",
                            "Code":"IN03",
                            "InstitutionName":"Future Tech Academy",
                            "PlaceName":"Tenkasi",
                            "Remarks":"Institution 3",
                            "Status":1,
                            "CreatedOn":"2024-09-14 15:41:26"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=mainl
Input
                             Code=IN04
                             InstitutionName=Aa
                             PlaceName=Nagercoil
                             Remarks=institutions
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"InstitutionName"}

Get Data

url: webservice.php?action=g&method=mainl&ID=b6d767d2f8ed5d21a44b0e5886680cb9
{"status":"success",
                            "data":[{"ID":"b6d767d2f8ed5d21a44b0e5886680cb9",
                            "InstitutionName":"Aa",
                            "PlaceName":"Nagercoil",
                            "Remarks":"institutions",
                            "Status":1,
                            "Code":"IN04",
                            "CreatedOn":"2024-12-27 20:34:15"}]}
                            

Update

url: webservice.php?action=u&method=mainl
Input
                           ID=b6d767d2f8ed5d21a44b0e5886680cb9
                           &InstitutionName=Aabb
                           PlaceName=Nagercoil
                           Status=1
                           Remarks=institutions
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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