---
title: "Export a vehicle inspection in pdf format via email"
method: POST
path: "/v1/resourceowner/vehicleinspection/export/{vehicleInspectionId}"
tags: ["ResourceOwnerVehicleInspection"]
---

# Export a vehicle inspection in pdf format via email

`POST /v1/resourceowner/vehicleinspection/export/{vehicleInspectionId}`

Only vehicle inspections that the user has access rights to are accessible.

## Path parameters

- `vehicleInspectionId` integer, required

## Request body

- VehicleInspectionExportModel
  - `ToEmail` string
  - `ISO639LanguageCode` string

## Response `200`

Success status if the operation was successfull and an email has been sent

## Other responses

- `400` — Bad request, could occur for a number of cases, see returned message
- `403` — Request is forbidden, could occur for a number of reasons, see returned message
- `500` — Internal server error

---

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