Abfrage aller Orte

Request:

$UpdateParams = array (
    "dataUser" => array (
        'user' => 'IHREVERMITTLERNUMMER',
        'pass' => '********',
    ),
    "content"  => array (
        'plz' => array (
            'getListCities' => array("")
        )
    )
);

Response:

array (
  'response' =>
  array (
    'plz' =>
    array (
      'getListCities' =>
      array (
        0 =>
        array (
          0 =>
          array (
            'ort' => 'Dresden'
          ),
          1 =>
          array (
            'ort' => 'Hamburg'
          ),
        ),
      ),
    ),
  ),
)