New Staff Type





Label
Code
Code
  • Its unique reference of Staff 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.
Staff Type
StaffType
  • Staff type is a classification of employees based on their role within an organization.
  • 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 Staff Type



Label
Code
Code
  • Its unique reference of Staff Type.
  • Its a view only not editable.
Staff Type
StaffType
  • If edit staff type 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 Staff Type



Delete Staff Type





Staff Types List



Webservice

Get List

url: webservice.php?action=l&method=macstl
{"status":"success",
                            "data":[{"ID":"c20ad4d76fe97759aa27a0c99bff6710",
                            "Code":"ST01",
                            "StaffType":"Office Staff",
                            "Remarks":"Staff Type 1",
                            "Status":1,
                            "CreatedOn":"2024-09-14 14:27:38"},
                            {"ID":"c51ce410c124a10e0db5e4b97fc2af39",
                            "Code":"ST02",
                            "StaffType":"Librarians",
                            "Remarks":"Staff Type 2",
                            "Status":1,
                            "CreatedOn":"2024-09-14 14:30:31"},
                            {"ID":"aab3238922bcc25a6f606eb525ffdc56",
                            "Code":"ST03",
                            "StaffType":"Professor",
                            "Remarks":"Staff Type 3",
                            "Status":1,
                            "CreatedOn":"2024-09-14 14:31:04"},
                            {"ID":"9bf31c7ff062936a96d3c8bd1f8f2ff3",
                            "Code":"ST04",
                            "StaffType":"Assistant Professor",
                            "Remarks":"Staff Type 4",
                            "Status":1,
                            "CreatedOn":"2024-09-14 14:31:45"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=macstl
Input
                            Code=ST05
                            StaffType=ABC
                            Remarks=staff types
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"StaffType"}

Get Data

url: webservice.php?action=g&method=macstl&ID=6ea9ab1baa0efb9e19094440c317e21b
{"status":"success",
                            "data":[{"ID":"6ea9ab1baa0efb9e19094440c317e21b",
                            "StaffType":"ABC",
                            "Remarks":"staff types",
                            "Status":1,
                            "Code":"ST05",
                            "CreatedOn":"2024-12-27 21:13:10"}]}
                            

Update

url: webservice.php?action=u&method=macstl
Input
                            ID=6ea9ab1baa0efb9e19094440c317e21b
                            StaffType=XYZ
                            Status=1
                            Remarks=staff types
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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