# Bill Details UI Flow

## **Overview**

To provide users with the bill details and the options to cancel the bill.

## Workflow Details

![](/files/-MgiGgSNMHs7S5eawSPg)

## **Implementation Details**

The screen development file is available in the egov-abg-dev folder within the below link:

[<img src="https://github.com/fluidicon.png" alt="" data-size="line">frontend/viewBill.js at master · egovernments/frontend](https://github.com/egovernments/frontend/blob/master/web/rainmaker/dev-packages/egov-abg-dev/src/ui-config/screens/specs/bills/viewBill.js)

The details of the Bill are fetched by calling BillingService fetchBill API and the [Consumer.No](http://consumer.no/) is used in the query param.

FetchBill API returns the Bill Object which contains all the details about the bill including Billing Period, Due Amount, Due Date, and information about the Tax, Cess, Rebate, and Penalty applied to this bill.

NextStep - On clicking on the next step, the screen navigates to the cancel bill screen. The user must select the option that best states the reason for bill cancellation. More details for the cancel bill screen is available on this page -[ Cancel Bill](/local-governance/access/local-governance-stack/mcollect-mcs/mcollect-service-configuration/current-bill-cancellation-ui-flow/cancel-bill-ui-flow.md)

The Next Step button file is available in the file path below: [<img src="https://github.com/fluidicon.png" alt="" data-size="line">frontend/viewBillFooter.js at master · egovernments/frontend](https://github.com/egovernments/frontend/blob/master/web/rainmaker/dev-packages/egov-abg-dev/src/ui-config/screens/specs/bills/viewBillResource/viewBillFooter.js)

![](/files/-MiLWIRMZhY9cowwGdtB)

## **API Call Role Action Mapping**

| API                                      | Action ID | Roles                 |
| ---------------------------------------- | --------- | --------------------- |
| `/ws-calculator/meterConnection/_search` | `1936`    | `EMPLOYEE`            |
| `/billing-service/bill/v2/_fetchbill`    | `1862`    | `EMPLOYEE`            |
| `/ws-services/wc/_search`                | `1900`    | `SW_CEMP , WS_CEMP`   |
| `/sw-services/swc/_search`               | `1940`    | `SW_CEMP , WS_CEMP`   |
| `/property-services/property/_search`    | `1897`    | `SW_CEMP` , `WS_CEMP` |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digit.org/local-governance/access/local-governance-stack/mcollect-mcs/mcollect-service-configuration/current-bill-cancellation-ui-flow/bill-details-ui-flow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
