Update any field on an existing damage survey. Only send the fields you want to change — all omitted fields retain their current values. The response returns the complete updated record so you can confirm the new state without a follow-up GET.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/sheeplettuce/Monitor/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Administrador, Operador, Tecnico) may update levantamientos.
Path Parameters
The numeric primary key of the levantamiento to update. Must parse as a valid integer.
Request Body
Send any subset of the fields below. All are optional in an update request.Reassign the levantamiento to a different siniestro / expediente.
Updated survey date. Accepts
"YYYY-MM-DD" or "DD/MM/YYYY" format.Work order reference.
Vehicle make.
Vehicle body type.
Vehicle model name.
License plate number.
Odometer reading.
Number of doors.
Vehicle color.
Vehicle identification number (VIN).
Internal economic number.
Policy holder or third party indicator.
Vehicle owner’s full name.
Owner’s contact phone.
Owner’s address.
Sticker or label reference.
Glass / windshield damage flag.
A/C system damage flag.
Upholstery damage flag.
Rim damage flag.
Steering system damage flag.
Paint type / paint damage flag.
Transmission damage flag.
Request Example
Response
200 — Success
Returns the full updated levantamiento object, including the unchangedlevantamiento_concepto array.
Error Responses
| Status | Body | Description |
|---|---|---|
400 | { "error": "id inválido" } | The :id path segment is not a valid integer. |
401 | — | Missing or invalid Authorization header. |
404 | { "error": "Levantamiento no encontrado" } | No levantamiento exists with the given ID. |