---
title: "AssetInformation"
url: "https://developer.tesma.com/apis/logistics-api-26/versions/b545c5dd-19dd-4f8d-9716-808c2c1fb7da/schemas/AssetInformation"
---

> Full API specification: https://developer.tesma.com/apis/logistics-api-26/versions/b545c5dd-19dd-4f8d-9716-808c2c1fb7da.md

# AssetInformation

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.7.0.0
components:
  schemas:
    BusinessObjectState:
      type: integer
    AssetInformation:
      properties:
        _changedProperties:
          type:
            - "null"
            - object
        _changedPropertyNames:
          items:
            type: string
          type:
            - "null"
            - array
        _internalReferenceID:
          type:
            - "null"
            - string
        additionalProperties:
          type:
            - "null"
            - object
        dataState:
          $ref: "#/components/schemas/BusinessObjectState"
        description:
          type:
            - "null"
            - string
        id:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        incomingTransportOrderId:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        numberOfAssets:
          format: int64
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        stockCompany:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        udmClassID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
      type: object
```
