---
title: "Set customer bill  as tracked"
method: PUT
path: "/customer-bills/{billId}/track"
---

# Set customer bill  as tracked

`PUT /customer-bills/{billId}/track`

Update the Customer Bill to be tracked.

## Path parameters

- `billId` string, required

## Request body

- object
  - `tracked` boolean

## Response `200`

Successful response

- CustomerBill
  - `id` string
  - `companyId` string
  - `companyName` string
  - `accountNumber` string
  - `balance` string
  - `currency` string
  - `dueDate` string, date
  - `tracked` boolean

---

[API](https://skmtc.net/monato/apis/monato-s-api.md) · [All operations](https://skmtc.net/monato/apis/monato-s-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monato/monato-s-api/revisions/982a5085b0a3/schema)
