---
title: "PartnerAsset"
url: "https://developer.tesma.com/apis/logistics-api-26/versions/484d1e1b-3201-4f8b-800b-867280d5b6a4/schemas/PartnerAsset"
---

> Full API specification: https://developer.tesma.com/apis/logistics-api-26/versions/484d1e1b-3201-4f8b-800b-867280d5b6a4.md

# PartnerAsset

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.13.0.0
components:
  schemas:
    BusinessObjectState:
      type: integer
    AssetImportStatus:
      type: integer
    PartnerAsset:
      properties:
        _changedProperties:
          type:
            - "null"
            - object
        _changedPropertyNames:
          items:
            type: string
          type:
            - "null"
            - array
        _internalReferenceID:
          type:
            - "null"
            - string
        additionalProperties:
          type:
            - "null"
            - object
        assetStatus:
          type:
            - "null"
            - string
        caseColor:
          type:
            - "null"
            - string
        createDate:
          format: date-time
          type: string
        createUser:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        dataState:
          $ref: "#/components/schemas/BusinessObjectState"
        erasureFlag:
          type:
            - "null"
            - string
        error1:
          type:
            - "null"
            - string
        error2:
          type:
            - "null"
            - string
        error3:
          type:
            - "null"
            - string
        error4:
          type:
            - "null"
            - string
        error5:
          type:
            - "null"
            - string
        error6:
          type:
            - "null"
            - string
        errorCodes:
          type:
            - "null"
            - string
        fullImport:
          type: boolean
        goodsInDate:
          format: date-time
          type:
            - "null"
            - string
        graphicsAdapter:
          type:
            - "null"
            - string
        hardDriveCapacity:
          type:
            - "null"
            - string
        id:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        imei:
          type:
            - "null"
            - string
        importStatus:
          $ref: "#/components/schemas/AssetImportStatus"
        keyboardLayout:
          type:
            - "null"
            - string
        manufacturer:
          type:
            - "null"
            - string
        manufacturerCode:
          type:
            - "null"
            - string
        memory:
          type:
            - "null"
            - string
        message:
          type:
            - "null"
            - string
        modelDescription:
          type:
            - "null"
            - string
        powerSupply:
          type:
            - "null"
            - string
        processorDescription:
          type:
            - "null"
            - string
        refurbishmentPrice:
          type:
            - "null"
            - string
        salesPrice:
          type:
            - "null"
            - string
        screenSize:
          type:
            - "null"
            - string
        serialNumber:
          type:
            - "null"
            - string
        stockCompany:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        transportOrderId:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        transportOrderNumber:
          type:
            - "null"
            - string
        typeOfCase:
          type:
            - "null"
            - string
        udmClass:
          type:
            - "null"
            - string
        udmClassId:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - "null"
            - integer
            - string
        uniqueID:
          type:
            - "null"
            - string
        updateDate:
          format: date-time
          type: string
        updateUser:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        warehouseLocation:
          type:
            - "null"
            - string
      type: object
```
