---
title: "Update a ChargeCapturePostBilledChange"
method: PATCH
path: "/api/charge_captures/v1/changes"
tags: ["v1"]
---

# Update a ChargeCapturePostBilledChange

`PATCH /api/charge_captures/v1/changes`

## Headers

- `Authorization` string, required

## Request body

- object
  - `charge_capture_change_ids` TypeCommonsChargeCapturePostBilledChangeId[], required — A list of UUIDs corresponding to ChargeCapturePostBilledChanges. All of the charges sent will be marked as resolved
  - `resolved` boolean, required — Whether the change has been resolved. If true, the change will be marked as resolved. If false, the change will be marked as unresolved.

## Response `200`

This list of updates will always return at most 1 update that is not resolved. The singular update will contain the difference between the updated charge and the created encounter.

- V1ChargeCapturePostBilledChange[] — unresolved $ref

## Other responses

- `403` — Error response with status 403
- `404` — Error response with status 404

---

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