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

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

# AddressSMS

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.13.0.0
components:
  schemas:
    BusinessObjectState:
      type: integer
    MoneyLaunderingRisk:
      type: integer
    AddressSMS:
      properties:
        _changedProperties:
          type:
            - "null"
            - object
        _changedPropertyNames:
          items:
            type: string
          type:
            - "null"
            - array
        _internalReferenceID:
          type:
            - "null"
            - string
        accountManager1:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - "null"
            - integer
            - string
        additionalName:
          type:
            - "null"
            - string
        additionalProperties:
          type:
            - "null"
            - object
        caption:
          type:
            - "null"
            - string
        city:
          type:
            - "null"
            - string
        complianceRisk:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        country:
          type:
            - "null"
            - string
        createDate:
          format: date-time
          type:
            - "null"
            - string
        createUser:
          type:
            - "null"
            - string
        dataState:
          $ref: "#/components/schemas/BusinessObjectState"
        email:
          type:
            - "null"
            - string
        eoriNo:
          type:
            - "null"
            - string
        groupName:
          type:
            - "null"
            - string
        isActive:
          type: boolean
        isBlocked:
          type: boolean
        isBroker:
          type: boolean
        language:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        lastDateIdentification:
          format: date
          type:
            - "null"
            - string
        mainAccount:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        moneyLaunderingRisk:
          $ref: "#/components/schemas/MoneyLaunderingRisk"
        name1:
          type:
            - "null"
            - string
        name2:
          type:
            - "null"
            - string
        number:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        phoneNumber:
          type:
            - "null"
            - string
        street:
          type:
            - "null"
            - string
        street2:
          type:
            - "null"
            - string
        taxIDNr:
          type:
            - "null"
            - string
        updateDate:
          format: date-time
          type:
            - "null"
            - string
        updateUser:
          type:
            - "null"
            - string
        versionTimeStamp:
          format: date-time
          type: string
        zip:
          type:
            - "null"
            - string
      type: object
```
