---
title: "Set a Review as Done"
method: POST
path: "/review.done/{typedId}"
tags: ["Workflow"]
---

# Set a Review as Done

`POST /review.done/{typedId}`

> **This feature is experimental in version 14.0 - Caribou Lou.**
<p>
Completes the review of line items in the Review step of the Collaboration workflow. Only members of the User Group currently authorized by the Creation Workflow configuration can execute this request; otherwise, the request will fail.

## Request body

- object

## Response `200`

Review successfully marked as done.

## Other responses

- `403` — Forbidden - User does not have access rights to perform this action.
- `423` — The object is locked and cannot be reviewed.

---

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