New Subject Type





Label
Code
Code
  • Its unique reference of Subject type.
  • 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.
Subject Type
SubjectType
  • Its a type of subject.
  • 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 Subject Type



Label
Code
Code
  • Its unique reference of Subject Type.
  • Its a view only not editable.
Subject Type
SubjectType
  • If change subject type here edir 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 Subject Type



Delete Subject Type





Subject Types List



Webservice

Get List

url: webservice.php?action=l&method=mastl
{"status":"success",
                            "data":[{"ID":"eccbc87e4b5ce2fe28308fd9f2a7baf3",
                            "Code":"ST01",
                            "SubjectType":"Language",
                            "Remarks":"","Status":1,
                            "CreatedOn":"2024-09-15 15:10:21"},
                            {"ID":"a87ff679a2f3e71d9181a67b7542122c",
                            "Code":"ST02",
                            "SubjectType":"Core",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-09-15 15:10:39"},
                            {"ID":"e4da3b7fbbce2345d7772b0674a318d5",
                            "Code":"ST03",
                            "SubjectType":"Elective",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-09-15 15:10:50"},
                            {"ID":"1679091c5a880faf6fb5e6087eb1b2dc",
                            "Code":"ST04",
                            "SubjectType":"Skill Enhancement",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-09-15 15:11:17"},
                            {"ID":"8f14e45fceea167a5a36dedd4bea2543",
                            "Code":"ST05",
                            "SubjectType":"Foundation Course",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-09-15 15:11:42"},
                            {"ID":"6f4922f45568161a8cdf4ad2299f6d23",
                            "Code":"ST06",
                            "SubjectType":"Laboratories",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-09-22 22:34:51"},
                            {"ID":"1f0e3dad99908345f7439f8ffabdffc4",
                            "Code":"ST07",
                            "SubjectType":"Project",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-09-22 23:52:07"},
                            {"ID":"98f13708210194c475687be6106a3b84",
                            "Code":"ST08",
                            "SubjectType":"Allied",
                            "Remarks":"Subject Type 8",
                            "Status":1,
                            "CreatedOn":"2024-09-23 11:45:08"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=mastl
Input
                            Code=ST09
                            SubjectType=Type
                            Remarks=Subject types
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"SubjectType"}

Get Data

url: webservice.php?action=g&method=mastl&ID=1ff1de774005f8da13f42943881c655f
{"status":"success",
                            "data":[{"ID":"c16a5320fa475530d9583c34fd356ef5",
                            "SubjectType":"Type",
                            "Remarks":"Subject types",
                            "Status":1,
                            "Code":"ST09",
                            "CreatedOn":"2024-12-27 09:56:47"}]}
                            

Update

url: webservice.php?action=u&method=mastl
Input
                            ID=c16a5320fa475530d9583c34fd356ef5
                            &Code=ST09
                            SubjectType=Type of Subject
                            Status=1
                            Remarks=Subject types
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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