Sitze und Rechtsformen aus Zefix API
This commit is contained in:
+2
-3
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
include 'zefixAPI.php';
|
||||
|
||||
phpinfo();
|
||||
|
||||
/*
|
||||
* Request Types:
|
||||
@@ -50,8 +49,8 @@ if (isset($_POST['sitze']) && is_array($_POST['sitze']) && count($_POST['sitze']
|
||||
$data["legalSeatId"] = $sitz;
|
||||
$response = sendAPICompanySearchRequest($username, $password, $data);
|
||||
|
||||
echo $response;
|
||||
|
||||
// echo $response;
|
||||
echo communityCSV($username, $password);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user