New Name Prefix





Label
Code
Code
  • Its unique reference of Name Prefix.
  • 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.
Name Prefix
NamePrefix
  • This can be titles prefixing a or other positions that can be use person's name.
  • 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 Name Prefix



Label
Code
Code
  • Its unique reference of Name Prefix.
  • Its a view only not editable.
Name Prefix
NamePrefix
  • If change Name prefix here edit 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 Name Prefix



Delete Name Prefix





Name Prefix List



Webservice

Get List

url: webservice.php?action=l&method=mcnpl
{"status":"success",
                            "data":[{"ID":"a87ff679a2f3e71d9181a67b7542122c",
                            "Code":"NP01",
                            "NamePrefix":"Mr",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-11-17 13:07:17"},
                            {"ID":"e4da3b7fbbce2345d7772b0674a318d5",
                            "Code":"NP02",
                            "NamePrefix":"Ms",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-11-17 13:08:27"},
                            {"ID":"1679091c5a880faf6fb5e6087eb1b2dc",
                            "Code":"NP03",
                            "NamePrefix":"Mrs",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-11-17 13:09:41"},
                            {"ID":"8f14e45fceea167a5a36dedd4bea2543",
                            "Code":"NP04",
                            "NamePrefix":"Dr",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-11-17 13:10:28"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=mcnpl
Input
                             Code=NP05
                             NamePrefix=Mr Mrs
                             Remarks=prefix
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"NamePrefix"}

Get Data

url: webservice.php?action=g&method=mcnpl&ID=1ff1de774005f8da13f42943881c655f
{"status":"success",
                            "data":[{"ID":"aab3238922bcc25a6f606eb525ffdc56",
                            "Code":"NP05",
                            "NamePrefix":"Mr Mrs",
                            "Remarks":"prefix",
                            "Status":1,
                            "CreatedOn":"2024-12-27 10:20:34"}]}
                            

Update

url: webservice.php?action=u&method=mcnpl
Input
                            ID=aab3238922bcc25a6f606eb525ffdc56
                            Code=NP05
                            NamePrefix=Mr Dr&Status=1
                            Remarks=prefix
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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