New Document Type





Label
Code
Code
  • Its unique reference of Document 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.
Document Type
DocumentType
  • A specification file that contains set of markup declarations.
  • Its a Mandatory input field.
  • Allowed Alphabets, space and dot.
  • 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 Document Type



Label
Code
Code
  • Its unique reference of Document Type.
  • Its a view only not editable.
Document Type
DocumentType
  • If edit Document Type Name here edit and update.
  • Its a Mandatory input field.
  • Allowed Alphabets, space and dot.
  • 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 Document Type



Delete Document Type





Document Types List



Webservice

Get List

url: webservice.php?action=l&method=mcdtl
{"status":"success",
                            "data":[{"ID":"e4da3b7fbbce2345d7772b0674a318d5",
                            "Code":"DT01",
                            "DocumentType":"Aadhaar Card",
                            "Remarks":"Document Type 1",
                            "Status":1,
                            "CreatedOn":"2024-09-14 11:17:19"},
                            {"ID":"1679091c5a880faf6fb5e6087eb1b2dc",
                            "Code":"DT02",
                            "DocumentType":"SSLC Certificate",
                            "Remarks":"Document Type 2",
                            "Status":1,
                            "CreatedOn":"2024-09-14 11:18:08"},
                            {"ID":"8f14e45fceea167a5a36dedd4bea2543",
                            "Code":"DT03",
                            "DocumentType":"HSc Transfer Certificate",
                            "Remarks":"Document Type 3",
                            "Status":1,
                            "CreatedOn":"2024-09-14 11:19:19"},
                            {"ID":"c9f0f895fb98ab9159f51fd0297e236d",
                            "Code":"TC",
                            "DocumentType":"Transfer Certificate",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-09-22 22:43:31"},
                            {"ID":"98f13708210194c475687be6106a3b84",
                            "Code":"c",
                            "DocumentType":"bh",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-12-17 11:51:28"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=mcdtl
Input
                             Code=123
                             DocumentType=Html
                             Remarks=document types
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"DocumentType"}

Get Data

url: webservice.php?action=g&method=mcdtl&ID=1ff1de774005f8da13f42943881c655f
{"status":"success",
                            "data":[{"ID":"3c59dc048e8850243be8079a5c74d079",
                            "DocumentType":"Html",
                            "Remarks":"document types",
                            "Status":1,
                            "Code":"123",
                            "CreatedOn":"2024-12-27 11:19:56"}]}
                            

Update

url: webservice.php?action=u&method=mcdtl
Input
                            ID=3c59dc048e8850243be8079a5c74d079
                            DocumentType=Html type
                            Status=1
                            Remarks=document types
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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