New Designation Group





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.
Designation Group
DesignationGroup
  • Its Some groups of Designation.
  • Its a Mandatory input field.
  • Allowed Alphabets and space.
  • 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 Designation Group



Label
Code
Code
  • Its unique reference of Designation Group.
  • Its a view only not editable.
Designation Group
DesignationGroup
  • If edit Designation 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 Designation Group



Delete Designation Group





Designation Groups List



Webservice

Get List

url: webservice.php?action=l&method=macdgl
{"status":"success",
                            "data":[{"ID":"c51ce410c124a10e0db5e4b97fc2af39",
                            "Code":"1",
                            "DesignationGroup":"Principal",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-10-02 16:59:32"},
                            {"ID":"aab3238922bcc25a6f606eb525ffdc56",
                            "Code":"2",
                            "DesignationGroup":"Teaching Staffs",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-10-02 16:59:48"},
                            {"ID":"9bf31c7ff062936a96d3c8bd1f8f2ff3",
                            "Code":"3",
                            "DesignationGroup":"Non Teaching Staffs",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-10-02 17:00:31"},
                            {"ID":"c74d97b01eae257e44aa9d5bade97baf",
                            "Code":"4",
                            "DesignationGroup":"Administrative Staffs",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-10-02 17:00:48"}]}
                            
{"status":"failure","message":"data not found}

Add New

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

Get Data

url: webservice.php?action=g&method=macdgl&ID=4e732ced3463d06de0ca9a15b6153677
{"status":"success",
                            "data":[{"ID":"4e732ced3463d06de0ca9a15b6153677",
                            "DesignationGroup":"Abc",
                            "Remarks":"groups",
                            "Status":1,
                            "Code":"123",
                            "CreatedOn":"2024-12-28 11:47:27"}]}
                            

Update

url: webservice.php?action=u&method=macdgl
Input
                            ID=4e732ced3463d06de0ca9a15b6153677
                            DesignationGroup=Xyz
                            Status=1
                            Remarks=groups
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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