---
title: "Trigger repricing"
method: POST
path: "/v1/reprice"
tags: ["Trigger repricing"]
---

# Trigger repricing

`POST /v1/reprice`

This operation will trigger repricing for the given transactionId and its purchaseDetailIds

## Query parameters

- `auditUser` string, required

## Request body

- PostRepricingV1ResourceBody
  - `transactionId` string — The transactionId to which the purchase details belong
  - `purchaseDetailIds` string[] — A list of the id's of the purchase details that you want to reprice

## Response `201`

Successfully triggered

- 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

- `401` — Unauthorized
- `403` — Forbidden
- `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/revisions/dc4a41118f80/schema)
