---
title: "POST /v1/processes/{process_id}/review"
method: POST
path: "/v1/processes/{process_id}/review"
tags: ["Processes"]
deprecated: true
---

# POST /v1/processes/{process_id}/review

`POST /v1/processes/{process_id}/review`

> **Deprecated.**

Adds a review (approve/decline/missing) to a given process

## Path parameters

- `process_id` string, required

## Request body

- PbAddReviewRequest
  - `process_id` string — ID of the process in where the review is being added. Required.
  - `refund_override` PbRefundOverride
    - `amount` PbMoney
      - `amount` string, cents — Amount of the refund in cents
      - `currency_code` string, ISO 4217 currency codes — Currency of the refund
    - `reason` string — Open text about the reason why you are editing the refund amount
    - `requested` boolean — Mark as `true` if you want to override the refund amount
  - `reviews` PbReviewLineItem[] — Review data. Required.
    - `created_by_user` string — User that performed the review. Required. TODO: should be created_by protolint:disable:next FIELD_NAMES_EXCLUDE_PREPOSITIONS
    - `line_item_id` string — REVER ID of the line item of the return process (return items) to be reviewed. Required.
    - `reject_reason` string — Reason for rejecting the line item. Required if status == DECLINED
    - `show_reject_reason` boolean — Should show reject reason to the user
    - `status` string — Review status. Required. the list of values is [APPROVED, DECLINED, MISSING]

## Response `200`

OK

- PbAddReviewResponse

---

[API](https://skmtc.net/itsrever/apis/rever-admin-api.md) · [All operations](https://skmtc.net/itsrever/apis/rever-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/itsrever/rever-admin-api/revisions/290da8fa387e/schema)
