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

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

# CollectionRequestAssetCreateRequest

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: tesma
  version: v1
servers:
  - url: https://api.tesma.com
components:
  schemas:
    CollectionRequestUserAssetType:
      enum:
        - leasedWithoutMappedAsset
        - owned
        - unknown
      type: string
    CollectionRequestAssetCreateRequest:
      additionalProperties: false
      properties:
        assetClass:
          maxLength: 3
          minLength: 0
          type:
            - "null"
            - string
        assetId:
          format: int64
          type:
            - "null"
            - integer
        assetType:
          $ref: "#/components/schemas/CollectionRequestUserAssetType"
        description:
          maxLength: 30
          minLength: 0
          type:
            - "null"
            - string
        isAbandoned:
          type: boolean
        manufacturer:
          maxLength: 30
          minLength: 0
          type:
            - "null"
            - string
        serialNumber:
          maxLength: 30
          minLength: 0
          pattern: ^((?!(<[sS][cC][rR][iI][pP][tT]|\[\%|%\]))(.|\s))*$
          type:
            - "null"
            - string
      type: object
```
