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

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

# PickupAddressResponse

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: tesma
  version: v1
servers:
  - url: https://api.tesma.com
components:
  schemas:
    PickupAddressResponse:
      additionalProperties: false
      properties:
        addressNote:
          type:
            - "null"
            - string
        city:
          type:
            - "null"
            - string
        companyName:
          type:
            - "null"
            - string
        country:
          type:
            - "null"
            - string
        displayText:
          readOnly: true
          type:
            - "null"
            - string
        id:
          format: int32
          type: integer
        postcode:
          type:
            - "null"
            - string
        street:
          type:
            - "null"
            - string
      type: object
```
