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

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

# AddressResponse

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: tesma
  version: v1
servers:
  - url: https://api.tesma.com
components:
  schemas:
    CustomerContextResponse:
      additionalProperties: false
      properties:
        customerName:
          type:
            - "null"
            - string
        customerNumber:
          format: int32
          type: integer
        leaseCompany:
          format: int32
          type: integer
        leaseCompanyName:
          type:
            - "null"
            - string
      type: object
    AddressResponse:
      additionalProperties: false
      properties:
        city:
          type:
            - "null"
            - string
        country:
          type:
            - "null"
            - string
        county:
          type:
            - "null"
            - string
        customerContext:
          $ref: "#/components/schemas/CustomerContextResponse"
        name:
          type:
            - "null"
            - string
        number:
          format: int32
          type:
            - "null"
            - integer
        postalCode:
          type:
            - "null"
            - string
        street:
          type:
            - "null"
            - string
        taxID:
          type:
            - "null"
            - string
      type: object
```
