New Income Range





Label
Code
Code
  • Its unique reference of Income Range.
  • 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.
Income Range
IncomeRange
  • An income range is the range of money earned, from a low to a high amount.
  • Its a Mandatory input field.
  • Allowed Numbers, space and - and comma.
  • 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 Income Range



Label
Code
Code
  • Its unique reference of Income Range.
  • Its a view only not editable.
Income Range
IncomeRange
Income Range
  • If edit Income range here change and update.
  • Its a Mandatory input field.
  • Allowed Numbers, space and - and comma.
  • 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 Income Range



Delete Tncome Range





Income Ranges List



Webservice

Get List

url: webservice.php?action=l&method=mcirl
{"status":"success",
                            "data":[{"ID":"e4da3b7fbbce2345d7772b0674a318d5",
                            "Code":"IR01",
                            "IncomeRange":"1,00,000 - 3,00,000",
                            "Remarks":"Income Range 1",
                            "Status":1,
                            "CreatedOn":"2024-09-14 11:41:14"},
                            {"ID":"1679091c5a880faf6fb5e6087eb1b2dc",
                            "Code":"IR02",
                            "IncomeRange":"3,00,000 - 5,00,000",
                            "Remarks":"Income Range 2",
                            "Status":1,
                            "CreatedOn":"2024-09-14 11:42:06"},
                            {"ID":"8f14e45fceea167a5a36dedd4bea2543",
                            "Code":"IR03",
                            "IncomeRange":"5,00,000 - 7,00,000",
                            "Remarks":"Income Range 3",
                            "Status":1,
                            "CreatedOn":"2024-09-14 11:43:09"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=mcirl
Input
                             Code=1234
                             IncomeRange=50%2C0000 - 60%2C0000
                             Remarks=ranges
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"IncomeRange"}

Get Data

url: webservice.php?action=g&method=mcirl&ID=1ff1de774005f8da13f42943881c655f
{"status":"success",
                            "data":[{"ID":"3c59dc048e8850243be8079a5c74d079"
                            "IncomeRange":"50,0000 - 60,0000",
                            "Remarks":"ranges",
                            "Status":1,
                            "Code":"1234",
                            "CreatedOn":"2024-12-27 11:35:21"}]}
                            

Update

url: webservice.php?action=u&method=mcirl
Input
                            ID=3c59dc048e8850243be8079a5c74d079
                            IncomeRange=60%2C0000 - 70%2C0000
                            Status=1
                            Remarks=ranges
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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