Religion New



Label
Code
Code
  • Its unique reference of Religion Name.
  • Mandatory inputs
  • Allowed only alphanumeric\.
  • Space and other special characters are not allow.
  • Copy & paste not allow
  • Duplicate not allow
  • Edit Code not allow in future, so do carefully.
Religion Name
ReligionName
  • Its unique reference of Religion Name.
  • Mandatory inputs
  • Allowed only alphabets and space only.
  • Space and other special characters are not allow.
  • Copy & paste not allow
  • Duplicate Religion Name not allow
Remarks
Remarks
  • Non-mandatory inputs
  • Allowed only alphanumeric.
  • Space and @#%^&*()_-+=:;/?.>,< special characters are allow.
  • Copy & paste not allow

Religion Edit



Label
Code
Code
  • Its unique reference of Religion Name.
  • Not Editable only view.
Religion Name
ReligionName
  • Its unique reference of Religion Name.
  • Mandatory inputs
  • Allowed only alphabets and space only.
  • Space and other special characters are not allow.
  • Copy & paste not allow
  • Duplicate Religion Name 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

Religion View



Religion Delete





Religion List



Webservice

Get List

url: webservice.php?action=l&method=mcrnl
{"status":"success",
                            "data":[{"ID":"d3d9446802a44259755d38e6d163e820",
                            "Code":"Hin",
                            "ReligionName":"Hindu",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-09-13 22:29:52"},
                            {"ID":"6512bd43d9caa6e02c990b0a82652dca",
                            "Code":"Ch",
                            "ReligionName":"Christian",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-09-13 22:30:04"},
                            {"ID":"c20ad4d76fe97759aa27a0c99bff6710",
                            "Code":"Mu",
                            "ReligionName":"Muslim",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-09-13 22:30:13"},
                            {"ID":"1ff1de774005f8da13f42943881c655f",
                            "Code":"NA",
                            "ReligionName":"NA",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-12-07 12:14:01"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=mcrnl
Input
                             Code=123
                             ReligionName=Brahmin
                             Remarks=religion
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"ReligionName"}

Get Data

url: webservice.php?action=g&method=mcrnl&ID=1ff1de774005f8da13f42943881c655f
{"status":"success",
                            "data":[{"ID":"02e74f10e0327ad868d138f2b4fdd6f0",
                            "ReligionName":"Brahmin",
                            "Remarks":"religion",
                            "Status":1,
                            "Code":"123",
                            "CreatedOn":"2024-12-27 10:48:24"}]}
                            

Update

url: webservice.php?action=u&method=mcrnl
Input
                            ID=02e74f10e0327ad868d138f2b4fdd6f0
                            Code=123
                            ReligionName=Brahmin hindu
                            Status=1
                            Remarks=religion
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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