New Division





Label
Code
Code
  • Its unique reference of Division.
  • 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.
Division
Division
  • Division is a college comprising one subject area or a group of related subject areas.
  • Its a Mandatory input field
  • Allowed Alphanumeric, 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 Division



Label

Code
Code
  • Its unique reference of Division.
  • Its a view only not editable
Division
Division
Division
  • If Division name, edit 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
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 Division



Delete Division





Divisions List



Webservice

Get List

url: webservice.php?action=l&method=madvl
{"status":"success",
                            "data":[{"ID":"e4da3b7fbbce2345d7772b0674a318d5",
                            "Code":"DN01",
                            "Division":"A",
                            "Remarks":"Division Name 1",
                            "Status":1,
                            "CreatedOn":"2024-09-13 21:58:27"},
                            {"ID":"1679091c5a880faf6fb5e6087eb1b2dc",
                            "Code":"DN02",
                            "Division":"B",
                            "Remarks":"Division Name 2",
                            "Status":1,
                            "CreatedOn":"2024-09-14 11:02:08"},
                            {"ID":"8f14e45fceea167a5a36dedd4bea2543",
                            "Code":"DN03",
                            "Division":"C",
                            "Remarks":"Division Name 3",
                            "Status":1,
                            "CreatedOn":"2024-09-14 11:02:45"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=madvl
Input
Code=123 CourseType=UG Remarks=aa
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"CourseType"}

Get Data

url: webservice.php?action=g&method=madvl&ID=1ff1de774005f8da13f42943881c655f
{"status":"success",
                            "data":[{"ID":"e369853df766fa44e1ed0ff613f563bd",
                            "CourseType":"UG",
                            "Remarks":"aa",
                            "Status":1,
                            "Code":"123",
                            "CreatedOn":"2024-12-26 12:57:03"}]}
                            

Update

url: webservice.php?action=u&method=madvl
{"status":"success","message":"Updated successfully","div":""}
Input
                            ID=e369853df766fa44e1ed0ff613f563bd
                            CourseTypeCode=123
                            CourseType=UG PG
                            Status=1
                            Remarks=aa
                            
{"status":"failure","message":"unable to update","div":""}

Delete

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