AUGUST 2024
1. Unlink property in “Modify appointments”:
If the request parameter relatedEstateId
is set to 0
or null
, the link between the appointment and the estate is removed.
2. Link new task directly to email in “Create task”:
If the request parameter mailMessageId
is set, the newly created task is linked to the email with the specified message ID.
3. New parameters filterId
and filter
in “Search” call:
The request parameters filterId
and filter
have been added to the API call for searching for estates or other data records. They function in the same way as the parameters of the same name in the “Read estate” call.
Search for Estates (Quick Search for Estate address, Owner and external Estate number)
4. New request parameter showEfforts
in “Read tasks”:
If the new request parameter showEfforts
is specified, the response is extended to include the response parameter efforts
. The parameter outputs the values “Aufwand offen / Remaining workload”, “Ist Aufwand / Actual effort” and the processing time of the individual users as an object.