This document provides details about the edit challan feature in the mCollect module. Challans are created using create challan option explained in the eChallan UI Details page.
The edit challan workflow enables users to make any correction in the challan or even cancel created challans.
Use the search tool to find the relevant challan and edit it. The Search and Pay Challan page provides information on how to use the search tool.
Click on the search result to navigate to the view challan screen. The service details are available here.
Here we use echallan-services/eChallan/v1/_search
API to get the Challan Information andbilling-service/bill/v2/_search
to the tax head breakup information. Download/Print using egov-pdf/download/UC/mcollect-challan
API.
Actions
Update challan to edit
Cancel challan
To cancel challan, click on cancel and enter the reason for cancellation. This action calls the echallan-services/eChallan/v1/_update
API to cancel.
Update challan can be used to edit only Tax head information. Any other information that is freezed, can be changed accordingly to support the requirement.
Once you click on update challan echallan-services/eChallan/v1/_update?
API will be called and challan will be updated accordingly.
rainmaker-uc
API Used
egov-mdms-service/v1/_search
echallan-services/eChallan/v1/_update
egov-pdf/download/UC/mcollect-challan
echallan-services/eChallan/v1/_search
billing-service/bill/v2/_search
​All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.
API
ROLES
ACTION ID
1
egov-mdms-service/v1/_search
954
2
echallan-services/eChallan/v1/_update
UC_EMP
2117
3
egov-pdf/download/UC/mcollect-challan
UC_EMP
2115
4
echallan-services/eChallan/v1/_search
UC_EMP
2114
5
billing-service/bill/v2/_search
1861
Related Title
Documentation
MCollect Create Challan
MCollect Search Challan
MCollect Pay Challan
UI details for eChallan feature in mCollect module
This page offers a detailed insight into the user interface features, screens, and navigation available for the eChallan service in the mCollect module. Browse through this document to find the eChallan service details, MDMS and localization details.
Generate e-challans / bill for all miscellaneous / Adhoc services which citizens avail from ULBs
The ability for ULBs to Notify citizens about the outstanding payments - Online and offline
Enable Digital payments for citizens - QR code, payment link in notifications, etc.
Employees will be able to Create Challan, by selecting the service category, entering all consumer information and tax head details.
Selecting City is disabled as UC Employee of City A should be able to access/create only City A related challans.
Based on the response, Service Type and Service category Dropdowns are Loaded. For eg: Refer to the response object
Based on that "businessService": "WaterCharges.Metered"
Based on the MDMS response TaxHeadMaster
are formed by selection service type dropdown.
Filter the initial Taxhead master with selected service type with service
attribute in each Taxheads.
createChallan
method is used to create challan.
/echallan-services/eChallan/v1/_create
API is used to create a challan.
Users will be able to see the Challan Acknowledgement once the Challan is created successfully,
Actions available:
Proceed to Payment
Download/print Challan
Navigate back to Home page
Challan’s can be downloaded through this API egov-pdf/download/UC/mcollect-challan?challanNo=
rainmaker-uc
API Used
egov-mdms-service/v1/_search
echallan-services/eChallan/v1/_create
egov-pdf/download/UC/mcollect-challan
Click here to find the .
The service Category is "WaterCharges"
and the service Type is "Metered"
The conversion of business Service utils is setServiceCategory
method present in ``
Other Validations and Create challan can be refered in
All content on this page by is licensed under a .
API | ROLES | ACTION ID |
1 |
| 954 |
2 |
| UC_EMP | 2112 |
3 |
| UC_EMP | 2115 |
Related Title | Documentation |
MCollect Search Challan |
MCollect Pay Challan |
MCollect Edit / Update Challan |
This page offers the UI details for the search and pay challan feature. Once a Challan is created, in order to Pay the challan or update the challan, we have to find the relevant challan.
A citizen can only search the challan, download the challan, and pay for the challan.
In order to make any payment for challans, both Citizen and Employee roles, use the Bill genie screens to get the bill and can proceed for payment.
To Enable the service category to search we have to configure billGineiURL
in MDMS as follow.
Once billGineiURL
is configured for a service, we get an option in bill genie to search for it.
Once the challan is created to Update or cancel challan we use Challan Search.
Click here to find the Search Challan file and the Search Results file.
rainmaker-uc
API Used
egov-mdms-service/v1/_search
echallan-services/eChallan/v1/_search
​All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.
S.No.
API
ROLES
ACTION ID
1
egov-mdms-service/v1/_search
954
2
echallan-services/eChallan/v1/_search
UC_EMP
2114
Related Title
Documentation
MCollect Create Challan
MCollect Pay Challan
MCollect Edit / Update Challan