---
title: "Update counter"
method: POST
path: "/operations/{companyDomain}/subscriptions/{subscriptionUniqueId}/counters/{counterId}"
---

# Update counter

`POST /operations/{companyDomain}/subscriptions/{subscriptionUniqueId}/counters/{counterId}`

## Path parameters

- `companyDomain` string, required
- `subscriptionUniqueId` string, required
- `counterId` string, required

## Request body

- object
  - `operationType` string, required — Where operationType can be one of the following: Increment,Decrement or Set
  - `value` integer, required — The value by which you want to update the counter

## Response `200`

200

---

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