---
title: "Returns a pre-action summary of what will happen when the user submits."
method: POST
path: "/v4.0/micro-ui/bulk-resubmission/review"
tags: ["BulkResubmission"]
---

# Returns a pre-action summary of what will happen when the user submits.

`POST /v4.0/micro-ui/bulk-resubmission/review`

## Request body

- OrderBulkResubmissionReviewRequestDto
  - `spreadsheetId` string, required
  - `worksheetName` string, required
  - `lab` string, nullable
  - `cancelOption` string, nullable
  - `preferredGlobalShippingMethod` string, nullable

## Response `200`

Success

- OrderBulkResubmissionReviewResponseDto
  - `isOk` boolean
  - `numberOfLabOrders` integer
  - `sheetContainsNumberOfLabOrders` integer
  - `lab` string, nullable
  - `cancelOption` string, nullable
  - `preferredGlobalShippingMethod` string, nullable
  - `statement` string, nullable

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/prodigi/apis/prodigi-api.md) · [All operations](https://skmtc.net/prodigi/apis/prodigi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prodigi/prodigi-api/revisions/697039a65afe/schema)
