---
title: "ControlType"
url: "https://developer.tesma.com/apis/logistics-api-26/versions/ae9bf3cd-cf91-4cf6-a545-f82523132a63/schemas/ControlType"
---

> Full API specification: https://developer.tesma.com/apis/logistics-api-26/versions/ae9bf3cd-cf91-4cf6-a545-f82523132a63.md

# ControlType

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.12.0.0
components:
  schemas:
    ControlType:
      properties:
        editBoxTypeName:
          type:
            - "null"
            - string
        id:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        name:
          type:
            - "null"
            - string
        preloadOnStartUp:
          type: boolean
        searchBoxTypeName:
          type:
            - "null"
            - string
        visible:
          type: boolean
      type: object
```
