﻿{
  Addresses: [
    {
      CityName: 'Freiberg am Neckar',
      CityPostcode: '71691',
      StreetName: 'Porschestraße',
      StreetNumber: '4'
    }
  ],
  ClientNames: [
    'Timo Hönes'
  ],
  ContactOptions: [
    {
      Info: '',
      Type: 3,
      Value: 't.hoenes@datareform.com'
    },
    {
      Info: '',
      Type: 4,
      Value: 'www.DATAreform.com'
    },
    {
      Info: '',
      Type: 4,
      Value: 'datareform.com'
    },
    {
      Info: '',
      Type: 0,
      Value: '(0)7141.4759-22'
    }
  ],
  Persons: [
    {
      Firstname: 'Timo',
      Lastname: 'Hönes'
    }
  ]
}