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