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

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

# OwnedAssetResponse

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: tesma
  version: v1
servers:
  - url: https://api.tesma.com
components:
  schemas:
    AssetCategory:
      enum:
        - hardware
        - software
        - service
      type: string
    AssetContractStatus:
      enum:
        - confirmationPending
        - confirmed
        - inLease
        - terminated
        - unknown
      type: string
    AssetOffleaseType:
      enum:
        - stock
        - followUpLease
        - derecognition
        - buyout
      type: string
    AssetEndOfLifeFlagType:
      enum:
        - extension
        - buyOut
        - collection
        - markForCollection
      type: string
    UsagePeriod:
      enum:
        - monthly
        - quarterly
        - semiyearly
        - yearly
      type: string
    OwnedAssetResponse:
      additionalProperties: false
      properties:
        acceptanceCertificateId:
          format: int32
          type:
            - "null"
            - integer
        actualLeaseEndDate:
          format: date
          type:
            - "null"
            - string
        assetCreationDate:
          format: date-time
          type: string
        assetId:
          format: int64
          type: integer
        assetStatusId:
          format: int32
          type:
            - "null"
            - integer
        category:
          $ref: "#/components/schemas/AssetCategory"
        class:
          type:
            - "null"
            - string
        collectionNumber:
          format: int32
          type:
            - "null"
            - integer
        contractStatus:
          $ref: "#/components/schemas/AssetContractStatus"
        costCenter:
          type:
            - "null"
            - string
        currency:
          type:
            - "null"
            - string
        customerCosts:
          format: double
          type:
            - "null"
            - number
        customerName:
          type:
            - "null"
            - string
        customerNumber:
          format: int32
          type: integer
        customerSpecificFields:
          type: "null"
        deinstallationDate:
          format: date
          type:
            - "null"
            - string
        description:
          type:
            - "null"
            - string
        invoiceGroupNumber:
          format: int32
          type:
            - "null"
            - integer
        leaseCompany:
          format: int32
          type:
            - "null"
            - integer
        leaseCompanyName:
          type:
            - "null"
            - string
        leaseScheduleId:
          format: int32
          type:
            - "null"
            - integer
        leaseStartDate:
          format: date
          type:
            - "null"
            - string
        location:
          type:
            - "null"
            - string
        locationOfInstallation:
          type:
            - "null"
            - string
        locationOfInstallationLS:
          type:
            - "null"
            - string
        manufacturer:
          type:
            - "null"
            - string
        minimumLeaseTermEndDate:
          format: date
          type:
            - "null"
            - string
        offleaseType:
          $ref: "#/components/schemas/AssetOffleaseType"
        orderNumber:
          type:
            - "null"
            - string
        orderNumberLS:
          type:
            - "null"
            - string
        periodicalPrice:
          format: double
          type:
            - "null"
            - number
        plannedLeaseEndDate:
          format: date
          type:
            - "null"
            - string
        requestStatus:
          $ref: "#/components/schemas/AssetEndOfLifeFlagType"
        serialNumber:
          type:
            - "null"
            - string
        usagePeriod:
          $ref: "#/components/schemas/UsagePeriod"
      type: object
```
