New Caste Name





Label
Code
Code
  • Its unique reference of Caste.
  • 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.
Caste Name
CasteName
  • A caste is a fixed social group into which an individual is born within a particular social stratification.
  • 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 Caste Name



Label
Code
Code
  • Its unique reference of Caste.
  • Its a view only not editable.
Caste Name
CasteName
  • If change Caste Name 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 Caste Name



Delete Caste Name





Caste Names List



Webservice

Get List

url: webservice.php?action=l&method=mccnl
{"status":"success",
                                    "data":[{"ID":"d3d9446802a44259755d38e6d163e820",
                                             "Code":"CN01",
                                             "CasteName":"Irular",
                                             "Remarks":"",
                                             "Status":1,
                                             "CreatedOn":"2024-09-13 22:25:43"},
                                            {"ID":"6512bd43d9caa6e02c990b0a82652dca",
                                             "Code":"CN02",
                                             "CasteName":"Adi Dravida",
                                             "Remarks":"",
                                             "Status":1,
                                             "CreatedOn":"2024-09-13 22:26:09"
                                             }]}  
                     
                                
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=mccnl
Input
Code=11 CasteName=rrrrr Remarks=d
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"CasteName"}

Get Data

url: webservice.php?action=g&method=mccnl&ID=a5bfc9e07964f8dddeb95fc584cd965d
{"status":"success",
                            "data":[{"ID":"a5bfc9e07964f8dddeb95fc584cd965d",
                            "CasteName":"rrrrr",
                            "Remarks":"",
                            "Status":1,
                            "Code":"11",
                            "CreatedOn":"2024-12-24 11:06:26"}]}
                            

Update

url: webservice.php?action=u&method=mccnl
Input
                            ID=a5bfc9e07964f8dddeb95fc584cd965d
                            Code=11
                            CasteName=rrrrr bb
                            Status=1
                            Remarks=
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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