New Community Name





Label
Code
Code
  • Its unique reference of Community Name.
  • 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.
Community Name
CommunityName
  • A group of people who have common characteristics or interests.
  • 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 Community Name



Label
Code
Code
  • Its unique reference of Community Name.
  • Its a view only not editable.
Community Name
CommunityName
  • If edit community 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 Community Name



Delete Community Name





Community Names List



Webservice

Get List

url: webservice.php?action=l&method=mccl
{"status":"success",
                            "data":[{"ID":"1679091c5a880faf6fb5e6087eb1b2dc",
                            "Code":"CO01",
                            "CommunityName":"Backward Class BC",
                            "Remarks":"@Community",
                            "Status":1,
                            "CreatedOn":"2024-09-06 22:53:26"},
                            {"ID":"8f14e45fceea167a5a36dedd4bea2543",
                            "Code":"666",
                            "CommunityName":"Most Backward Class MBC",
                            "Remarks":"mmms",
                            "Status":1,
                            "CreatedOn":"2024-09-07 20:46:35"},
                            {"ID":"d3d9446802a44259755d38e6d163e820",
                            "Code":"SC",
                            "CommunityName":"Scheduled Cast SC",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-09-13 22:35:03"},
                            {"ID":"6512bd43d9caa6e02c990b0a82652dca",
                            "Code":"ST",
                            "CommunityName":"Scheduled Tribes ST",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-09-13 22:35:26"},
                            {"ID":"c20ad4d76fe97759aa27a0c99bff6710",
                            "Code":"OC",
                            "CommunityName":"Open Category OC",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-09-13 22:35:55"},
                            {"ID":"c51ce410c124a10e0db5e4b97fc2af39",
                            "Code":"OBC",
                            "CommunityName":"Other Backward Classes",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-09-13 22:36:25"},
                            {"ID":"8e296a067a37563370ded05f5a3bf3ec",
                            "Code":"NA",
                            "CommunityName":"NA",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-12-07 12:13:42"},
                            {"ID":"4e732ced3463d06de0ca9a15b6153677",
                            "Code":"BCM",
                            "CommunityName":"BCM",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-12-07 15:37:12"},
                            {"ID":"02e74f10e0327ad868d138f2b4fdd6f0",
                            "Code":"DNC",
                            "CommunityName":"DNC",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-12-07 16:29:29"},
                            {"ID":"33e75ff09dd601bbe69f351039152189",
                            "Code":"MBC",
                            "CommunityName":"MBC",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-12-07 17:56:34"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=mccl
Input
                             Code=123
                             CommunityName=LCK
                             Remarks=community
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"CommunityName"}

Get Data

url: webservice.php?action=g&method=mccl&ID=c16a5320fa475530d9583c34fd356ef5
{"status":"success",
                            "data":[{"ID":"c16a5320fa475530d9583c34fd356ef5",
                            "CommunityName":"LCK",
                            "Remarks":"community",
                            "Status":1,
                            "Code":"123",
                            "CreatedOn":"2024-12-27 11:01:06"}]}
                            

Update

url: webservice.php?action=u&method=mccl
Input
                            ID=c16a5320fa475530d9583c34fd356ef5
                            CommunityName=LCK b
                            Status=1
                            Remarks=community
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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