---
title: "Resolve a temporary lot by swapping its references to a real lot (existing or inline-created).
Auto-completes the follow-up WorkTask."
method: POST
path: "/api/vaccine-administration/lots/{tempLotId}/resolve"
tags: ["VaccineAdministration"]
---

# Resolve a temporary lot by swapping its references to a real lot (existing or inline-created).
Auto-completes the follow-up WorkTask.

`POST /api/vaccine-administration/lots/{tempLotId}/resolve`

## Path parameters

- `tempLotId` string, required

## Request body

- ResolveTempLotRequest
  - `lotId` string, nullable — Existing real lot id if the clinician picks one. Mutually exclusive with InlineLotPayload? ResolveTempLotRequest.InlineLot.
  - `inlineLot` InlineLotPayload
    - `lotNumber` string, required
    - `manufacturer` string, required
    - `expirationDate` string, date-time, required
    - `manufacturedDate` string, date-time, nullable
    - `unitCost` union
      - number, double
      - string, double

## Response `200`

OK

- ResolveTempLotResult
  - `tempLotId` string, required
  - `resolvedByLotId` string, required
  - `vaccinationRecordsUpdated` union, required
    - integer
    - string, int32
  - `transactionsUpdated` union, required
    - integer
    - string, int32
  - `workTaskId` string, nullable

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

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