New University Name





Label
Code
Code
  • Its unique reference of University 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.
University Name
UniversityName
  • A university is an institution of higher education that offers academic degrees and research facilities.
  • Its a Mandatory input field.
  • Allowed Alphabets and Space ans dot.
  • Other special characters are not allow.
  • Copy & paste not allow.
  • Duplicate not allow.
Place Name
PlaceName
  • Its a particular Place in placed University.
  • 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 University Name



Label
Code
Code
  • Its unique reference of University Name.
  • Its a view only not editable.
University Name
UniversityName
  • If edit University Name 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.
Place Name
PlaceName
  • If edit Place name of University 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 University Name



Delete University Name





University Names List



Webservice

Get List

url: webservice.php?action=l&method=macunl
{"status":"success",
                            "data":[{"ID":"c20ad4d76fe97759aa27a0c99bff6710",
                            "Code":"UN01",
                            "UniversityName":"Anna University",
                            "Remarks":"University 1",
                            "Status":1,
                            "CreatedOn":"2024-09-14 14:56:17",
                            "PlaceName":"Chennai"},
                            {"ID":"c51ce410c124a10e0db5e4b97fc2af39",
                            "Code":"UN02",
                            "UniversityName":"Alagappa University",
                            "Remarks":"University 2",
                            "Status":1,
                            "CreatedOn":"2024-09-14 14:57:30",
                            "PlaceName":"Karaikudi"},
                            {"ID":"aab3238922bcc25a6f606eb525ffdc56",
                            "Code":"UN03",
                            "UniversityName":"Manonmaniam  Sundaranar University",
                            "Remarks":"University 3",
                            "Status":1,
                            "CreatedOn":"2024-09-14 14:58:56",
                            "PlaceName":"Tirunelveli"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=macunl
Input
                            Code=UN04
                            UniversityName=Abz
                            PlaceName=Nageroil
                            Remarks=university
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"UniversityName"}

Get Data

url: webservice.php?action=g&method=macunl&ID=1ff1de774005f8da13f42943881c655f
{"status":"success",
                            "data":[{"ID":"33e75ff09dd601bbe69f351039152189",
                            "UniversityName":"Abz",
                            "Remarks":"university",
                            "Status":1,
                            "Code":"UN04",
                            "CreatedOn":"2024-12-28 10:20:00",
                            "PlaceName":"Nageroil"}]}
                            

Update

url: webservice.php?action=u&method=macunl
Input
                            ID=33e75ff09dd601bbe69f351039152189
                            UniversityName=Abzwq
                            PlaceName=Nageroil
                            Status=1
                            Remarks=university
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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