New Passed Out Year





Label
Code
Code
  • Its unique reference of Designation Group.
  • 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.
Passed Out Year
PassedOutYear
  • The year someone graduated from an educational institution.
  • Its a Mandatory input field.
  • Allowed Numbers only.
  • 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 Passed Out Year



Label
Code
Code
  • Its unique reference of Designation Group.
  • Its a view only not editable.
Passed Out Year
PassedOutYear
  • If edit Year here change and update.
  • Its a Mandatory input field.
  • Allowed Numbers only.
  • 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 Passed Out Year



Delete Passed Out Year





Passed Out Years List



Webservice

Get List

url: webservice.php?action=l&method=macpyl
{"status":"success",
                            "data":[{"ID":"c4ca4238a0b923820dcc509a6f75849b",
                            "Code":"1",
                            "PassedOutYear":"2020",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-09-25 18:55:58"},
                            {"ID":"8f14e45fceea167a5a36dedd4bea2543",
                            "Code":"12",
                            "PassedOutYear":"2022",
                            "Remarks":"","Status":1,
                            "CreatedOn":"2024-10-07 13:00:58"},
                            {"ID":"aab3238922bcc25a6f606eb525ffdc56",
                            "Code":"3",
                            "PassedOutYear":"2019",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-11-05 16:00:09"},
                            {"ID":"9bf31c7ff062936a96d3c8bd1f8f2ff3",
                            "Code":"4",
                            "PassedOutYear":"2021",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-11-05 16:00:27"},
                            {"ID":"c74d97b01eae257e44aa9d5bade97baf",
                            "Code":"5",
                            "PassedOutYear":"2023",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-11-05 16:06:54"},
                            {"ID":"6f4922f45568161a8cdf4ad2299f6d23",
                            "Code":"13",
                            "PassedOutYear":"00",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-12-07 11:47:46"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=macpyl
Input
                             Code=123
                             PassedOutYear=2025
                             Remarks=yesr
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"PassedOutYear"}

Get Data

url: webservice.php?action=g&method=macpyl&ID=98f13708210194c475687be6106a3b84
{"status":"success",
                            "data":[{"ID":"98f13708210194c475687be6106a3b84",
                            "PassedOutYear":"2025",
                            "Remarks":"yesr",
                            "Status":1,
                            "Code":"123",
                            "CreatedOn":"2024-12-28 12:15:38"}]}
                            

Update

url: webservice.php?action=u&method=macpyl
Input
                            ID=98f13708210194c475687be6106a3b84
                            PassedOutYear=2024
                            Status=1
                            Remarks=yesr
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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