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

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

# CollectionRequestAssetResponse

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: tesma
  version: v1
servers:
  - url: https://api.tesma.com
components:
  schemas:
    CollectionRequestAssetTypeInternal:
      enum:
        - leased
        - leasedWithoutMappedAsset
        - owned
        - 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
    CollectionRequestAssetResponse:
      additionalProperties: false
      properties:
        assetClass:
          type:
            - "null"
            - string
        assetId:
          format: int64
          type:
            - "null"
            - integer
        assetType:
          $ref: "#/components/schemas/CollectionRequestAssetTypeInternal"
        customerContext:
          $ref: "#/components/schemas/CustomerContextResponse"
        description:
          type:
            - "null"
            - string
        id:
          format: int64
          type:
            - "null"
            - integer
        isAbandoned:
          type: boolean
        leaseScheduleId:
          format: int32
          type:
            - "null"
            - integer
        manufacturer:
          type:
            - "null"
            - string
        requestNumber:
          format: int32
          type: integer
        serialNumber:
          type:
            - "null"
            - string
      type: object
```
