---
title: "GET current financing contract"
method: GET
path: "/v1/vehicles/{uuid}/financing/current"
tags: ["Vehicle financing"]
---

# GET current financing contract

`GET /v1/vehicles/{uuid}/financing/current`

Get the current financing contract of the specified vehicle.

## Path parameters

- `uuid` string, uuid, required

## Response `200`

Successful operation.

- FinancingDto
  - `uuid` string, uuid
  - `financingType` 'LEASING' | 'LONG_TERM_RENTAL_LEASING' | 'CREDIT' | 'PURCHASE' | 'LONG_TERM_RENTAL'
  - `supplier` string
  - `contractNumber` string
  - `duration` DurationDto
    - `startDate` string, date-time
    - `endDate` string, date-time
  - `monthlyFeeWithTax` AmountWithTaxExternalDto
    - `amountNet` number
    - `amountGross` number
    - `taxPercent` number
    - `taxAmount` number
  - `purchasePriceWithTax` AmountWithTaxExternalDto
    - `amountNet` number
    - `amountGross` number
    - `taxPercent` number
    - `taxAmount` number
  - `currencyUnit` string — ISO 4217 alphabetic currency code

## Other responses

- `400` — Bad request - information on the invalid fields will be provided in the response body
- `404` — Vehicle not found.

---

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