---
title: "WarehouseLocation"
url: "https://developer.tesma.com/apis/logistics-api-26/versions/1db037a7-bf46-4b4a-bdb1-e1416bdd952f/schemas/WarehouseLocation"
---

> Full API specification: https://developer.tesma.com/apis/logistics-api-26/versions/1db037a7-bf46-4b4a-bdb1-e1416bdd952f.md

# WarehouseLocation

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.9.0.0
components:
  schemas:
    AllowedLocationFunctions:
      type: integer
    BusinessObjectState:
      type: integer
    WarehouseLocation:
      properties:
        _changedProperties:
          type:
            - "null"
            - object
        _changedPropertyNames:
          items:
            type: string
          type:
            - "null"
            - array
        _internalReferenceID:
          type:
            - "null"
            - string
        active:
          type: boolean
        additionalProperties:
          type:
            - "null"
            - object
        addressNumber:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        allowedFunctions:
          $ref: "#/components/schemas/AllowedLocationFunctions"
        dataState:
          $ref: "#/components/schemas/BusinessObjectState"
        description:
          type:
            - "null"
            - string
        erasureId:
          type:
            - "null"
            - string
        erasureIp:
          type:
            - "null"
            - string
        isCHGWarehouse:
          type: boolean
        isDefault:
          type: boolean
        name:
          type:
            - "null"
            - string
        stockCompany:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        stockyard:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - "null"
            - integer
            - string
      type: object
```
