---
title: "Update a price agreement"
method: PATCH
path: "/v1/priceagreement/{id}"
tags: ["Update repricing agreements"]
---

# Update a price agreement

`PATCH /v1/priceagreement/{id}`

Update the agreement connected to given id. Any field present in the body will be updated

## Path parameters

- `id` string, required

## Query parameters

- `auditUser` string, required

## Request body

- PatchPriceAgreementV1ResourceBody
  - `code` string — A code that uniquely identifies this price agreement

## Response `200`

Successfully updated

- ResourceResponse
  - `description` string — Short description of the result of the action
  - `id` string — Will contain the ID of the resource that has been created or updated

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

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