New Designation





Label
Code
Code
  • Its unique reference of Designation.
  • 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.
Designation
Designation
  • Designation refers to the act of assigning a role or position to an individual or entity.
  • Its a Mandatory input field.
  • Allowed Alphabets and space.
  • Other special characters are not allow.
  • Copy & paste not allow.
  • Duplicate not allow.
Designation Group
DesignationGroup
  • Designation geoups is a different groups of Designation.
  • Its a Mandatory input field.
  • Select required one.
Remarks
Remarks
  • Non-mandatory inputs.
  • Allowed only alphanumeric.
  • Space and @#%^&*()_-+=:;/?.>,< special characters are allow.
  • Copy & paste not allow.

Edit Designation



Label
Code
Code
  • Its unique reference of Designation.
  • Its a view only not editable.
Designation
Designation
  • If edit Designation 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.
Designation Group
DesignationGroup
  • If edit selected Group for Designation here change and update.
  • Its a Mandatory input field.
  • Select required one.
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 Designation



Delete Designation





Designations List



Webservice

Get List

url: webservice.php?action=l&method=macdel
{"status":"success",
                            "data":[{"ID":"6512bd43d9caa6e02c990b0a82652dca",
                            "Code":"1,
                            "Designation":" Principal",
                            "Remarks":"",
                            "Status":1,
                            "DesignationGroup":"Principal",
                            "DesignationGroupID":"c51ce410c124a10e0db5e4b97fc2af39",
                            "CreatedOn":"2024-10-02 17:01:54"},
                            {"ID":"c20ad4d76fe97759aa27a0c99bff6710",
                            "Code":"2",
                            "Designation":"Vice Principal",
                            "Remarks":"",
                            "Status":1,
                            "DesignationGroup":"Principal",
                            "DesignationGroupID":"c51ce410c124a10e0db5e4b97fc2af39",
                            "CreatedOn":"2024-10-02 17:02:17"},
                            {"ID":"9bf31c7ff062936a96d3c8bd1f8f2ff3",
                            "Code":"3",
                            "Designation":"Assistant Professor",
                            "Remarks":"",
                            "Status":1,
                            "DesignationGroup":"Teaching Staffs",
                            "DesignationGroupID":"aab3238922bcc25a6f606eb525ffdc56",
                            "CreatedOn":"2024-10-05 23:25:02"},
                            {"ID":"c74d97b01eae257e44aa9d5bade97baf",
                            "Code":"4",
                            "Designation":"Lab Assistant",
                            "Remarks":"",
                            "Status":1,
                            "DesignationGroup":"Non Teaching Staffs",
                            "DesignationGroupID":"9bf31c7ff062936a96d3c8bd1f8f2ff3",
                            "CreatedOn":"2024-10-05 23:25:21"},
                            {"ID":"1ff1de774005f8da13f42943881c655f",
                            "Code":"5",
                            "Designation":"PHYSICAL DIRECTOR",
                            "Remarks":"",
                            "Status":1,
                            "DesignationGroup":"Non Teaching Staffs",
                            "DesignationGroupID":"9bf31c7ff062936a96d3c8bd1f8f2ff3",
                            "CreatedOn":"2024-12-07 18:41:24"},
                            {"ID":"8e296a067a37563370ded05f5a3bf3ec",
                            "Code":"6",
                            "Designation":"HEAD OF THE DEPARTMENT",
                            "Remarks":"",
                            "Status":1,
                            "DesignationGroup":"Non Teaching Staffs",
                            "DesignationGroupID":"9bf31c7ff062936a96d3c8bd1f8f2ff3",
                            "CreatedOn":"2024-12-07 18:41:39"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=macdel
Input
                             Code=123
                             Designation=Abc
                             DesignationGroup=c51ce410c124a10e0db5e4b97fc2af39
                             Remarks=designations
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"Designation"}

Get Data

url: webservice.php?action=g&method=macdel&ID=02e74f10e0327ad868d138f2b4fdd6f0
{"status":"success",
                            "data":[{"ID":"02e74f10e0327ad868d138f2b4fdd6f0",
                            "Designation":"Abc",
                            "DesignationGroup":"Principal",
                            "DesignationGroupID":"c51ce410c124a10e0db5e4b97fc2af39",
                            "Remarks":"designations","Status":1,
                            "Code":"123",
                            "CreatedOn":"2024-12-28 11:38:40"}]}
                            

Update

url: webservice.php?action=u&method=macdel
Input
                            ID=02e74f10e0327ad868d138f2b4fdd6f0
                            Designation=Xyz
                            DesignationGroup=c51ce410c124a10e0db5e4b97fc2af39
                            Status=1
                            Remarks=designations
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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