New HSC Group Name





Label
Code
Code
  • Its unique reference of HSC Group 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.
HSC Group Name
HscGroupName
  • A HSC group is a term we use to group learners who have different subjects together.
  • Its a Mandatory input field.
  • Allowed Alphabets and space.
  • Other special characters are not allow.
  • Copy & paste not allow.
  • Duplicate not allow.
Remarks
  • Non-mandatory inputs.
  • Allowed only alphanumeric.
  • Space and @#%^&*()_-+=:;/?.>,< special characters are allow.
  • Copy & paste not allow.

Edit HSC Group Name



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



Delete HSC Group Name





HSC Group Names List



Webservice

Get List

url: webservice.php?action=l&method=machgnl
{"status":"success",
                            "data":[{"ID":"aab3238922bcc25a6f606eb525ffdc56",
                            "Code":"HGN01",
                            "HscGroupName":"Computer Science",
                            "Remarks":"Hsc Group 1",
                            "Status":1,
                            "CreatedOn":"2024-09-14 15:02:22"},
                            {"ID":"9bf31c7ff062936a96d3c8bd1f8f2ff3",
                            "Code":"HGN02",
                            "HscGroupName":"Maths Biology",
                            "Remarks":"Hsc Group 2",
                            "Status":1,
                            "CreatedOn":"2024-09-14 15:03:20"},
                            {"ID":"c74d97b01eae257e44aa9d5bade97baf",
                            "Code":"HGN03",
                            "HscGroupName":"Accountancy",
                            "Remarks":"Hsc Group 3",
                            "Status":1,
                            "CreatedOn":"2024-09-14 15:04:01"},
                            {"ID":"02e74f10e0327ad868d138f2b4fdd6f0",
                            "Code":"HGN04",
                            "HscGroupName":"History",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-11-06 10:12:29"},
                            {"ID":"6ea9ab1baa0efb9e19094440c317e21b",
                            "Code":"HGN05",
                            "HscGroupName":"NA",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-12-07 11:48:23"},
                            {"ID":"34173cb38f07f89ddbebc2ac9128303f",
                            "Code":"HGN06",
                            "HscGroupName":"Microbiology",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-12-11 10:15:56"},
                            {"ID":"c16a5320fa475530d9583c34fd356ef5",
                            "Code":"HGN07",
                            "HscGroupName":"Information Technology",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-12-11 10:20:30"},
                            {"ID":"182be0c5cdcd5072bb1864cdee4d3d6e",
                            "Code":"HGN08",
                            "HscGroupName":"Tamil",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-12-24 11:40:57"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=machgnl
Input
                             Code=HGN09
                             HscGroupName=Civil maths
                             Remarks=groups
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"HscGroupName"}

Get Data

url: webservice.php?action=g&method=machgnl&ID=e369853df766fa44e1ed0ff613f563bd
{"status":"success",
                            "data":[{"ID":"e369853df766fa44e1ed0ff613f563bd",
                            "HscGroupName":"Civil maths",
                            "Remarks":"groups",
                            "Status":1,
                            "Code":"HGN09",
                            "CreatedOn":"2024-12-28 11:10:54"}]}
                            

Update

url: webservice.php?action=u&method=machgnl
Input
                            ID=e369853df766fa44e1ed0ff613f563bd
                            HscGroupName=Maths
                            Status=1
                            Remarks=groups
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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