New Eduication Pattern





Label
Code
Code
  • Its unique reference of Eduication Pattern.
  • 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.
Education Pattern
EducationPattern
  • A teaching-learning activity sequence that is designed to lead to a specific learning outcome.
  • Its a Mandatory input field.
  • Allowed Numbers, space and + .
  • 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 Eduication Pattern



Label
Code
Code
  • Its unique reference of Eduication Pattern.
  • Its a view only not editable
Education Pattern
EducationPattern
  • If edit education pattern here change and update.
  • Its a Mandatory input field.
  • Allowed Numbers, space and +.
  • 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 Eduication Pattern



Delete Eduication Pattern





Eduication Patterns List



Webservice

Get List

url: webservice.php?action=l&method=maepl
{"status":"success",
                            "data":[{"ID":"eccbc87e4b5ce2fe28308fd9f2a7baf3",
                            "Code":"EP01",
                            "EducationPattern":"10 + 2  + 3",
                            "Remarks":"SSLC\/CBSE\/EQU + HSC\/EQU",
                            "Status":1,
                            "CreatedOn":"2024-09-16 11:29:16"},
                            {"ID":"a87ff679a2f3e71d9181a67b7542122c",
                            "Code":"EP02",
                            "EducationPattern":"10 + 2 + 3",
                            "Remarks":"SSLC\/CBSE\/EQU + HSC\/EQU + UG ( 3Yrs )",
                            "Status":1,
                            "CreatedOn":"2024-09-16 11:30:38"},
                            {"ID":"e4da3b7fbbce2345d7772b0674a318d5",
                            "Code":"EP03",
                            "EducationPattern":"10 + 2 + 4",
                            "Remarks":"SSLC\/CBSE\/EQU + HSC\/EQU + UG ( BE 4 Yrs )",
                            "Status":1,
                            "CreatedOn":"2024-09-16 11:32:03"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=maepl
Input
                             Code=EP04
                             EducationPattern=10+%2B+2+%2B+2
                             Remarks=patterns
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"EducationPattern"}

Get Data

url: webservice.php?action=g&method=maepl&ID=1ff1de774005f8da13f42943881c655f
{"status":"success",
                            "data":[{"ID":"98f13708210194c475687be6106a3b84",
                            "EducationPattern":"10 + 2 + 2",
                            "Remarks":"patterns",
                            "Status":1,
                            "Code":"EP04",
                            "CreatedOn":"2024-12-27 10:07:21"}]}
                            

Update

url: webservice.php?action=u&method=maepl
Input
                            ID=98f13708210194c475687be6106a3b84
                            Code=EP04&EducationPattern=10+%2B+2+%2B+3+%2B+3
                            Status=1
                            Remarks=patterns
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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