DERHAEUPTLING / contao-immobilienscout24-import-bundle

ImmobilienScout24 Import Plugin for Contao
GNU General Public License v3.0
1 stars 2 forks source link

Add API-Suchfelder #17

Closed Metis77 closed 4 years ago

Metis77 commented 4 years ago

Each Object can contain three individueal fields, the apiSearchData fields.

request: https://rest.immobilienscout24.de/restapi/api/offer/v1.0/user/me/realestate/118812510

answer:

"apiSearchData":{
      "searchField1":"API-Suchfeld1",
      "searchField2":"API-Suchfeld2",
      "searchField3":"API-Suchfeld3"
    },

for testing: ObjectID 118812510 does contain above data.

m-vo commented 4 years ago

closed via #19