New Department





Label
Code
Code
  • Its unique reference of Period 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.
Department
Department
  • Department is an academic unit that focuses on a specific field of study or Academic degrees.
  • Its a Mandatory input field
  • Allowed Alphabets, space 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 Department



Label
Code
Code
  • Its unique reference of Period Name.
  • Its only view not editable
Department
Department
  • If edit Department here change and update.
  • Its a Mandatory input field
  • Allowed Alphabets, space 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 Department



Delete Department





Departments List



Webservice

Get List

url: webservice.php?action=l&method=madl
{"status":"success",
                            "data":[{"ID":"37693cfc748049e45d87b8c7d8b9aacd",
                            "Code":"DN01",
                            "Department":"Tamil",
                            "Remarks":"Department Name 1",
                            "Status":1,
                            "CreatedOn":"2024-11-01 17:33:59"},
                            {"ID":"1ff1de774005f8da13f42943881c655f",
                            "Code":"DN02",
                            "Department":"English",
                            "Remarks":"Department 2",
                            "Status":1,
                            "CreatedOn":"2024-11-01 17:35:15"},
                            {"ID":"8e296a067a37563370ded05f5a3bf3ec",
                            "Code":"DN03",
                            "Department":"History",
                            "Remarks":"Department Name 3",
                            "Status":1,
                            "CreatedOn":"2024-11-01 17:35:47"},
                            {"ID":"4e732ced3463d06de0ca9a15b6153677",
                            "Code":"DN04",
                            "Department":"Business Administration",
                            "Remarks":"Department Name 4",
                            "Status":1,
                            "CreatedOn":"2024-11-01 17:36:48"},
                            {"ID":"02e74f10e0327ad868d138f2b4fdd6f0",
                            "Code":"DN05",
                            "Department":"Commerce",
                            "Remarks":"Department Name 5",
                            "Status":1,
                            "CreatedOn":"2024-11-01 17:37:33"},
                            {"ID":"33e75ff09dd601bbe69f351039152189",
                            "Code":"DN06",
                            "Department":"Mathematics",
                            "Remarks":"Department Name 6",
                            "Status":1,
                            "CreatedOn":"2024-11-01 17:38:12"},
                            {"ID":"6ea9ab1baa0efb9e19094440c317e21b",
                            "Code":"DN07",
                            "Department":"Chemistry",
                            "Remarks":"Department Name 7",
                            "Status":1,
                            "CreatedOn":"2024-11-01 17:39:07"},
                            {"ID":"34173cb38f07f89ddbebc2ac9128303f",
                            "Code":"DN08",
                            "Department":"Microbiology",
                            "Remarks":"Department Name 8",
                            "Status":1,"CreatedOn":"2024-11-01 17:40:05"},
                            {"ID":"c16a5320fa475530d9583c34fd356ef5",
                            "Code":"DN09",
                            "Department":"Computer Science",
                            "Remarks":"Department Name 9",
                            "Status":1,
                            "CreatedOn":"2024-11-01 17:40:55"},
                            {"ID":"6364d3f0f495b6ab9dcf8d3b5c6e0b01",
                            "Code":"DN010",
                            "Department":"Information Technology",
                            "Remarks":"Department Name 10",
                            "Status":1,
                            "CreatedOn":"2024-11-01 17:41:52"},
                            {"ID":"182be0c5cdcd5072bb1864cdee4d3d6e",
                            "Code":"DN011",
                            "Department":"Zoology",
                            "Remarks":"Department Name 11",
                            "Status":1,
                            "CreatedOn":"2024-11-01 17:42:32"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=madl
Input
Code=DN012 Department=Botony Remarks=science
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"Department"}

Get Data

url: webservice.php?action=g&method=madl&ID=a5771bce93e200c36f7cd9dfd0e5deaa
{"status":"success",
                            "data":[{"ID":"a5771bce93e200c36f7cd9dfd0e5deaa",
                            "Department":"Botony",
                            "Remarks":"science",
                            "Status":1,
                            "Code":"DN012",
                            "CreatedOn":"2024-12-26 16:06:33"}]}
                            

Update

url: webservice.php?action=u&method=madl
Input
                            ID=a5771bce93e200c36f7cd9dfd0e5deaa
                            Code=DN012
                            Department=Botony 1 
                            Status=1
                            Remarks=science department
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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