---
title: "View Bill"
method: POST
path: "/view_bill"
---

# View Bill

`POST /view_bill`

## Headers

- `Api-Key` string, required

## Request body

- object
  - `connection_number` string, required
  - `operator_id` integer, required
  - `additional_params` object

## Response `200`

200

- object
  - `data` object[]
    - `acceptPartPay` boolean
    - `acceptPayment` boolean
    - `billAmount` string
    - `billNumber` string
    - `billdate` string
    - `billnetamount` string
    - `cellNumber` string
    - `dueDate` string
    - `statusMessage` string
  - `ok` boolean

---

[API](https://skmtc.dev/decentro/apis/decentro-staging.md) · [All operations](https://skmtc.dev/decentro/apis/decentro-staging/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decentro/decentro-staging/revisions/f1a86ce4638c/schema)
