---
title: "Update invoice status"
method: PUT
path: "/v1/billValidation/updateStatus"
tags: ["Bill Validation"]
---

# Update invoice status

`PUT /v1/billValidation/updateStatus`

Update the status of a specific invoice.

## Query parameters

- `invoiceId` string, required
- `billStatus` 'PASSED' | 'FAILED' | 'PENDING'
- `paymentStatus` 'PAID' | 'UNPAID' | 'PENDING'
- `notes` string

## Response `200`

Invoice status updated successfully

- object
  - `success` boolean
  - `message` string

## Other responses

- `4XX` — Client error response

---

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