[
  {
    "id": "hamburg",
    "type": "showroom",
    "name": "Showroom Hamburg",
    "address": "Mönckebergstraße 25, 20095 Hamburg",
    "lat": "53.5507079",
    "long": "9.997517",
    "radius": 100,
    "booking": "ShowroomHamburg",
    "services": {
      "showroom": "Lichtberatung im Showroom",
      "phone": "Lichtberatung am Telefon",
      "video": "Lichtberatung per Video-Chat"
    },
    "postal_prefixes": [
      "20",
      "21",
      "22",
      "23",
      "24",
      "25",
      "26",
      "27",
      "28",
      "29",
      "30",
      "31",
      "32",
      "33",
      "34",
      "37",
      "38"
    ],
    "reserved_staff_buffer": 2
  },
  {
    "id": "berlin",
    "type": "showroom",
    "name": "Showroom Berlin",
    "address": "Hardenbergstraße 20, 10623 Berlin",
    "lat": "52.507143",
    "long": "13.329656",
    "radius": 100,
    "booking": "ShowroomBerlin",
    "services": {
      "showroom": "Lichtberatung im Showroom",
      "phone": "Lichtberatung am Telefon",
      "video": "Lichtberatung per Video-Chat"
    },
    "postal_prefixes": [
      "01",
      "02",
      "03",
      "04",
      "06",
      "07",
      "08",
      "09",
      "10",
      "12",
      "13",
      "14",
      "15",
      "16",
      "17",
      "18",
      "19",
      "39",
      "99"
    ],
    "reserved_staff_buffer": 1
  },
  {
    "id": "dd",
    "type": "showroom",
    "name": "Showroom Düsseldorf",
    "address": "Tonhallenstraße 14-15, 40211 Düsseldorf",
    "lat": "51.226456",
    "long": "6.788482",
    "radius": 50,
    "booking": "ShowroomDsseldorf",
    "services": {
      "showroom": "Lichtberatung im Showroom",
      "phone": "Lichtberatung am Telefon",
      "video": "Lichtberatung per Video-Chat"
    },
    "postal_prefixes": [
      "40",
      "41",
      "42",
      "44",
      "45",
      "46",
      "47",
      "48",
      "49",
      "58",
      "59"
    ],
    "reserved_staff_buffer": 2
  },
  {
    "id": "ffm",
    "type": "showroom",
    "name": "Showroom Frankfurt",
    "address": "Bethmannstraße 56, 60311 Frankfurt am Main",
    "lat": "50.1106035",
    "long": "8.6759958",
    "radius": 100,
    "booking": "ShowroomFrankfurt",
    "services": {
      "showroom": "Lichtberatung im Showroom",
      "phone": "Lichtberatung am Telefon"
    },
    "postal_prefixes": [
      "60",
      "61",
      "63",
      "64",
      "65",
      "66",
      "67",
      "68",
      "69",
      "35",
      "36",
      "55",
      "97"
    ],
    "reserved_staff_buffer": 1
  },
  {
    "id": "cgn",
    "type": "showroom",
    "name": "Showroom Köln",
    "address": "Gürzenichstraße 17, 50667 Köln",
    "lat": "50.935173",
    "long": "6.953101",
    "radius": 50,
    "booking": "ShowroomKln",
    "services": {
      "showroom": "Lichtberatung im Showroom",
      "phone": "Lichtberatung am Telefon"
    },
    "postal_prefixes": [
      "50",
      "51",
      "52",
      "53",
      "54",
      "56",
      "57"
    ],
    "reserved_staff_buffer": 1
  },
  {
    "id": "muc",
    "type": "showroom",
    "name": "Showroom München",
    "address": "Ingolstädter Straße 20-22, 80807 München",
    "lat": "48.137154",
    "long": "11.576124",
    "radius": 100,
    "booking": "ShowroomMnchen",
    "services": {
      "showroom": "Lichtberatung im Showroom",
      "phone": "Lichtberatung am Telefon",
      "video": "Lichtberatung per Video-Chat"
    },
    "postal_prefixes": [
      "70",
      "71",
      "72",
      "73",
      "74",
      "75",
      "76",
      "77",
      "78",
      "79",
      "88",
      "89",
      "80",
      "81",
      "82",
      "83",
      "84",
      "85",
      "86",
      "87",
      "90",
      "91",
      "92",
      "93",
      "94",
      "95",
      "96",
      "98"
    ],
    "reserved_staff_buffer": 1
  },
  {
    "id": "none",
    "type": "virtual",
    "name": "Online-Beratung",
    "address": null,
    "lat": null,
    "long": null,
    "radius": 0,
    "booking": "BeratungohneShowroom",
    "services": {
      "phone": "Lichtberatung am Telefon",
      "video": "Lichtberatung per Video-Chat"
    },
    "postal_prefixes": [],
    "reserved_staff_buffer": null
  }
]
