New Bank Name





Label
Code
Code
  • Its unique reference of Bank 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.
Bank Name
BankName
  • Its a financial institution that accepts deposits, lends money, and provides other financial services.
  • 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 Bank Name



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



Delete Bank Name





Bank Names List



Webservice

Get List

url: webservice.php?action=l&method=macbl
{"status":"success",
                            "data":[{"ID":"eccbc87e4b5ce2fe28308fd9f2a7baf3",
                            "Code":"6565",
                            "BankName":"SBI",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-10-29 12:01:33"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=macbl
Input
                             Code=123
                             BankName=Indian Bank of India
                             Remarks=banks
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"BankName"}

Get Data

url: webservice.php?action=g&method=macbl&ID=c9f0f895fb98ab9159f51fd0297e236d
{"status":"success",
                            "data":[{"ID":"c9f0f895fb98ab9159f51fd0297e236d",
                            "BankName":"Indian Bank of India",
                            "Remarks":"banks",
                            "Status":1,
                            "Code":"123",
                            "CreatedOn":"2024-12-28 12:44:13"}]}
                            

Update

url: webservice.php?action=u&method=macbl
Input
                            ID=c9f0f895fb98ab9159f51fd0297e236d
                            BankName=Central Bank of India
                            Status=1
                            Remarks=banks
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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