---
title: "Execute Action"
method: PUT
path: "/billing/invoice/execute-action"
tags: ["provider", "billing"]
---

# Execute Action

`PUT /billing/invoice/execute-action`

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Request body

- InvoiceAction
  - `invoiceSetIds` string[], required
  - `actionType` 'resume' | 'pause' | 'change rule set' | 'to-collections' | 'cancel' | 'write-off', required
  - `ruleSetId` string, nullable
  - `writeOffReason` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/decodahealth/apis/decoda-api.md) · [All operations](https://skmtc.dev/decodahealth/apis/decoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodahealth/decoda-api/revisions/4939a65a89d2/schema)
