New Fees Category





Label
Code
Code
  • Its unique reference of Fees Category.
  • 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.
Fees Category
FeeCategory
  • Its a different categories of Fees.
  • 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 Fees Category



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



Delete Fees Category





Fees Categories List



Webservice

Get List

url: webservice.php?action=l&method=macfcl
{"status":"success",
                            "data":[{"ID":"8f14e45fceea167a5a36dedd4bea2543",
                            "Code":"FC01",
                            "FeeCategory":"Turion Fee",
                            "Remarks":"zzz",
                            "Status":1,
                            "CreatedOn":"2024-12-11 16:03:45"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=macfcl
Input
                             Code=FC02
                             FeeCategory=Abc
                             Remarks=caregories
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"FeeCategory"}

Get Data

url: webservice.php?action=g&method=macfcl&ID=45c48cce2e2d7fbdea1afc51c7c6ad26
{"status":"success",
                            "data":[{"ID":"45c48cce2e2d7fbdea1afc51c7c6ad26",
                            "FeeCategory":"Abc",
                            "Remarks":"caregories",
                            "Status":1,
                            "Code":"FC02",
                            "CreatedOn":"2024-12-28 09:24:57"}]}
                            

Update

url: webservice.php?action=u&method=macfcl
Input
                           ID=45c48cce2e2d7fbdea1afc51c7c6ad26
                          FeeCategory=Xyz
                          Status=1
                          Remarks=caregories
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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