dezrez / DezrezCoreAPI

Resources relating to the Dezrez Core API
7 stars 3 forks source link

Start Marketing - API #68

Closed BYM-Henry closed 5 years ago

BYM-Henry commented 5 years ago

Hi,

We have been told by an agent that they have a button called 'Start Marketing' in Rezi,which is pressed to indicate a property has gone on market. Whilst I can see an Instructed Date against a property on the API, is there a value which corresponds to that button being pressed for a property.

Please let me know if any of this is unclear.

Many Thanks,

Henry F BriefYourMarket

ajonesgh commented 5 years ago

Hi Henry

When that button is pressed an event is created against the properties marketing role. You can retrieve these events by using the below endpoint. There are various filters you can use to drill down to the type of events you need

https://api.dezrez.com/Help/Api/GET-api-role-id-events_pageSize_pageNumber_branchId_from_to_type[0]_type[1]_eventCategoryType_excludedTypes[0]_excludedTypes[1]_includeDrafts_excludeRevised

Event Types can be found using the endpoint below GET /api/enum?typeName=EventType

Hope this helps

Thanks Adam

BYM-Henry commented 5 years ago

Thanks Adam,

Just one more quick thing, are any events types custom per agent, or is that just a set list of event types.

Thanks,

Henry

ajonesgh commented 5 years ago

It is possible to add custom event types to an agency. A request would need to be made to the account management team.

Thanks Adam