New Applicant Type





Label
Code
Code
  • Its unique reference of Applicant Type.
  • 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.
Applicant Type
ApplicantType
  • An applicant Type is a person who applied, Normal or Disabilities or any other.
  • 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 Applicant Type



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



Delete Applicant Type





Applicant Types List



Webservice

Get List

url: webservice.php?action=l&method=mcatl
{"status":"success",
                            "data":[{"ID":"e4da3b7fbbce2345d7772b0674a318d5",
                            "Code":"AT01",
                            "ApplicantType":"Reffugee",
                            "Remarks":"Applicant Type 1",
                            "Status":1,
                            "CreatedOn":"2024-09-14 16:06:02"},
                            {"ID":"1679091c5a880faf6fb5e6087eb1b2dc",
                            "Code":"AT02",
                            "ApplicantType":"Physically Handicapped",
                            "Remarks":"Applicant Type 2",
                            "Status":1,
                            "CreatedOn":"2024-09-14 16:06:49"},
                            {"ID":"8f14e45fceea167a5a36dedd4bea2543",
                            "Code":"AT03",
                            "ApplicantType":"Ex Service Man",
                            "Remarks":"Applicant Type 3",
                            "Status":1,
                            "CreatedOn":"2024-09-14 16:07:19"},
                            {"ID":"98f13708210194c475687be6106a3b84",
                            "Code":"AT04",
                            "ApplicantType":"Normal",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-11-05 16:00:55"},
                            {"ID":"b6d767d2f8ed5d21a44b0e5886680cb9",
                            "Code":"AT05",
                            "ApplicantType":"NA",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-12-07 12:14:18"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=mcatl
Input
                             Code=AT06
                             ApplicantType=Abc
                             Remarks=applicant types
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"ApplicantType"}

Get Data

url: webservice.php?action=g&method=mcatl&ID=1ff1de774005f8da13f42943881c655f
{"status":"success",
                            "data":[{"ID":"8e296a067a37563370ded05f5a3bf3ec",
                            "ApplicantType":"Abc",
                            "Remarks":"applicant types",
                            "Status":1,
                            "Code":"AT06",
                            "CreatedOn":"2024-12-27 12:46:43"}]}
                            

Update

url: webservice.php?action=u&method=mcatl
Input
                            ID=8e296a067a37563370ded05f5a3bf3ec
                            ApplicantType=Ade
                            Status=1
                            Remarks=applicant types
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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