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

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

# LeaseScheduleAssetConfirmationResponse

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: tesma
  version: v1
servers:
  - url: https://api.tesma.com
components:
  schemas:
    AcceptanceStatus:
      enum:
        - received
        - notReceived
        - damaged
        - pricingIssues
        - incorrectLeaseTerm
        - other
      type: string
    AssetCategory:
      enum:
        - hardware
        - software
        - service
      type: string
    ConfirmationStatus:
      enum:
        - chgCheckInProgress
        - clearingProcess
        - firstConfirmationPending
        - secondConfirmationPending
        - confirmed
      type: string
    AssetContractStatus:
      enum:
        - confirmationPending
        - confirmed
        - inLease
        - terminated
        - unknown
      type: string
    CustomerContextResponse:
      additionalProperties: false
      properties:
        customerName:
          type:
            - "null"
            - string
        customerNumber:
          format: int32
          type: integer
        leaseCompany:
          format: int32
          type: integer
        leaseCompanyName:
          type:
            - "null"
            - string
      type: object
    UsagePeriod:
      enum:
        - monthly
        - quarterly
        - semiyearly
        - yearly
      type: string
    LeaseScheduleAssetConfirmationResponse:
      additionalProperties: false
      properties:
        acceptanceCertificateId:
          format: int32
          type:
            - "null"
            - integer
        acceptanceStatus:
          $ref: "#/components/schemas/AcceptanceStatus"
        actualLeaseEndDate:
          format: date
          type:
            - "null"
            - string
        assetId:
          format: int64
          type: integer
        assetStatusId:
          format: int32
          type:
            - "null"
            - integer
        category:
          $ref: "#/components/schemas/AssetCategory"
        city:
          type:
            - "null"
            - string
        class:
          type:
            - "null"
            - string
        confirmationStatus:
          $ref: "#/components/schemas/ConfirmationStatus"
        contractStatus:
          $ref: "#/components/schemas/AssetContractStatus"
        costCenter:
          type:
            - "null"
            - string
        currency:
          type:
            - "null"
            - string
        customerContext:
          $ref: "#/components/schemas/CustomerContextResponse"
        customerSpecificFields:
          type: "null"
        description:
          type:
            - "null"
            - string
        explanation:
          type:
            - "null"
            - string
        federalState:
          type:
            - "null"
            - string
        firstConfirmationDate:
          format: date-time
          type:
            - "null"
            - string
        firstConfirmationUserId:
          format: int32
          type:
            - "null"
            - integer
        leaseDepartment:
          type:
            - "null"
            - string
        leaseOrderNumber:
          type:
            - "null"
            - string
        leaseScheduleId:
          format: int32
          type: integer
        leaseStartDate:
          format: date
          type:
            - "null"
            - string
        location:
          type:
            - "null"
            - string
        locationOfInstallation:
          type:
            - "null"
            - string
        manufacturer:
          type:
            - "null"
            - string
        minimumLeaseTermEndDate:
          format: date
          type:
            - "null"
            - string
        orderNumber:
          type:
            - "null"
            - string
        periodicalPrice:
          format: double
          type:
            - "null"
            - number
        plannedLeaseEndDate:
          format: date
          type:
            - "null"
            - string
        postcode:
          type:
            - "null"
            - string
        purchaseOrder:
          type:
            - "null"
            - string
        rejectionDate:
          format: date-time
          type:
            - "null"
            - string
        rejectionUserId:
          format: int32
          type:
            - "null"
            - integer
        secondConfirmationDate:
          format: date-time
          type:
            - "null"
            - string
        secondConfirmationUserId:
          format: int32
          type:
            - "null"
            - integer
        serialNumber:
          type:
            - "null"
            - string
        street:
          type:
            - "null"
            - string
        street2:
          type:
            - "null"
            - string
        usagePeriod:
          $ref: "#/components/schemas/UsagePeriod"
      type: object
```
