---
title: "Get AutoPlan V2 Information"
method: POST
path: "/v1/resourceowner/integration/autoplan/v2/information"
tags: ["ResourceOwnerIntegration"]
---

# Get AutoPlan V2 Information

`POST /v1/resourceowner/integration/autoplan/v2/information`

Personal identity number must be provided in the request body.

## Request body

- AutoPlanV2InformationRequestModel
  - `PersonalIdentityNumber` string

## Response `200`

List of vehicles with available periods for driving journal and odometer readings

- AutoPlanV2InformationModel
  - `VehicleList` AutoPlanV2VehicleInfo[]
    - `VehicleId` integer
    - `FriendlyName` string
    - `NumberPlate` string
    - `IsVehicleApproved` boolean
    - `PeriodList` AutoPlanV2PeriodInfo[]
      - `Year` integer
      - `Month` integer
      - `IsSelected` boolean

## Other responses

- `400` — Invalid personal identity number
- `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)
