REALSTATE OBJECT showAddress False is not working

13 views
Skip to first unread message

Aman Bansal

unread,
Sep 24, 2019, 5:13:38 AM9/24/19
to immobilienscout24-development
Hello,
I am posting the REALSTATE OBJECT with showAddress to false but "Straße und Hausnummer nicht veröffentlichen" checkbox is still active on the Address Page. Please check screenshot http://prntscr.com/pa7bwy

I have tried all different values 'false', false, 0 etc. but still that checkbox is checked always.


API
https://api.immobilienscout24.de/our-apis/import-export/realestate/post.html

POST DATA
 $_postData = array(
    'realestates.apartmentBuy' => array(
        'title' => 'Test',
        'address' => array(
                "street" => "Antoni Maria Alcover",
                "houseNumber" => "26",
                "postcode" => "07014",
                "city" => "Palma",
            ),
        'showAddress' => 'false'
    );


Sigi K.

unread,
Sep 24, 2019, 5:56:25 AM9/24/19
to immobilienscout24-development
Perhaps you could try it with the value TRUE ... :-)

Aman Bansal

unread,
Sep 24, 2019, 5:58:33 AM9/24/19
to immobilienscout24-development
I want to uncheck the checkbox not checked. LOL

Sigi K.

unread,
Sep 24, 2019, 6:01:46 AM9/24/19
to immobilienscout24-development

anyway - pls try it ...

Aman Bansal

unread,
Sep 24, 2019, 6:04:26 AM9/24/19
to immobilienscout24-development
It worked :). You are magician. Thanks a log.
Reply all
Reply to author
Forward
0 new messages