---
title: "Update a Review Status"
method: POST
path: "/review.update/{typedId}"
tags: ["Workflow"]
---

# Update a Review Status

`POST /review.update/{typedId}`

> **This feature is experimental in version 14.0 - Caribou Lou.**
<p>
Updates the review status of the specified line items in the Review step of the Collaboration Workflow. The request can only be executed by a member of the User Group that is currently authorized to review the associated input fields, as defined in the Creation Workflow configuration. If the user does not have the required permissions, the request will fail.

## Request body

- object

## Response `200`

A general response that contains `data` property with a content depending on returned objects (e.g., Product master table fields when calling the `/fetch/P` endpoint). Can be `null`.

- object
  - `response` object
    - `node` string
    - `data` object, nullable
    - `status` integer
    - `startRow` integer
    - `endRow` integer

## Other responses

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

---

[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)
