---
title: "LeaseAssetExtensionRequest"
url: "https://developer.tesma.com/apis/tesma-platform-api-v1/versions/333907fb-f0a7-4e20-b01e-c9915c73321a/schemas/LeaseAssetExtensionRequest"
---

> Full API specification: https://developer.tesma.com/apis/tesma-platform-api-v1/versions/333907fb-f0a7-4e20-b01e-c9915c73321a.md

# LeaseAssetExtensionRequest

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: tesma
  version: v1
servers:
  - url: https://api.tesma.com
components:
  schemas:
    PeriodType:
      enum:
        - twelvePlusMonths
        - threeMonths
        - sixMonths
        - nineMonths
        - twelveMonths
      type: string
    LeaseAssetExtensionRequest:
      additionalProperties: false
      properties:
        assetId:
          format: int64
          type: integer
        extensionPeriod:
          $ref: "#/components/schemas/PeriodType"
        leaseCompany:
          format: int32
          type: integer
        leaseScheduleId:
          format: int32
          type: integer
      type: object
```
