-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for real estate projects #45
Comments
I second that request. It seems, in the last 4 years this didn't happen. Are there any known workarounds? Or do you simply generate the XML "by hand"? Thanks and take care everybody! |
Working on a possible update. Need your insights! What do you people think about this? Would it even work like this? |
Seems to work, somewhat... <realestateproject:realEstateProjectEntries xmlns:realestateproject="http://rest.immobilienscout24.de/schema/offer/realestateproject/1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ns4="http://rest.immobilienscout24.de/schema/platform/gis/1.0">
<realEstateProjectEntry>
<realEstateExternalId>71461</realEstateExternalId>
</realEstateProjectEntry>
</realestateproject:realEstateProjectEntries> Response: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<common:messages xmlns:common="http://rest.immobilienscout24.de/schema/common/1.0" xmlns:gis="http://rest.immobilienscout24.de/schema/platform/gis/1.0">
<message>
<messageCode>ERROR_COMMON_ACCESS_DENIED</messageCode>
<message>Internal Authorization Error</message>
</message>
</common:messages> :-/ any help appreciated! |
The error was about missing permissions on Immoscout's side. Now, this code seems to work: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:realEstateProjectEntries xmlns:ns2="http://rest.immobilienscout24.de/schema/offer/realestateproject/1.0" xmlns:ns3="http://www.w3.org/1999/xlink">
<realEstateProjectEntry>
<messageCode>MESSAGE_RESOURCE_CREATED</messageCode>
<message>real estate with external id 73207 was added to project 97450</message>
<realEstateExternalId>73207</realEstateExternalId>
</realEstateProjectEntry>
</ns2:realEstateProjectEntries>
|
It's finally done! Now it only needs to be merged... |
1 similar comment
It's finally done! Now it only needs to be merged... |
Please add support for the elements "realEstateProject" and "realEstateProjectEntry":
https://api.immobilienscout24.de/our-apis/import-export/realestateproject.html
The text was updated successfully, but these errors were encountered: