New Gender





Label
Code
Code
  • Its unique reference of Gender.
  • 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.
Gender
Gender
  • Gender is different from sex, which is a set of biological attributes.
  • 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 Gender



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



Delete Gender





Gender List



Webservice

Get List

url: webservice.php?action=l&method=mcgndrl
{"status":"success",
                            "data":[{"ID":"9bf31c7ff062936a96d3c8bd1f8f2ff3",
                            "Code":"G01",
                            "Gender":"Male",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-10-24 11:24:12"},
                            {"ID":"c74d97b01eae257e44aa9d5bade97baf",
                            "Code":"G02",
                            "Gender":"Female",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-10-24 11:24:26"},
                            {"ID":"98f13708210194c475687be6106a3b84",
                            "Code":"G03",
                            "Gender":"NA",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-12-07 12:13:08"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=mcgndrl
Input
                             Code=G04
                             Gender=Female male
                             &Remarks=gender
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"Gender"}

Get Data

url: webservice.php?action=g&method=mcgndrl&ID=1ff1de774005f8da13f42943881c655f
{"status":"success",
                            "data":[{"ID":"1ff1de774005f8da13f42943881c655f",
                            "Gender":"Female male",
                            "Remarks":"gender",
                            "Status":1,
                            "Code":"G04",
                            "CreatedOn":"2024-12-27 10:41:06"}]}
                            

Update

url: webservice.php?action=u&method=mcgndrl
Input
                            ID=1ff1de774005f8da13f42943881c655f
                            Code=G04
                            Gender=Female Trans
                            Status=1
                            Remarks=gender
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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