New Relation Name





Label
Code
Code
  • Its unique reference of Relation 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.
Relation Name
Relation
  • A Name of relative can be connected to your family through blood or by marriage.
  • 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 Relation Name



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



Delete Relation Name





Relation Names List



Webservice

Get List

url: webservice.php?action=l&method=macrl
{"status":"success",
                            "data":[{"ID":"c9f0f895fb98ab9159f51fd0297e236d",
                            "Code":"RN01",
                            "Relation":"Father",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-10-01 12:05:39"},
                            {"ID":"45c48cce2e2d7fbdea1afc51c7c6ad26",
                            "Code":"RN02",
                            "Relation":"Mother",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-10-01 12:05:59"},
                            {"ID":"d3d9446802a44259755d38e6d163e820",
                            "Code":"RN03",
                            "Relation":"Uncle",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-10-01 12:06:25"},
                            {"ID":"6512bd43d9caa6e02c990b0a82652dca",
                            "Code":"RN04",
                            "Relation":"Aunty",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-10-01 12:06:40"},
                            {"ID":"c51ce410c124a10e0db5e4b97fc2af39",
                            "Code":"yere",
                            "Relation":"buvana",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-10-02 12:46:12"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=macrl
Input
                             Code=RN05
                             Relation=Brother
                             Remarks=relation names
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"Relation"}

Get Data

url: webservice.php?action=g&method=macrl&ID=6ea9ab1baa0efb9e19094440c317e21b
{"status":"success",
                            "data":[{"ID":"6ea9ab1baa0efb9e19094440c317e21b",
                            "Relation":"Brother",
                            "Remarks":"relation names",
                            "Status":1,
                            "Code":"RN05",
                            "CreatedOn":"2024-12-27 14:54:05"}]}
                            

Update

url: webservice.php?action=u&method=macrl
Input
                            ID=6ea9ab1baa0efb9e19094440c317e21b
                            Relation=Sister
                            Status=1
                            Remarks=relation names
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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