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

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

# AddressChangeRequestModel

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.13.0.0
components:
  schemas:
    AddressRelationshipTypeChangeModel:
      properties:
        defaultDebtor:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - "null"
            - integer
            - string
        description:
          type:
            - "null"
            - string
        isDebtor:
          type: boolean
        leaseCompany:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
      type: object
    AddressChangeRequestModel:
      properties:
        accountManager:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - "null"
            - integer
            - string
        additionalName:
          type:
            - "null"
            - string
        addressNumber:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        city:
          type:
            - "null"
            - string
        complianceRisk:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - "null"
            - integer
            - string
        country:
          type:
            - "null"
            - string
        createDate:
          format: date-time
          type:
            - "null"
            - string
        eoriNo:
          type:
            - "null"
            - string
        isActive:
          type:
            - "null"
            - boolean
        isBlocked:
          type:
            - "null"
            - boolean
        isBroker:
          type:
            - "null"
            - boolean
        language:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - "null"
            - integer
            - string
        lastIdentificationDate:
          format: date
          type:
            - "null"
            - string
        mail:
          type:
            - "null"
            - string
        mainAccount:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - "null"
            - integer
            - string
        moneyLaunderingRisk:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - "null"
            - integer
            - string
        name:
          type:
            - "null"
            - string
        postalCode:
          type:
            - "null"
            - string
        relationshipTypes:
          items:
            $ref: "#/components/schemas/AddressRelationshipTypeChangeModel"
          type:
            - "null"
            - array
        secondaryName:
          type:
            - "null"
            - string
        secondaryStreetName:
          type:
            - "null"
            - string
        streetName:
          type:
            - "null"
            - string
        telephone:
          type:
            - "null"
            - string
        updateDate:
          format: date-time
          type:
            - "null"
            - string
        vatId:
          type:
            - "null"
            - string
        versionTimeStamp:
          format: date-time
          type: string
      type: object
```
