diff --git a/README.txt b/README.txt index 4bf62be..49dc7e9 100755 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -Immocaster PHP SDK v1.1.74 +Immocaster PHP SDK v1.1.75 ========================== Author: Norman Braun (http://www.medienopfer98.de) Copyright: Immobilien Scout GmbH @@ -9,6 +9,9 @@ Das PHP SDK von ImmobilienScout24 steht unter der FreeBSD Lizenz zur Verfügung History ======= +SDK Version 1.1.75 +- DELETE Contact möglich. Powered by amenk. + SDK Version 1.1.74 - PUT Attachment möglich. Hinweis: Aktualisiert die Metdadaten vom Attachment jeder Art (Video, Bild, PDF und URL), aber nicht die binären! diff --git a/index.php b/index.php index 1922ab7..b40f94f 100755 --- a/index.php +++ b/index.php @@ -459,6 +459,15 @@ //$res = $oImmocaster->getContact($aParameter); //echo '
'; +/** + * Löscht eine Kontaktadresse (Contact) eines Maklers + * API Doku: http://api.immobilienscout24.de/our-apis/import-export/contact/delete.html + */ +echo '

Kontaktadresse eines Maklers löschen


Diese Funktion wurde auskommentiert, da dafür eine Zertifizierung nötig ist.

'; +//$aParameter = array('username'=>'USERNAME','contactid'=>'CONTACTID' /*id oder externalId*/); +//$res = $oImmocaster->deleteContact($aParameter); +//echo '
'; + /** * Liste von Objekten OnTop platzieren * API Doku: http://api.immobilienscout24.de/our-apis/import-export/ontop-placement/post-by-list.html