New Priority





Label
Code
Code
  • Its unique reference of Priority.
  • 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.
Priority
Priority
  • The fact or condition of being regarded or treated as more important than others.
  • Its a Mandatory input field.
  • Allowed Alphanumeric and space.
  • Other special characters are not allow.
  • Copy & paste not allow.
  • Duplicate not allow.
Priority Order
PriorityOrder
  • Order of Prority.
  • Its a Mandatory input field.
  • Allowed Numbers 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 Priority



Label
Code
Code
  • Its unique reference of Priority.
  • Its a view only not editable.
Priority
Priority
  • If edit Priority Name here change and update.
  • Its a Mandatory input field.
  • Allowed Alphanumeric and space.
  • Other special characters are not allow.
  • Copy & paste not allow.
  • Duplicate not allow.
Priority Order
PriorityOrder
  • If edit Priority order here change and update.
  • Its a Mandatory input field.
  • Allowed Numbers 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 Priority



Delete Priority





Priorities List



Webservice

Get List

url: webservice.php?action=l&method=mcpl
{"status":"success",
                            "data":[{"ID":"eccbc87e4b5ce2fe28308fd9f2a7baf3",
                            "Code":"fgd",
                            "Priority":"gfg",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-10-22 12:15:01",
                            "PriorityOrder":43}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=mcpl
Input
                             Code=123
                             Priority=Abc
                             PriorityOrder=5
                             Remarks=priority
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"Priority"}

Get Data

url: webservice.php?action=g&method=mcpl&ID=c20ad4d76fe97759aa27a0c99bff6710
{"status":"success",
                            "data":[{"ID":"c20ad4d76fe97759aa27a0c99bff6710",
                            "Priority":"Abc",
                            "Remarks":"priority",
                            "Status":1,
                            "PriorityOrder":5,
                            "Code":"123",
                            "CreatedOn":"2024-12-27 15:04:37"}]}
                            

Update

url: webservice.php?action=u&method=mcpl
Input
                            ID=c20ad4d76fe97759aa27a0c99bff6710
                            Priority=Bcd
                            PriorityOrder=5
                            Status=1
                            Remarks=priority
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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