---
title: "Set Prep Prevista"
method: PATCH
path: "/api/vehicles/{vehicle_id}/logistica/prep-prevista"
tags: ["Vehicle Logistics"]
---

# Set Prep Prevista

`PATCH /api/vehicles/{vehicle_id}/logistica/prep-prevista`

Set or clear the expected preparation completion date ("data prevista de
conclusão"), which the mechanic uses to signal when the vehicle should be
ready. Body: { value: "2026-08-25" | null }.

Only allowed while the preparation is still open — once it is concluded the
date is kept as the record of what was predicted, and no longer editable.

## Path parameters

- `vehicle_id` integer, required

## Headers

- `x-api-token` string, nullable

## Request body

- object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
