Sitze und Rechtsformen aus Zefix API

This commit is contained in:
schrom01 2023-08-21 20:50:29 +02:00
parent f98863ad2a
commit d8e56b297e
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ function sendAPICommunityRequest(string $username, string $password): string|boo
}
function communityCSV(string $username, string $password): string {
echo "$response";
echo "TEST";
$response = sendAPICommunityRequest($username, $password);
$communityArray = json_decode($response, true);
$csvOutput = 'bfsId,Kanton,Gemeindename,registryOfCommerceId\n';