Edit/Cancel Challan
Challans are created using create challan, it is explained in eChallan(frontend repo) - Technical Documentation
If any correction in the challan or want to cancel created challan , it can be done through edit challan flow.
To do that first we will have to search challan.
Search challan (Employee ) is mentioned here.Search Challan and Pay Challan
once we click on search result we will navigate to view challan screen,
It can be found through the following file
Here we use echallan-services/eChallan/v1/_search
API to get the Challan Information and
billing-service/bill/v2/_search
to the tax head breakup information.
and download / print using egov-pdf/download/UC/mcollect-challan
API
Actions:
Update challan to edit
Cancel challan
Cancel Challan:
In case to cancel challan, clicking on cancel and entering the reason for cancellation will cancel.
and will call echallan-services/eChallan/v1/_update
API to cancel.
Update challan
Update challan can be used to edit the only Tax head information and other information are freezed, can be changed according to support the requirement.
Once you click update challan echallan-services/eChallan/v1/_update?
API will be called and challan will be updated accordingly.
Localisation Module:
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
ROLE ACTION MAPPING
API | ROLES | ACTION ID | |
---|---|---|---|
1 |
|
|
|
2 |
|
|
|
3 |
|
|
|
4 |
|
|
|
5 |
|
|
|
Related Links :
Related Title | Documentation |
---|---|
MCollect Create Challan | |
MCollect Search Challan | |
MCollect Pay Challan |