Update a contact
Updates the resource identified by the following URL.This method changes the immoscout24 user contact address
PUT /offer/v1.0/user/{username}/contact/{id or ext-externalId}
Supported media types:
Notes:
- only "last name" and "email address" are mandatory
- The contact id in the URI must match the contact id in the body (if present)
- The telephone numbers can be entered in three separate parts (country code, area code (Ortsvorwahl) and telephone number) or as single input field but with the same separate field restrictions!
- The field
secondaryEmail
allows realtors to receive their seeker leads to a second email inbox. - The contact data managed by this resource is used by our Branchenbuch and Image Boost products. If you're calling this endpoint on behalf of a customer who has booked the aforementioned products with ImmoScout24, please make sure to supply the
businessCardContact
flag within the request. This is important for consistency and the correct functioning of these products.
Request
Path Parameters
id / externalId cannot be used at the same time.
PARAMETER | DESCRIPTION |
---|---|
Username | the username which the user uses for logging in to www.immobilienscout24.de |
me | "me" can be used instead of the username, when the user is logged in by 3-legged OAuth |
id | the unique Scout object id, which is generated with POST CONTACT, automatically |
externalId | the contact id of the rest api client. it must be unique for a user and must contain the prefix "ext-" |
XML:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
|
JSON:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
|
Response
XML:
1 2 3 4 5 6 7 8 |
|
JSON:
1 2 3 4 5 6 7 8 9 10 |
|