Employee: Bill Amendment - Create Flow
Last updated
Last updated
All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.
Objective: The create Bill Amendment feature is used for applying for amendments on Water and Sewerage Bills.
Bill amendment can be applied on any Water and Sewerage connection for which the bill has been generated and an amount is due. Counter Employee can apply for a bill amendment i.e., User with these roles “WS_CEMP”, “SW_CEMP”.
Every bill amendment application is part of the workflow.
The Create Bill Amendment flow starts when the user clicks on the action Bill Amendment from the Connection Details page of Water/Sewerage Connection and a Required Documents acknowledge screen is rendered.
Bill Amendment action will only be enabled when a bill is generated and an amount is due.
Clicking on apply continues the flow and renders the bill amendment apply page.
Here the user can enter the required details, like whether the user wants to apply for a Reduced amount(Rebate) or an additional amount(penalty). Other details can be understood from the screen itself.
Apart from the details users also have the option to add a Rebate/ Penalty that is not covered under the default tax heads and is shown at the bottom as an Adhoc rebate/penalty.
When a user clicks on Submit and all the validations on frontend are successful then a create post request is sent the this API endpoint “/billing-service/amendment/_create?
“ with an Amendment Object in the body(payload) which contains all the required details to apply for the amendment and a corresponding success/failure acknowledgement screen is shown on the screen.
Bill Amendment File path:
Bill Amendment Apply File Path:
The payload sent to the “/billing-service/amendment/_create
" endpoint looks like the following:
Demand Revision: egov-mdms-data/DemandRevisionBasis.json at 95466d51227427fcb79b45cc6ac6ef8be6b34f94 · egovernments/egov-mdms-data
Required Documents: egov-mdms-data/documentObj.json at 95466d51227427fcb79b45cc6ac6ef8be6b34f94 · egovernments/egov-mdms-dat
API
ROLES
ACTION ID
/billing-service/amendment/_create
WS_CEMP,SW_CEMP
2047
/egov-mdms-service/v1/_search
WS_CEMP,SW_CEMP
954
/filestore/v1/files/url
EMPLOYEE