New Course Type





Label
Code
Code
  • Its unique reference of Course Type.
  • Mandatory inputs
  • 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.
Course Type
CourseType
  • Course Type can be used to designate the type of Course.
  • Mandatory inputs
  • 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 Course Type



Label
Code
Code
  • Its unique reference of Course Type.
  • Its only view not editable.
Course Type
CourseType
  • If edit Course Type here change and update.
  • Mandatory inputs
  • 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 Course Type



Delete Course Type





Course Types List



Webservice

Get List

url: webservice.php?action=l&method=mactl
{"status":"success",
                            "data":[{"ID":"6f4922f45568161a8cdf4ad2299f6d23",
                            "Code":"UG",
                            "CourseType":"Under  Graduate",
                            "Remarks":"UG",
                            "Status":1,
                            "CreatedOn":"2024-09-22 21:34:30"},
                            {"ID":"1f0e3dad99908345f7439f8ffabdffc4",
                            "Code":"PG",
                            "CourseType":"Post Graduate",
                            "Remarks":"PG",
                            "Status":1,
                            "CreatedOn":"2024-09-22 21:34:58"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=mactl
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=mactl&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=mactl
{"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=mactl
Input
delID=e369853df766fa44e1ed0ff613f563bd
{"status":"success","message":"Deleted sucessfully"}