Kolibri API V3

Operations
AccountSettings
GET /v3/{RealEstateAgencyId}/AccountSettings
POST /v3/{RealEstateAgencyId}/AccountSettings
POST /v3/{RealEstateAgencyId}/AccountSettings/ReadByEmployeeId
AccountSettings_Read
GET /v3/{RealEstateAgencyId}/AccountSettings

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

id
string guid required

Responses

200 200

AccountSettings details are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
403 403

Forbidden: session was ended before.

Body
404 404

Requested accountSettings could not be found.

Body
409 409

Session started elsewhere.

Body
AccountSettings_Save
POST /v3/{RealEstateAgencyId}/AccountSettings

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

AccountSettings succesfully saved. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested accountSettings could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
AccountSettings_ReadByEmployeeId
POST /v3/{RealEstateAgencyId}/AccountSettings/ReadByEmployeeId

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Responses

200 200

AccountSettings details are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
403 403

Forbidden: session was ended before.

Body
404 404

Requested accountSettings could not be found.

Body
409 409

Session started elsewhere.

Body
AgendaItemCategories
GET /v3/{RealEstateAgencyId}/AgendaItemCategories
POST /v3/{RealEstateAgencyId}/AgendaItemCategories/Search
AgendaItemCategories_Read
GET /v3/{RealEstateAgencyId}/AgendaItemCategories

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

id
string guid required

Responses

200 200

AgendaItem category details are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
403 403

Forbidden: session was ended before.

Body
404 404

Requested agendaItem category could not be found.

Body
409 409

Session started elsewhere.

Body
POST /v3/{RealEstateAgencyId}/AgendaItemCategories/Search

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Search results are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
AgendaItems
GET /v3/{RealEstateAgencyId}/AgendaItems
POST /v3/{RealEstateAgencyId}/AgendaItems
DELETE /v3/{RealEstateAgencyId}/AgendaItems
POST /v3/{RealEstateAgencyId}/AgendaItems/Search
GET /v3/{RealEstateAgencyId}/AgendaItems/SearchAndExport
POST /v3/{RealEstateAgencyId}/AgendaItems/DefineNew
POST /v3/{RealEstateAgencyId}/AgendaItems/Undelete
POST /v3/{RealEstateAgencyId}/AgendaItems/Move
POST /v3/{RealEstateAgencyId}/AgendaItems/Confirm
POST /v3/{RealEstateAgencyId}/AgendaItems/Cancel
POST /v3/{RealEstateAgencyId}/AgendaItems/AddRecurrenceException
AgendaItems_Read
GET /v3/{RealEstateAgencyId}/AgendaItems

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

id
string guid required

Responses

200 200

AgendaItem details are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
403 403

Forbidden: session was ended before.

Body
404 404

Requested agendaItem could not be found.

Body
409 409

Session started elsewhere.

Body
AgendaItems_Save
POST /v3/{RealEstateAgencyId}/AgendaItems

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

AgendaItem succesfully saved. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested agendaItem could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
AgendaItems_Delete
DELETE /v3/{RealEstateAgencyId}/AgendaItems

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

id
string guid required

Responses

200 200

AgendaItem succesfully deleted.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested agendaItem could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
POST /v3/{RealEstateAgencyId}/AgendaItems/Search

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Search results are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
AgendaItems_SearchAndExport
GET /v3/{RealEstateAgencyId}/AgendaItems/SearchAndExport

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

agendaItemId
string guid optional
categoryIds
array of string optional
Collection format: multi
employeeIds
array of string optional
Collection format: multi
orderBy
string optional
Enumeration:
StartDateTime
periodDateTimeMax
string date-time required
periodDateTimeMin
string date-time required
termFields
array of AgendaItemTermField optional
Collection format: multi
culture
string optional
Min length: 0
Max length: 5
filterByActive
string optional
Enumeration:
ActiveOrInactive
ActiveOnly
InactiveOnly
order
string optional
Enumeration:
Ascending
Descending
skip
integer int32 optional
Min: 0
Max: 2,147,483,647
take
integer int32 optional
Min: 0
Max: 2,147,483,647
term
string optional
Min length: 0
Max length: 50

Responses

200 200

Search results are returned in an Excel file.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
AgendaItems_DefineNew
POST /v3/{RealEstateAgencyId}/AgendaItems/DefineNew

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

AgendaItem succesfully defined (not saved!). or

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
AgendaItems_Undelete
POST /v3/{RealEstateAgencyId}/AgendaItems/Undelete

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

AgendaItem succesfully undeleted.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested agendaItem could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
AgendaItems_Move
POST /v3/{RealEstateAgencyId}/AgendaItems/Move

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

AgendaItem updated succesfully.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested agendaItem could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
AgendaItems_Confirm
POST /v3/{RealEstateAgencyId}/AgendaItems/Confirm

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

AgendaItem succesfully confirmed.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested task could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
AgendaItems_Cancel
POST /v3/{RealEstateAgencyId}/AgendaItems/Cancel

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

AgendaItem succesfully cancelled.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested task could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
AgendaItems_AddRecurrenceException
POST /v3/{RealEstateAgencyId}/AgendaItems/AddRecurrenceException

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Responses

200 200

Exception agendaItem succesfully created.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Recurring agendaitem could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
Assignments
POST /v3/{RealEstateAgencyId}/Assignments/Search
GET /v3/{RealEstateAgencyId}/Assignments/SearchAndExport
POST /v3/{RealEstateAgencyId}/Assignments/Search

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Search results are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
Assignments_SearchAndExport
GET /v3/{RealEstateAgencyId}/Assignments/SearchAndExport

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

assignmentIds
array of string optional
Collection format: multi
assignmentPhases
array of AssignmentPhase optional
Collection format: multi
availabiltyStatuses
array of AvailabilityStatus optional
Collection format: multi
countryCode
string optional
employeeIds
array of string optional
Collection format: multi
filterByAssignmentTypes
array of AssignmentType optional
Collection format: multi
filterByRealEstateGroups
array of RealEstateGroup optional
Collection format: multi
forRent
boolean optional
forSale
boolean optional
includeStatistics
boolean optional
listingTypes
array of ListingType optional
Collection format: multi
localities
array of string optional
Collection format: multi
officeIds
array of string optional
Collection format: multi
orderBy
string optional
Enumeration:
LocalityStreetNameAndNumber
relationIds
array of string optional
Collection format: multi
termFields
array of AssignmentTermField optional
Collection format: multi
culture
string optional
Min length: 0
Max length: 5
filterByActive
string optional
Enumeration:
ActiveOrInactive
ActiveOnly
InactiveOnly
order
string optional
Enumeration:
Ascending
Descending
skip
integer int32 optional
Min: 0
Max: 2,147,483,647
take
integer int32 optional
Min: 0
Max: 2,147,483,647
term
string optional
Min length: 0
Max length: 50

Responses

200 200

Search results are returned in an Excel file.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
Blobs
GET /v3/{RealEstateAgencyId}/Blobs/Download/{filedataid}/{filenameandextension}
POST /v3/{RealEstateAgencyId}/Blobs/Upload
Blobs_Download
GET /v3/{RealEstateAgencyId}/Blobs/Download/{filedataid}/{filenameandextension}

Authentication

implicit

Path variables

fileDataId
string guid required
fileNameAndExtension
string required
RealEstateAgencyId
string guid required

Responses

200 200
Blobs_Upload
POST /v3/{RealEstateAgencyId}/Blobs/Upload

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Responses

200 200

Task succesfully defined (not saved!). or

BusinessPartners
GET /v3/{RealEstateAgencyId}/BusinessPartners
POST /v3/{RealEstateAgencyId}/BusinessPartners/Search
BusinessPartners_Read
GET /v3/{RealEstateAgencyId}/BusinessPartners

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

id
string guid required

Responses

200 200

Business Partner details are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
403 403

Forbidden: session was ended before.

Body
404 404

Requested Business Partner could not be found.

Body
409 409

Session started elsewhere.

Body
POST /v3/{RealEstateAgencyId}/BusinessPartners/Search

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Search results are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
Cadastres
POST /v3/{RealEstateAgencyId}/Cadastres/Archive
POST /v3/{RealEstateAgencyId}/Cadastres/BuyAndSave
POST /v3/{RealEstateAgencyId}/Cadastres/BuyAndSaveMunicipalities
POST /v3/{RealEstateAgencyId}/Cadastres/DefineNew
GET /v3/{RealEstateAgencyId}/Cadastres
POST /v3/{RealEstateAgencyId}/Cadastres
DELETE /v3/{RealEstateAgencyId}/Cadastres
POST /v3/{RealEstateAgencyId}/Cadastres/Search
POST /v3/{RealEstateAgencyId}/Cadastres/Unarchive
POST /v3/{RealEstateAgencyId}/Cadastres/Undelete
Cadastres_Archive
POST /v3/{RealEstateAgencyId}/Cadastres/Archive

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Cadastre succesfully archived.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested cadastre could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
Cadastres_BuyAndSave
POST /v3/{RealEstateAgencyId}/Cadastres/BuyAndSave

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Cadastres successfully bought and saved. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested cadastre could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
Cadastres_BuyAndSaveMunicipalities
POST /v3/{RealEstateAgencyId}/Cadastres/BuyAndSaveMunicipalities

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Responses

200 200

Municipalities to be used when calling the BuyAndSave cadastres endpoint. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested cadastre could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
Cadastres_DefineNew
POST /v3/{RealEstateAgencyId}/Cadastres/DefineNew

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Cadastre succesfully defined (not saved!). or

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
Cadastres_Read
GET /v3/{RealEstateAgencyId}/Cadastres

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

id
string guid required

Responses

200 200

Cadastre details are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
403 403

Forbidden: session was ended before.

Body
404 404

Requested cadastre could not be found.

Body
409 409

Session started elsewhere.

Body
Cadastres_Save
POST /v3/{RealEstateAgencyId}/Cadastres

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Cadastre succesfully saved. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested cadastre could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
Cadastres_Delete
DELETE /v3/{RealEstateAgencyId}/Cadastres

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

id
string guid required

Responses

200 200

Cadastre succesfully deleted.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested cadastre could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
POST /v3/{RealEstateAgencyId}/Cadastres/Search

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Search results are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
Cadastres_Unarchive
POST /v3/{RealEstateAgencyId}/Cadastres/Unarchive

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Cadastre succesfully unarchived.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested cadastre could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
Cadastres_Undelete
POST /v3/{RealEstateAgencyId}/Cadastres/Undelete

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Cadastre succesfully undeleted.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested cadastre could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
CompanySettings
GET /v3/{RealEstateAgencyId}/CompanySettings
CompanySettings_Read
GET /v3/{RealEstateAgencyId}/CompanySettings

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Responses

200 200

Company settings details are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
403 403

Forbidden: session was ended before.

Body
404 404

Requested task could not be found.

Body
409 409

Session started elsewhere.

Body
ContactCompanies
POST /v3/{RealEstateAgencyId}/ContactCompanies/Archive
POST /v3/{RealEstateAgencyId}/ContactCompanies/DefineNew
GET /v3/{RealEstateAgencyId}/ContactCompanies
POST /v3/{RealEstateAgencyId}/ContactCompanies
DELETE /v3/{RealEstateAgencyId}/ContactCompanies
POST /v3/{RealEstateAgencyId}/ContactCompanies/Unarchive
POST /v3/{RealEstateAgencyId}/ContactCompanies/UpdateLogo
POST /v3/{RealEstateAgencyId}/ContactCompanies/RemoveLogo
ContactCompanies_Archive
POST /v3/{RealEstateAgencyId}/ContactCompanies/Archive

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

ContactCompany succesfully archived.

400 400

Invalid input. See message content for more details.

Body
401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested ContactCompany could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
ContactCompanies_DefineNew
POST /v3/{RealEstateAgencyId}/ContactCompanies/DefineNew

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

ContactCompany succesfully defined (not saved!). or

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
ContactCompanies_Read
GET /v3/{RealEstateAgencyId}/ContactCompanies

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

id
string guid required

Responses

200 200

ContactCompany details are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
403 403

Forbidden: session was ended before.

Body
404 404

Requested ContactCompany could not be found.

Body
409 409

Session started elsewhere.

Body
ContactCompanies_Save
POST /v3/{RealEstateAgencyId}/ContactCompanies

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

ContactCompany succesfully saved. or

400 400

Invalid input. See message content for more details.

Body
401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested ContactCompany could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
ContactCompanies_Delete
DELETE /v3/{RealEstateAgencyId}/ContactCompanies

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

id
string guid required

Responses

200 200

ContactCompany succesfully deleted.

400 400

Invalid input. See message content for more details.

Body
401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested ContactCompany could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
ContactCompanies_Unarchive
POST /v3/{RealEstateAgencyId}/ContactCompanies/Unarchive

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

ContactCompany succesfully unarchived.

400 400

Invalid input. See message content for more details.

Body
401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested ContactCompany could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
POST /v3/{RealEstateAgencyId}/ContactCompanies/UpdateLogo

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Logo succesfully changed.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

ContactCompany could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
POST /v3/{RealEstateAgencyId}/ContactCompanies/RemoveLogo

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Logo succesfully removed.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

ContactPerson could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
POST /v3/{RealEstateAgencyId}/ContactLinks
DELETE /v3/{RealEstateAgencyId}/ContactLinks
POST /v3/{RealEstateAgencyId}/ContactLinks/Search
POST /v3/{RealEstateAgencyId}/ContactLinks/Undelete
POST /v3/{RealEstateAgencyId}/ContactLinks

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

ContactLink succesfully saved. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested contactLink could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
DELETE /v3/{RealEstateAgencyId}/ContactLinks

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

sourceRelationId
string guid required
targetRelationId
string guid required

Responses

200 200

ContactLink succesfully deleted.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested contactLink could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
POST /v3/{RealEstateAgencyId}/ContactLinks/Search

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Search results are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
POST /v3/{RealEstateAgencyId}/ContactLinks/Undelete

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

ContactLink succesfully undeleted.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested contactLink could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
ContactPersons
POST /v3/{RealEstateAgencyId}/ContactPersons/Archive
POST /v3/{RealEstateAgencyId}/ContactPersons/DefineNew
GET /v3/{RealEstateAgencyId}/ContactPersons
POST /v3/{RealEstateAgencyId}/ContactPersons
DELETE /v3/{RealEstateAgencyId}/ContactPersons
POST /v3/{RealEstateAgencyId}/ContactPersons/Unarchive
POST /v3/{RealEstateAgencyId}/ContactPersons/UpdatePassportPhoto
POST /v3/{RealEstateAgencyId}/ContactPersons/RemovePassportPhoto
ContactPersons_Archive
POST /v3/{RealEstateAgencyId}/ContactPersons/Archive

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

ContactPerson succesfully archived.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested ContactPerson could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
ContactPersons_DefineNew
POST /v3/{RealEstateAgencyId}/ContactPersons/DefineNew

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

ContactPerson succesfully defined (not saved!). or

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
ContactPersons_Read
GET /v3/{RealEstateAgencyId}/ContactPersons

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

id
string guid required

Responses

200 200

ContactPerson details are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
403 403

Forbidden: session was ended before.

Body
404 404

Requested ContactPerson could not be found.

Body
409 409

Session started elsewhere.

Body
ContactPersons_Save
POST /v3/{RealEstateAgencyId}/ContactPersons

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

ContactPerson succesfully saved. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested ContactPerson could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
ContactPersons_Delete
DELETE /v3/{RealEstateAgencyId}/ContactPersons

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

id
string guid required

Responses

200 200

ContactPerson succesfully deleted.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested ContactPerson could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
ContactPersons_Unarchive
POST /v3/{RealEstateAgencyId}/ContactPersons/Unarchive

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

ContactPerson succesfully unarchived.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested ContactPerson could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
ContactPersons_UpdatePassportPhoto
POST /v3/{RealEstateAgencyId}/ContactPersons/UpdatePassportPhoto

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Passport photo succesfully changed.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

ContactPerson could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
ContactPersons_RemovePassportPhoto
POST /v3/{RealEstateAgencyId}/ContactPersons/RemovePassportPhoto

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Passport photo succesfully removed.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

ContactPerson could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
DossierItems
POST /v3/{RealEstateAgencyId}/DossierItems
DELETE /v3/{RealEstateAgencyId}/DossierItems
POST /v3/{RealEstateAgencyId}/DossierItems/Search
POST /v3/{RealEstateAgencyId}/DossierItems/Undelete
DossierItems_Save
POST /v3/{RealEstateAgencyId}/DossierItems

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Dossier succesfully saved. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested dossier could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
DossierItems_Delete
DELETE /v3/{RealEstateAgencyId}/DossierItems

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

id
integer int32 required
parentId
string guid required

Responses

200 200

Dossier succesfully deleted.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested dossier could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
POST /v3/{RealEstateAgencyId}/DossierItems/Search

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Search results are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
DossierItems_Undelete
POST /v3/{RealEstateAgencyId}/DossierItems/Undelete

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Dossier succesfully undeleted. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested dossier could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
Employees
POST /v3/{RealEstateAgencyId}/Employees/Archive
POST /v3/{RealEstateAgencyId}/Employees/DefineNew
GET /v3/{RealEstateAgencyId}/Employees
POST /v3/{RealEstateAgencyId}/Employees
DELETE /v3/{RealEstateAgencyId}/Employees
POST /v3/{RealEstateAgencyId}/Employees/Unarchive
Employees_Archive
POST /v3/{RealEstateAgencyId}/Employees/Archive

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Employee succesfully archived.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested Employee could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
Employees_DefineNew
POST /v3/{RealEstateAgencyId}/Employees/DefineNew

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Employee succesfully defined (not saved!). or

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
Employees_Read
GET /v3/{RealEstateAgencyId}/Employees

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

id
string guid required

Responses

200 200

Employee details are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
403 403

Forbidden: session was ended before.

Body
404 404

Requested Employee could not be found.

Body
409 409

Session started elsewhere.

Body
Employees_Save
POST /v3/{RealEstateAgencyId}/Employees

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Employee succesfully saved. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested Employee could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
Employees_Delete
DELETE /v3/{RealEstateAgencyId}/Employees

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

id
string guid required

Responses

200 200

Employee succesfully deleted.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested Employee could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
Employees_Unarchive
POST /v3/{RealEstateAgencyId}/Employees/Unarchive

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Employee succesfully unarchived.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested Employee could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
FinancialAdministrations
GET /v3/{RealEstateAgencyId}/FinancialAdministrations
POST /v3/{RealEstateAgencyId}/FinancialAdministrations
POST /v3/{RealEstateAgencyId}/FinancialAdministrations/Search
FinancialAdministrations_Read
GET /v3/{RealEstateAgencyId}/FinancialAdministrations

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

id
string guid required

Responses

200 200

FinancialAdministration details are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
403 403

Forbidden: session was ended before.

Body
404 404

Requested financialAdministration could not be found.

Body
409 409

Session started elsewhere.

Body
FinancialAdministrations_Save
POST /v3/{RealEstateAgencyId}/FinancialAdministrations

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

FinancialAdministration succesfully saved. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested financialAdministration could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
POST /v3/{RealEstateAgencyId}/FinancialAdministrations/Search

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Search results are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
Geo
POST /v3/{RealEstateAgencyId}/Geo/AddressSearch
POST /v3/{RealEstateAgencyId}/Geo/AdminAreaLevel1Search
POST /v3/{RealEstateAgencyId}/Geo/AdminAreaLevel2Search
POST /v3/{RealEstateAgencyId}/Geo/AdminAreaLevel3Search
POST /v3/{RealEstateAgencyId}/Geo/LocalitySearch
POST /v3/{RealEstateAgencyId}/Geo/StreetSearch
POST /v3/{RealEstateAgencyId}/Geo/SublocalitySearch
Geo_AddressSearch
POST /v3/{RealEstateAgencyId}/Geo/AddressSearch

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Geo address details are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
403 403

Forbidden: session was ended before.

Body
409 409

Session started elsewhere.

Body
Geo_AdminAreaLevel1Search
POST /v3/{RealEstateAgencyId}/Geo/AdminAreaLevel1Search

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Responses

200 200

Get geo admin area level 1’s; details are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
403 403

Forbidden: session was ended before.

Body
409 409

Session started elsewhere.

Body
Geo_AdminAreaLevel2Search
POST /v3/{RealEstateAgencyId}/Geo/AdminAreaLevel2Search

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Responses

200 200

Get geo admin area level 2’s; details are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
403 403

Forbidden: session was ended before.

Body
409 409

Session started elsewhere.

Body
Geo_AdminAreaLevel3Search
POST /v3/{RealEstateAgencyId}/Geo/AdminAreaLevel3Search

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Responses

200 200

Get geo admin area level 3’s; details are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
403 403

Forbidden: session was ended before.

Body
409 409

Session started elsewhere.

Body
Geo_LocalitySearch
POST /v3/{RealEstateAgencyId}/Geo/LocalitySearch

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Get Localities; details are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
403 403

Forbidden: session was ended before.

Body
409 409

Session started elsewhere.

Body
Geo_StreetSearch
POST /v3/{RealEstateAgencyId}/Geo/StreetSearch

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Get Streets; details are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
403 403

Forbidden: session was ended before.

Body
409 409

Session started elsewhere.

Body
Geo_SublocalitySearch
POST /v3/{RealEstateAgencyId}/Geo/SublocalitySearch

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Responses

200 200

Get Sublocalities; details are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
403 403

Forbidden: session was ended before.

Body
409 409

Session started elsewhere.

Body
GlobalSearch
POST /v3/{RealEstateAgencyId}/GlobalSearch/Search
POST /v3/{RealEstateAgencyId}/GlobalSearch/Search

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Search results are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
Keys
POST /v3/{RealEstateAgencyId}/Keys/Search
POST /v3/{RealEstateAgencyId}/Keys/Search

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Search results are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
MasterTable
GET /v3/{RealEstateAgencyId}/MasterTable
MasterTable_Index
GET /v3/{RealEstateAgencyId}/MasterTable

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

culture
string optional
Min length: 0
Max length: 5

Responses

200 200

Master table is in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
Notes
POST /v3/{RealEstateAgencyId}/Notes
DELETE /v3/{RealEstateAgencyId}/Notes
POST /v3/{RealEstateAgencyId}/Notes/Search
POST /v3/{RealEstateAgencyId}/Notes/Undelete
Notes_Save
POST /v3/{RealEstateAgencyId}/Notes

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Note succesfully saved. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested note could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
Notes_Delete
DELETE /v3/{RealEstateAgencyId}/Notes

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

id
string guid required

Responses

200 200

Note succesfully deleted.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested note could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
POST /v3/{RealEstateAgencyId}/Notes/Search

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Search results are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
Notes_Undelete
POST /v3/{RealEstateAgencyId}/Notes/Undelete

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Note succesfully undeleted.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested note could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
ObjectAssignments
POST /v3/{RealEstateAgencyId}/ObjectAssignments/Clone
POST /v3/{RealEstateAgencyId}/ObjectAssignments/DefineNew
GET /v3/{RealEstateAgencyId}/ObjectAssignments
POST /v3/{RealEstateAgencyId}/ObjectAssignments
DELETE /v3/{RealEstateAgencyId}/ObjectAssignments
POST /v3/{RealEstateAgencyId}/ObjectAssignments/Undelete
POST /v3/{RealEstateAgencyId}/ObjectAssignments/UpdateAvailability
ObjectAssignments_Clone
POST /v3/{RealEstateAgencyId}/ObjectAssignments/Clone

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

ObjectAssignment succesfully cloned.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested objectAssignment could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
ObjectAssignments_DefineNew
POST /v3/{RealEstateAgencyId}/ObjectAssignments/DefineNew

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

ObjectAssignment succesfully defined (not saved!). or

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
ObjectAssignments_Read
GET /v3/{RealEstateAgencyId}/ObjectAssignments

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

id
string guid required

Responses

200 200

ObjectAssignment details are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
403 403

Forbidden: session was ended before.

Body
404 404

Requested objectAssignment could not be found.

Body
409 409

Session started elsewhere.

Body
ObjectAssignments_Save
POST /v3/{RealEstateAgencyId}/ObjectAssignments

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

ObjectAssignment succesfully saved. or

400 400

Invalid input. See message content for more details.

Body
401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested objectAssignment could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
ObjectAssignments_Delete
DELETE /v3/{RealEstateAgencyId}/ObjectAssignments

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

id
string guid required

Responses

200 200

ObjectAssignment succesfully deleted.

400 400

Invalid input. See message content for more details.

Body
401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested objectAssignment could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
ObjectAssignments_Undelete
POST /v3/{RealEstateAgencyId}/ObjectAssignments/Undelete

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

ObjectAssignment succesfully undeleted.

400 400

Invalid input. See message content for more details.

Body
401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested objectAssignment could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
ObjectAssignments_UpdateAvailability
POST /v3/{RealEstateAgencyId}/ObjectAssignments/UpdateAvailability

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Responses

200 200

ObjectAssignment availability updated succesfully.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested objectAssignment could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
Offices
POST /v3/{RealEstateAgencyId}/Offices/Archive
POST /v3/{RealEstateAgencyId}/Offices/DefineNew
GET /v3/{RealEstateAgencyId}/Offices
POST /v3/{RealEstateAgencyId}/Offices
DELETE /v3/{RealEstateAgencyId}/Offices
POST /v3/{RealEstateAgencyId}/Offices/Unarchive
Offices_Archive
POST /v3/{RealEstateAgencyId}/Offices/Archive

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Office succesfully archived.

400 400

Invalid input. See message content for more details.

Body
401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested Office could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
Offices_DefineNew
POST /v3/{RealEstateAgencyId}/Offices/DefineNew

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Office succesfully defined (not saved!). or

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
Offices_Read
GET /v3/{RealEstateAgencyId}/Offices

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

id
string guid required

Responses

200 200

Office details are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
403 403

Forbidden: session was ended before.

Body
404 404

Requested Office could not be found.

Body
409 409

Session started elsewhere.

Body
Offices_Save
POST /v3/{RealEstateAgencyId}/Offices

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Office succesfully saved. or

400 400

Invalid input. See message content for more details.

Body
401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested Office could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
Offices_Delete
DELETE /v3/{RealEstateAgencyId}/Offices

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

id
string guid required

Responses

200 200

Office succesfully deleted.

400 400

Invalid input. See message content for more details.

Body
401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested Office could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
Offices_Unarchive
POST /v3/{RealEstateAgencyId}/Offices/Unarchive

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Office succesfully unarchived.

400 400

Invalid input. See message content for more details.

Body
401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested Office could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
Publications
POST /v3/{RealEstateAgencyId}/Publications/Activate
POST /v3/{RealEstateAgencyId}/Publications/Deactivate
POST /v3/{RealEstateAgencyId}/Publications/Search
Publications_Activate
POST /v3/{RealEstateAgencyId}/Publications/Activate

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Publication succesfully activated.

Body
400 400

Invalid input. See message content for more details.

Body
401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Media Partner or Assignment could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
Publications_Deactivate
POST /v3/{RealEstateAgencyId}/Publications/Deactivate

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Publication succesfully deactivated.

Body
400 400

Invalid input. See message content for more details.

Body
401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Media Partner or Assignment could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
POST /v3/{RealEstateAgencyId}/Publications/Search

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Search results are in message body. or

400 400

Invalid input. See message content for more details.

Body
401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
RealEstateAgencies
GET /v3/{RealEstateAgencyId}/RealEstateAgencies
POST /v3/{RealEstateAgencyId}/RealEstateAgencies
RealEstateAgencies_Read
GET /v3/{RealEstateAgencyId}/RealEstateAgencies

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Responses

200 200

Real Estate Agency details are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
403 403

Forbidden: session was ended before.

Body
404 404

Requested task could not be found.

Body
409 409

Session started elsewhere.

Body
RealEstateAgencies_Update
POST /v3/{RealEstateAgencyId}/RealEstateAgencies

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Real Estate Agency succesfully saved. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested task could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
RelationGroups
GET /v3/{RealEstateAgencyId}/RelationGroups
POST /v3/{RealEstateAgencyId}/RelationGroups
DELETE /v3/{RealEstateAgencyId}/RelationGroups
POST /v3/{RealEstateAgencyId}/RelationGroups/Search
POST /v3/{RealEstateAgencyId}/RelationGroups/DefineNew
POST /v3/{RealEstateAgencyId}/RelationGroups/Undelete
POST /v3/{RealEstateAgencyId}/RelationGroups/Link
POST /v3/{RealEstateAgencyId}/RelationGroups/Unlink
RelationGroups_Read
GET /v3/{RealEstateAgencyId}/RelationGroups

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

id
string guid required

Responses

200 200

RelationGroup details are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
403 403

Forbidden: session was ended before.

Body
404 404

Requested relationGroup could not be found.

Body
409 409

Session started elsewhere.

Body
RelationGroups_Save
POST /v3/{RealEstateAgencyId}/RelationGroups

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

RelationGroup succesfully saved. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested relationGroup could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
RelationGroups_Delete
DELETE /v3/{RealEstateAgencyId}/RelationGroups

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

id
string guid required

Responses

200 200

RelationGroup succesfully deleted.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested relationGroup could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
POST /v3/{RealEstateAgencyId}/RelationGroups/Search

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Search results are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
RelationGroups_DefineNew
POST /v3/{RealEstateAgencyId}/RelationGroups/DefineNew

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

RelationGroup succesfully defined (not saved!). or

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
RelationGroups_Undelete
POST /v3/{RealEstateAgencyId}/RelationGroups/Undelete

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

RelationGroup succesfully undeleted.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested relationGroup could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
POST /v3/{RealEstateAgencyId}/RelationGroups/Link

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

RelationGroup succesfully deleted.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested relationGroup could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
POST /v3/{RealEstateAgencyId}/RelationGroups/Unlink

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

RelationGroup succesfully undeleted.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested relationGroup could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
Relations
POST /v3/{RealEstateAgencyId}/Relations/Search
GET /v3/{RealEstateAgencyId}/Relations/SearchAndExport
POST /v3/{RealEstateAgencyId}/Relations/Search

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Search results are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
Relations_SearchAndExport
GET /v3/{RealEstateAgencyId}/Relations/SearchAndExport

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

filterByRelationGroupIds
array of string optional
Collection format: multi
filterByRelationTypes
array of RelationType optional
Collection format: multi
includeStatistics
boolean optional
orderBy
string optional
Enumeration:
DateTimeCreated
DisplayName
UpcomingBirthday
relationId
string guid optional
termFields
array of RelationTermField optional
Collection format: multi
culture
string optional
Min length: 0
Max length: 5
filterByActive
string optional
Enumeration:
ActiveOrInactive
ActiveOnly
InactiveOnly
order
string optional
Enumeration:
Ascending
Descending
skip
integer int32 optional
Min: 0
Max: 2,147,483,647
take
integer int32 optional
Min: 0
Max: 2,147,483,647
term
string optional
Min length: 0
Max length: 50

Responses

200 200

Search results are returned in an Excel file.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
Statistics
GET /v3/{RealEstateAgencyId}/Statistics
Statistics_Read
GET /v3/{RealEstateAgencyId}/Statistics

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

employeeId
string guid optional

Responses

200 200

Statistics are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
403 403

Forbidden: session was ended before.

Body
404 404

Requested statistics could not be found.

Body
409 409

Session started elsewhere.

Body
Tasks
POST /v3/{RealEstateAgencyId}/Tasks/Archive
POST /v3/{RealEstateAgencyId}/Tasks/DefineNew
GET /v3/{RealEstateAgencyId}/Tasks
POST /v3/{RealEstateAgencyId}/Tasks
DELETE /v3/{RealEstateAgencyId}/Tasks
POST /v3/{RealEstateAgencyId}/Tasks/Search
POST /v3/{RealEstateAgencyId}/Tasks/Unarchive
POST /v3/{RealEstateAgencyId}/Tasks/Undelete
POST /v3/{RealEstateAgencyId}/Tasks/UpdateStatus
Tasks_Archive
POST /v3/{RealEstateAgencyId}/Tasks/Archive

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Task succesfully archived.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested task could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
Tasks_DefineNew
POST /v3/{RealEstateAgencyId}/Tasks/DefineNew

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Task succesfully defined (not saved!). or

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
Tasks_Read
GET /v3/{RealEstateAgencyId}/Tasks

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

id
string guid required

Responses

200 200

Task details are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
403 403

Forbidden: session was ended before.

Body
404 404

Requested task could not be found.

Body
409 409

Session started elsewhere.

Body
Tasks_Save
POST /v3/{RealEstateAgencyId}/Tasks

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Task succesfully saved. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested task could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
Tasks_Delete
DELETE /v3/{RealEstateAgencyId}/Tasks

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request parameters

id
string guid required

Responses

200 200

Task succesfully deleted.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested task could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
POST /v3/{RealEstateAgencyId}/Tasks/Search

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Search results are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
Tasks_Unarchive
POST /v3/{RealEstateAgencyId}/Tasks/Unarchive

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Task succesfully unarchived.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested task could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
Tasks_Undelete
POST /v3/{RealEstateAgencyId}/Tasks/Undelete

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Task succesfully undeleted.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested task could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
Tasks_UpdateStatus
POST /v3/{RealEstateAgencyId}/Tasks/UpdateStatus

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Task status succesfully updated.

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
404 404

Requested task could not be found.

Body
500 500

Unexpected error. See message content for more details.

Body
TimelineEvents
POST /v3/{RealEstateAgencyId}/TimelineEvents/Search
POST /v3/{RealEstateAgencyId}/TimelineEvents/Search

Authentication

implicit

Path variables

RealEstateAgencyId
string guid required

Request body

Responses

200 200

Search results are in message body. or

400 400

Invalid input. See message content for more details.

401 401

Unauthorized: Invalid/expired idToken.

Body
500 500

Unexpected error. See message content for more details.

Body
Version
GET /v3/Version
Version_Index
GET /v3/Version

Authentication

implicit

Responses

200 200

Returns the current API version. or

Type Definitions
AccountSettings
All of
Types: SaveRequest
LinkedEmployee
All of
Gender
string
Enumeration:
Unknown
Male
Female
Other
ErrorResponse
Object
brokenBusinessRules
Object
errorCode
message
string
Methods: AccountSettings_Read AccountSettings_ReadByEmployeeId AccountSettings_Save AgendaItemCategories_Read AgendaItemCategories_Search AgendaItems_AddRecurrenceException AgendaItems_Cancel AgendaItems_Confirm AgendaItems_Delete AgendaItems_Move AgendaItems_Read AgendaItems_Save AgendaItems_Search AgendaItems_SearchAndExport AgendaItems_Undelete Assignments_Search Assignments_SearchAndExport BusinessPartners_Read BusinessPartners_Search Cadastres_Archive Cadastres_BuyAndSave Cadastres_BuyAndSaveMunicipalities Cadastres_Delete Cadastres_Read Cadastres_Save Cadastres_Search Cadastres_Unarchive Cadastres_Undelete CompanySettings_Read ContactCompanies_Read ContactCompanies_RemoveLogo ContactCompanies_UpdateLogo ContactLinks_Delete ContactLinks_Save ContactLinks_Search ContactLinks_Undelete ContactPersons_Archive ContactPersons_Delete ContactPersons_Read ContactPersons_RemovePassportPhoto ContactPersons_Save ContactPersons_Unarchive ContactPersons_UpdatePassportPhoto DossierItems_Delete DossierItems_Save DossierItems_Search DossierItems_Undelete Employees_Archive Employees_Delete Employees_Read Employees_Save Employees_Unarchive FinancialAdministrations_Read FinancialAdministrations_Save FinancialAdministrations_Search Geo_AddressSearch Geo_AdminAreaLevel1Search Geo_AdminAreaLevel2Search Geo_AdminAreaLevel3Search Geo_LocalitySearch Geo_StreetSearch Geo_SublocalitySearch GlobalSearch_Search Keys_Search MasterTable_Index Notes_Delete Notes_Save Notes_Search Notes_Undelete ObjectAssignments_Clone ObjectAssignments_Read ObjectAssignments_UpdateAvailability Offices_Read RealEstateAgencies_Read RealEstateAgencies_Update RelationGroups_Delete RelationGroups_Link RelationGroups_Read RelationGroups_Save RelationGroups_Search RelationGroups_Undelete RelationGroups_Unlink Relations_Search Relations_SearchAndExport Statistics_Read Tasks_Archive Tasks_Delete Tasks_Read Tasks_Save Tasks_Search Tasks_Unarchive Tasks_Undelete Tasks_UpdateStatus TimelineEvents_Search
ErrorCode
string
Enumeration:
SessionInvalid
SessionExpired
OtherSessionAlreadyExists
Other
NotFound
InvalidModelState
BrokenBusinessRules
InvalidCredentials
UnauthorizedDataAccess
NoPermission
NullModelState
HttpError

Defines a serializable container for storing error information. This information is stored as key/value pairs. The dictionary keys to look up standard error information are available on the type.

Unknown
Methods: AccountSettings_Read AccountSettings_ReadByEmployeeId AccountSettings_Save AgendaItemCategories_Read AgendaItemCategories_Search AgendaItems_AddRecurrenceException AgendaItems_Cancel AgendaItems_Confirm AgendaItems_DefineNew AgendaItems_Delete AgendaItems_Move AgendaItems_Read AgendaItems_Save AgendaItems_Search AgendaItems_SearchAndExport AgendaItems_Undelete Assignments_Search Assignments_SearchAndExport BusinessPartners_Read BusinessPartners_Search Cadastres_Archive Cadastres_BuyAndSave Cadastres_BuyAndSaveMunicipalities Cadastres_DefineNew Cadastres_Delete Cadastres_Read Cadastres_Save Cadastres_Search Cadastres_Unarchive Cadastres_Undelete CompanySettings_Read ContactCompanies_Archive ContactCompanies_DefineNew ContactCompanies_Delete ContactCompanies_Read ContactCompanies_RemoveLogo ContactCompanies_Save ContactCompanies_Unarchive ContactCompanies_UpdateLogo ContactLinks_Delete ContactLinks_Save ContactLinks_Search ContactLinks_Undelete ContactPersons_Archive ContactPersons_DefineNew ContactPersons_Delete ContactPersons_Read ContactPersons_RemovePassportPhoto ContactPersons_Save ContactPersons_Unarchive ContactPersons_UpdatePassportPhoto DossierItems_Delete DossierItems_Save DossierItems_Search DossierItems_Undelete Employees_Archive Employees_DefineNew Employees_Delete Employees_Read Employees_Save Employees_Unarchive FinancialAdministrations_Read FinancialAdministrations_Save FinancialAdministrations_Search Geo_AddressSearch Geo_AdminAreaLevel1Search Geo_AdminAreaLevel2Search Geo_AdminAreaLevel3Search Geo_LocalitySearch Geo_StreetSearch Geo_SublocalitySearch GlobalSearch_Search Keys_Search MasterTable_Index Notes_Delete Notes_Save Notes_Search Notes_Undelete ObjectAssignments_Clone ObjectAssignments_DefineNew ObjectAssignments_Delete ObjectAssignments_Read ObjectAssignments_Save ObjectAssignments_Undelete ObjectAssignments_UpdateAvailability Offices_Archive Offices_DefineNew Offices_Delete Offices_Read Offices_Save Offices_Unarchive Publications_Activate Publications_Deactivate Publications_Search RealEstateAgencies_Read RealEstateAgencies_Update RelationGroups_DefineNew RelationGroups_Delete RelationGroups_Link RelationGroups_Read RelationGroups_Save RelationGroups_Search RelationGroups_Undelete RelationGroups_Unlink Relations_Search Relations_SearchAndExport Statistics_Read Tasks_Archive Tasks_DefineNew Tasks_Delete Tasks_Read Tasks_Save Tasks_Search Tasks_Unarchive Tasks_Undelete Tasks_UpdateStatus TimelineEvents_Search
SaveRequest
Object
accountSettings
ReadByEmployeeIdRequest
Object
employeeId
string guid
SingleAgendaItemCategoryResponse
AgendaItemCategory
All of
Priority
string
Enumeration:
Low
Medium
High
AgendaStandardDuration
string
Enumeration:
FifteenMinutes
ThirtyMinutes
FortyFiveMinutes
OneHour
OneAndAHalfHours
TwoHours
ThreeHours
FourHours
AllDay
AgendaItemTimeMarker
string
Enumeration:
None
Busy
Free
OutOfOffice
Tentative
SearchRequest
AgendaItemCategoryOrderByField
string
Enumeration:
DisplayName
AgendaItemCategoryTermField
string
Enumeration:
DisplayName
SearchRequest2
Object
filterByActive
order
skip
integer int32
Min: 0
Max: 2,147,483,647
take
integer int32
Min: 0
Max: 2,147,483,647
term
string
Min length: 0
Max length: 50
ActiveFilter
string
Enumeration:
ActiveOrInactive
ActiveOnly
InactiveOnly
SortOrder
string
Enumeration:
Ascending
Descending
SearchResponse
AgendaItemCategorySnapShot
All of
AgendaItem
All of
Types: SaveRequest2
LinkedAgendaItemCategory
All of
LinkedAssignment
All of
AssignmentPhase
string
Enumeration:
Concept
Initiated
Completed
AvailabilityStatus
string
Enumeration:
Available
UnderBid
UnderOption
SoldUnderCondition
RentedUnderCondition
Sold
Rented
Withdrawn
FarmedUnderCondition
Farmed
LeasedUnderCondition
Leased
ListingType
string
Enumeration:
House
Apartment
Parking
Plot
SummerCottage
Other
ProductionHall
OutdoorArea
HotelRestaurantCafe
Office
Lot
PracticeSpace
RetailSpace
Warehouse
WarehouseProduction
Services
Garage
ArableCompany
LooseSoil
DairyFarmingCompany
PoultryCompany
HorsesCompany
ProductionRights
Horticultural
PigHolding
VealCalvesFarming
AgriculturalHouse
CattleFarming
BusinessSpace
Ammoniac
AvebeShares
BeetQuota
MilkQuota
PoultryRights
PaymentEntitlements
PigRights
Leisure
Investment
SocialProperty
RealEstateGroup
string
Enumeration:
Residential
Commercial
Agricultural
ProductionRight
RentCondition
string
Enumeration:
PricePerDay
PricePerWeek
PricePerMonth
PricePerQuarter
PricePerHalfYear
PricePerYear
PricePerContract
SaleCondition
string
Enumeration:
CostsBuyer
FreeOnName
CostsSplit
AssignmentType
string
Enumeration:
Object
ObjectType
Project
RealEstateAssociation
string
Enumeration:
Independent
Vbo
VastgoedPro
Nvm
RelationType
string
Enumeration:
Employee
ContactPerson
ContactCompany
Office
GeoLocation
Object
latitude
number double
longitude
number double
Types: Address
SearchRequest3
AgendaItemOrderByField
string
Enumeration:
StartDateTime
AgendaItemTermField
string
Enumeration:
Subject
SearchResponse2
AgendaItemSnapShot
All of
DefineNewRequest
Object
allDayEvent
boolean
endDateTime
string date-time
linkedEmployeeIds
Array
string guid
startDateTime
string date-time
SaveRequest2
Object
agendaItem
MoveAgendaItemRequest
Object
allDayEvent
boolean
endDateTime
string date-time
id
string guid
linkedEmployeeIds
Array
string guid
startDateTime
string date-time
ConfirmRequest
Object
id
string guid
CancelRequest
Object
id
string guid
AddRecurrencyExceptionRequest
Object
newEndDateTime
string date-time
newStartDateTime
string date-time
originalStartDateTime
string date-time
allDayEvent
boolean
parentId
string guid
AddRecurrencyExceptionResponse
SearchRequest4
AssignmentOrderByField
string
Enumeration:
LocalityStreetNameAndNumber
AssignmentTermField
string
Enumeration:
PublicReference
StreetNameAndNumber
PostalCode
Locality
SearchResponse3
AssignmentSnapShot
All of
LinkedOffice
All of
VatCondition
string
Enumeration:
Included
Excluded
Statistics
Object
commissionTotal
number decimal
listingTypes
Array of ListingType
localities
Array of string
UploadResponse
All of
Methods: Blobs_Upload
SingleBusinessPartnerResponse
BusinessPartner
Object
associationInfo
associationInfoAlt
dateTimeCreated
string date-time
dateTimeModified
string date-time
displayName
string
emailAddress
string
id
string guid
phoneNumber
string
postalAddress
visitAddress
webAddress
string
RealEstateAssociationInfo
Object
membershipNumber
string
Address
Object
adminAreaLevel1
adminAreaLevel2
adminAreaLevel3
cadastralCode
string
claimInProgress
boolean
countryIso2
string
endOfHouseNumberRange
integer int32
houseNumber
integer int32
houseNumberPostfix
string
locality
geoLocation
postalCode
string
startOfHouseNumberRange
integer int32
sublocality
usesHouseNumberRange
boolean
AddressDetail
Object
id
integer int32
name
string
SearchRequest5
BusinessPartnerOrderByField
string
Enumeration:
DisplayName
BusinessPartnerTermField
string
Enumeration:
DisplayName
StreetNameAndNumber
PostalCode
Locality
SearchResponse4
BusinessPartnerSnapShot
All of
BuyAndSaveRequest
Object
apartmentRightSerialNumber
string
countryIso2
string
Min length: 2
Max length: 2
houseNumber
integer int32
houseNumberPostfix
string
municipalityId
string
municipalityName
string
parcelNumber
string
postalCode
string
sectionNumber
string
BuyAndSaveResponse
Object
cadastres
Array of Cadastre
CadastralApartmentRights
Object
complex
string
hasOwnersAssociation
boolean
head
string
isOriginatedFromMultipleBusinesses
boolean
municipalityByDevision
string
parcelNumberByDevision
string
sectionByDevision
string
CadastralDetails
Object
cadastralLotSize
indexNumber
string
indicationEstimatedSize
boolean
letter
string
municipalCode
string
parcel
string
referenceNumber
string
section
string
share
string
surface
integer int64
xCoordinate
string
yCoordinate
string
CadastralLotSize
string
Enumeration:
PerpetualLease
Condominium
MembershipRights
EntireLot
PartialLot
CadastralBlob
All of
FileMetaData
Object
contentType
string
dateTimeCreated
string date-time
dateTimeModified
string date-time
description
string
fileDataId
string guid
fileExtension
string
fileName
string
fileSize
integer int64
md5Hash
string
name
string
urlOriginal
string
urlPreview
string
OwnershipDetails
Object
boughtOutUntil
string date-time
description
Array of TranslatedText
endDate
string date-time
fixedVariable
groundLeasePeriod
hasBuyoutOption
boolean
hasLeasehold
boolean
leaseholdOwner
string
leaseholdPrice
number decimal
leaseTerm
multiplicityLeasehold
string
ownershipType
purchasePrice
number decimal
Language
string
Enumeration:
Dutch
English
Georgian
German
French
Spanish
Italian
Croatian
Russian
Estonian
Finnish
Polish
Turkish
Swedish
FixedVariable
string
Enumeration:
Fixed
Variable
GroundLeasePeriod
string
Enumeration:
Permanent
Temporary
Ongoing
LeaseholdPeriod
string
Enumeration:
Month
Quarter
HalfYear
Year
OwnershipType
string
Enumeration:
FullOwnership
Leasehold
LeaseholdPropertyTax
UnderLeasehold
LeaseholdEstate
PropertyEncumberedWithSuperstructure
LeaseholdSuperstructure
PropertyEncumberedWithLeaseholdSuperstructure
PerpetualGroundRent
PropertyEncumberedWithPerpetualGroundRent
CityLaw
PropertyEncumberedWithCityLaw
UnderRightOfAppeal
Usufruct
PropertyEncumberedWithUsufruct
Occupancy
PropertyEncumberedWithOccupancy
PropertyEncumberedWithLimitedRights
LeaseholdEncumberedWithUsufruct
SuperstructureEncumberedWithUsufruct
LeaseholdSuperstructureEncumberedWithUsufruct
RightOfAppealEncumberedWithUsufruct
LeaseholdEncumberedWithOccupancy
SuperstructureEncumberedWithOccupancy
LeaseholdSuperstructureEncumberedWithOccupancy
RightOfAppealEncumberedWithOccupancy
SeeDeed
BuyAndSaveMunicipalitiesRequest
Object
countryIso2
string
Min length: 2
Max length: 2
skip
integer int32
Min: 0
Max: 2,147,483,647
take
integer int32
Min: 0
Max: 2,147,483,647
term
string
Min length: 0
Max length: 50
BuyAndSaveMunicipalitiesResponse
Object
resultCount
integer int32
results
totalResults
integer int32
BuyAndSaveMunicipality
Object
municipalityId
string
municipalityName
string
DefineNewRequest2
Object
objectAssignmentId
string guid
SingleCadastreResponse
SaveRequest3
Object
cadastre
Methods: Cadastres_Save
SearchRequest6
CadastreOrderByField
string
Enumeration:
CreationDateTime
CadastreTermField
string
Enumeration:
DisplayName
SearchResponse5
All of
CadastreSnapShot
All of
SingleCompanySettingsResponse
CompanySettings
All of
DefineNewRequest3
SingleContactCompanyResponse
ContactCompany
ContactCompanyFinancialAdministration
Object
debtorNumber
string
displayName
string
id
string guid
LinkedRelationGroup
All of
SocialMediaTranslation
Object
account
string
language
SocialMediaType
string
Enumeration:
Facebook
Twitter
TwitterWidget
YouTube
LinkedIn
GooglePlus
Pinterest
Video
Company
All of
BankAccount
Object
countryIso2
string
localityName
string
name
string
number
string
EmailAddress
Object
address
string
EmailAddressType
string
Enumeration:
Other
Home
Work
LegalRegistration
Object
countryIso2
string
date
string date-time
locality
string
name
string
number
string
PhotoBlob
All of
Types: Testimonial
PhoneNumber
Object
number
string
PhoneNumberType
string
Enumeration:
Other
Home
Work
Mobile
SaveRequest4
Object
contactCompany
PhotoBlobSaveRequest
Object
parentId
string guid
fileDataId
string guid
fileExtension
string
fileName
string
fileSize
integer int64
height
integer int32
width
integer int32
md5Hash
string
PhotoBlobRemoveRequest
SaveRequest5
Object
isPartnerLink
boolean
linkDescription
string
linkType
string
sourceRelationId
string guid
targetRelationId
string guid
SingleContactLinkSnapShotResponse
Object
contactLinkSnapShot
ContactLinkSnapShot
Object
isPartnerLink
boolean
linkDescription
string
linkType
string
sourceRelation
targetRelation
realEstateAgencyId
string guid
SearchRequest7
ContactLinkOrderByField
string
Enumeration:
DisplayName
ContactLinkTermField
string
Enumeration:
LinkType
SearchResponse6
UndeleteRequest2
Object
sourceRelationId
string guid
targetRelationId
string guid
DefineNewRequest4
Object
ContactPerson
All of
Types: SaveRequest6
ContactPersonFinancialAdministration
All of
ContactPersonPartner
All of
Person
CivilState
string
Enumeration:
Unknown
Single
Unmarried
MarriedWithConditions
MarriedInCommunityOfProperty
LivingTogetherInCivilPartnership
LivingTogetherWithoutCivilPartnership
PartnerRegistrationInCommunityOfProperty
PartnerRegistrationWithTermLifeInsurance
PartnerRegistrationPartnershipWithConditions
Widower
Widow
Divorced
Married
IdentificationCard
Object
number
string
validUntilDate
string date-time
IdentificationType
string
Enumeration:
Unknown
Passport
IdentityCard
DriverLicense
ResidenceDocument
RefugeePassport
StrangerPassport
ForeignPassport
ElectronicWDocument
SaveRequest6
Object
contactPerson
SaveRequest7
Object
description
string
fileDataId
string guid
fileExtension
string
fileName
string
fileSize
integer int64
id
integer int32
md5Hash
string
name
string
parentId
string guid
SingleDossierItemSnapShotResponse
DossierItemSnapShot
Object
dateTimeCreated
string date-time
dateTimeModified
string date-time
description
string
fileDataId
string guid
fileExtension
string
fileName
string
fileSize
integer int64
id
integer int32
md5Hash
string
name
string
parentId
string guid
url
string
realEstateAgencyId
string guid
SearchRequest8
DossierItemOrderByField
string
Enumeration:
CreationDateTime
DossierItemTermField
string
Enumeration:
FileName
SearchResponse7
UndeleteRequest3
Object
id
integer int32
parentId
string guid
DefineNewRequest5
Object
SingleEmployeeResponse
Employee
All of
Types: SaveRequest8
Translation
Object
language
text
string
CertificationDetails
Object
certification
date
string date-time
isActiveAppraiser
boolean
isAppraiser
boolean
locality
string
number
string
AppraisalCertification
string
Enumeration:
Unknown
Scvm
VastGoedCert
EmployeeRole
string
Enumeration:
Appraiser
Coach
BackOffice
SaveRequest8
Object
employee
Methods: Employees_Save
SingleFinancialAdministrationResponse
FinancialAdministration
All of
Types: SaveRequest9
ImageBlob
All of
FinancialAdministrationGroup
Object
budgetedAmount
number decimal
budgetedNumberOfProducts
number decimal
id
integer int32
name
string
Min length: 0
Max length: 50
SoftwareAdministration
DescriptorPatternBase
Object
id
integer int32
name
string
FinancialAdministrationProduct
Object
description
string
Min length: 0
Max length: 500
descriptionShort
string
Min length: 0
Max length: 50
exportLedgerAccountCode
string
Min length: 0
Max length: 10
groupId
integer int32
id
integer int32
isActive
boolean
isMarketingProduct
boolean
taxRateId
integer int32
unitPriceNet
number decimal
FinancialAdministrationTaxRate
Object
description
string
Min length: 0
Max length: 500
descriptionShort
string
Min length: 0
Max length: 10
exportLedgerAccountCode
string
Min length: 0
Max length: 10
exportTaxCode
string
Min length: 0
Max length: 10
id
integer int32
isActive
boolean
taxPercentage
number decimal
SaveRequest9
Object
financialAdministration
SearchRequest9
FinancialAdministrationOrderByField
string
Enumeration:
Name
FinancialAdministrationTermField
string
Enumeration:
Name
SearchResponse8
FinancialAdministrationSnapShot
All of
SearchRequest10
Object
countryIso2
string
Min length: 0
Max length: 2
culture
string
Min length: 0
Max length: 5
location
string
Min length: 0
Max length: 100
SearchResponse9
Object
results
AdminAreaLevel1SearchRequest
Object
countryIso2
string
Min length: 0
Max length: 2
culture
string
Min length: 0
Max length: 5
AdminAreaLevel1SearchResponse
AdminAreaLevel2SearchRequest
Object
adminAreaLevel1Id
integer int32
culture
string
Min length: 0
Max length: 5
AdminAreaLevel2SearchResponse
AdminAreaLevel3SearchRequest
Object
adminAreaLevel2Id
integer int32
culture
string
Min length: 0
Max length: 5
AdminAreaLevel3SearchResponse
LocalitySearchRequest
Object
adminAreaLevel1Id
integer int32
adminAreaLevel2Id
integer int32
adminAreaLevel3Id
integer int32
culture
string
Min length: 0
Max length: 5
LocalitySearchResponse
StreetSearchRequest
Object
culture
string
Min length: 0
Max length: 5
localityId
integer int32
StreetSearchResponse
SublocalitySearchRequest
Object
culture
string
Min length: 0
Max length: 5
localityId
integer int32
SublocalitySearchResponse
SearchRequest11
Object
filterByActive
filterByRelationTypes
Array of RelationType
filterByAssignmentTypes
Array of AssignmentType
filterByRealEstateGroups
Array of RealEstateGroup
filterByTypes
takePerType
integer int32
Min: 0
Max: 2,147,483,647
term
string
Min length: 0
Max length: 50
GlobalSearchType
string
Enumeration:
Relations
Assignments
SearchResponse10
AssignmentsSearchResult
SearchResultBase
Object
resultCount
integer int32
totalResults
integer int32
RelationsSearchResult
RelationSnapShot
All of
SearchRequest12
Object
availableFilter
skip
integer int32
Min: 0
Max: 2,147,483,647
take
integer int32
Min: 0
Max: 2,147,483,647
Methods: Keys_Search
AvailableFilter
string
Enumeration:
Available
InUse
SearchResponse11
All of
Methods: Keys_Search
TableResponse
AcceptanceOption
BaseOptionOfAcceptance
Object
displayName
string
id
integer int32
value
Acceptance
string
Enumeration:
InConsultation
PerDate
Directly
AgendaStandardDurationOption
BaseOptionOfAgendaStandardDuration
Object
displayName
string
id
integer int32
AgriculturalSubtypeOtherOption
BaseOptionOfAgriculturalSubtypeOther
Object
displayName
string
id
integer int32
AgriculturalSubtypeOther
string
Enumeration:
SheepFarm
GoatFarm
WormsFarm
EelFarm
Other
Fishery
Lot
AirTreatmentOption
BaseOptionOfAirTreatment
Object
displayName
string
id
integer int32
AirTreatment
string
Enumeration:
AC
MechanicalVentilation
TopCooling
ApartmentCharacteristicOption
BaseOptionOfApartmentCharacteristic
Object
displayName
string
id
integer int32
ApartmentCharacteristic
string
Enumeration:
ServiceFlat
CommonApartment
CorridorFlat
Beletage
Basement
DoubleUpperHouse
NurseryFlat
Penthouse
Duplex
Triplex
Other
Kavlashvili
Lvovi
Khrushovi
Tukhareli
Chekhuri
Kalakuri
Moscow
Nonstandard
ApartmentSortOption
BaseOptionOfApartmentSort
Object
displayName
string
id
integer int32
ApartmentSort
string
Enumeration:
UpstairsApartment
GroundFloorApartment
Maisonette
GalleryFlat
PorticoFlat
UpstairsGroundFloorApartment
Penthouse
PorchApartment
StudentRoom
DoubleGroundFloorApartment
Mezzanine
ModernApartment
SovietStyleApartment
ItalianYardApartment
AppraisalCertificationOption
BaseOptionOfAppraisalCertification
Object
displayName
string
id
integer int32
AssignmentPhaseOption
BaseOptionOfAssignmentPhase
Object
displayName
string
id
integer int32
AssignmentTypeOption
BaseOptionOfAssignmentType
Object
displayName
string
id
integer int32
AtticOptionOption
BaseOptionOfAtticOption
Object
displayName
string
id
integer int32
AtticOption
string
Enumeration:
OptionForRoom
Staircase
AvailabilityStatusOption
BaseOptionOfAvailabilityStatus
Object
displayName
string
id
integer int32
BalconyTypeOption
BaseOptionOfBalconyType
Object
displayName
string
id
integer int32
BalconyType
string
Enumeration:
ClosedBalcony
GlazedBalcony
FrenchBalcony
Balcony
Terrace
BathroomFacilityOption
BaseOptionOfBathroomFacility
Object
displayName
string
id
integer int32
BathroomFacility
string
Enumeration:
Bath
HalfBath
Toilet
Shower
Urinal
Bidet
SteamCabin
Jacuzzi
DoubleSink
Sink
CertificationOption
BaseOptionOfCertification
Object
displayName
string
id
integer int32
Certification
string
Enumeration:
AdaptedProperty
Police
FireSafety
GeneralHomeInspection
EnergyPerformanceCertificate
BuildingInspection
HomeWarranty
HomeWarrantyCertificate
Security
CertificateOfOccupancy
EnergyLabel
NeighborhoodWatch
StairwellLocked
SecurityGuard
SecuritySystem
SecurityDoor
VideoCamera
CivilStateOption
BaseOptionOfCivilState
Object
displayName
string
id
integer int32
value
ComfortQualityOption
BaseOptionOfComfortQuality
Object
displayName
string
id
integer int32
ComfortQuality
string
Enumeration:
Luxury
Normal
Simple
CommissionPaidByOption
BaseOptionOfCommissionPaidBy
Object
displayName
string
id
integer int32
CommissionPaidBy
string
Enumeration:
Owner
Customer
OwnerAndCustomer
CommissionTypeOption
BaseOptionOfCommissionType
Object
displayName
string
id
integer int32
CommissionType
string
Enumeration:
Fixed
Percentage
FixedAndPercentage
ConditionOption
BaseOptionOfCondition
Object
displayName
string
id
integer int32
value
Condition
string
Enumeration:
Poor
PoorToModerate
Moderate
ModerateToHabitable
Habitable
HabitableToGood
Good
GoodToExcellent
Excellent
ConditionTypeOption
BaseOptionOfConditionType
Object
displayName
string
id
integer int32
ConditionType
string
Enumeration:
EssentialRepairsDone
Foundation
Framework
NeedsRenovation
NeedsDecoration
NewBuilding
NewlyDecorated
Ready
Renovated
UnderConstruction
ConstructionOptionOption
BaseOptionOfConstructionOption
Object
displayName
string
id
integer int32
ConstructionOption
string
Enumeration:
ProductionHall
Office
HotelRestaurantCafe
RetailSpace
CommercialOthers
ConstructionPeriodOption
BaseOptionOfConstructionPeriod
Object
displayName
string
id
integer int32
ConstructionPeriod
string
Enumeration:
Before1906
Between1906And1930
Between1931And1944
Between1945And1959
Between1960And1970
Between1971And1980
Between1981And1990
Between1991And2000
Between2001And2010
After2010
ContactLinkTypeSuggestion
Object
displayName
string
isPartnerLink
boolean
ContactPersonTitleSuggestionOption
Object
displayName
string
usedForFemales
boolean
usedForMales
boolean
usedForUnknownGender
boolean
CountryOption
Object
countryCallingCodes
Array of string
displayName
string
iso2CodeValue
string
value
string
EmailAddressTypeOption
BaseOptionOfEmailAddressType
Object
displayName
string
id
integer int32
EnergyClassOption
BaseOptionOfEnergyClass
Object
displayName
string
id
integer int32
EnergyClass
string
Enumeration:
Aplusplus
Aplus
A
B
C
D
E
F
G
EnergySourceOption
BaseOptionOfEnergySource
Object
displayName
string
id
integer int32
EnergySource
string
Enumeration:
Gas
Oil
Electric
ExclusiveStatusOption
BaseOptionOfExclusiveStatus
Object
displayName
string
id
integer int32
ExclusiveStatus
string
Enumeration:
Exclusive
NonExclusive
FacilityOption
BaseOptionOfFacility
Object
displayName
string
id
integer int32
value
Facility
string
Enumeration:
None
InstallationFixtures
Elevators
OpenableWindows
FlexSpots
CableDuct
SystemCeiling
Toilet
Pantry
Heating
RoomLayout
FurnishingOption
BaseOptionOfFurnishing
Object
displayName
string
id
integer int32
value
Furnishing
string
Enumeration:
Furnished
Upholstered
AsShell
OptionForFurnished
GarageTypeOption
BaseOptionOfGarageType
Object
displayName
string
id
integer int32
value
GarageType
string
Enumeration:
NoGarage
AttachedStone
AttachedWood
DetachedStone
DetachedWood
Indoor
GarageBox
UndergroundParking
OptionForGarage
CarPort
ParkingSpace
GarageWithCarPort
Garage
ParkingFee
NoParking
FreeParking
GardenQualityOption
BaseOptionOfGardenQuality
Object
displayName
string
id
integer int32
GardenQuality
string
Enumeration:
ToConstruct
Derelict
Normal
BeautifullyLandscaped
Groomed
ConstructedByArchitect
GardenTypeOption
BaseOptionOfGardenType
Object
displayName
string
id
integer int32
value
GardenType
string
Enumeration:
BackGarden
FrontGarden
SideGarden
SurroundingGarden
PatioAtrium
Place
SunTerrace
EnclosedYard
GenderOption
BaseOptionOfGender
Object
displayName
string
id
integer int32
value
Types: GenderOption
GroundLeasePeriodOption
BaseOptionOfGroundLeasePeriod
Object
displayName
string
id
integer int32
GroundOwnershipTypeOption
BaseOptionOfGroundOwnershipType
Object
displayName
string
id
integer int32
GroundOwnershipType
string
Enumeration:
OwnLand
LeaseholdWithoutPropertyAllowance
LeaseholdWithPropertyAllowance
GroundUsageOption
BaseOptionOfGroundUsage
Object
displayName
string
id
integer int32
GroundUsage
string
Enumeration:
Asparagus
Forestland
AgriculturalFarmland
Fruit
Grassland
Nursery
Horticulture
HeatingMethodOption
BaseOptionOfHeatingMethod
Object
displayName
string
id
integer int32
HeatingMethod
string
Enumeration:
Boiler
CoalStove
BlockHeating
DistrictHeating
Hearth
HotAirHeating
AirConditioning
GasStoves
Fireplace
FireplaceOption
HeatedFloors
PartialHeatedFloors
SolarPanels
NoHeating
ElectricHeating
WallHeating
HeatPump
HeatRecoveryInstallation
GeothermalEnergy
WoodStove
GasStove
FreeStandingHeating
AutomaticHeating
Stove
CombinedHeating
GroundSourceHeatPump
SolidFuel
Ion
WaterHeater
HeatingWaterMethodOption
BaseOptionOfHeatingWaterMethod
Object
displayName
string
id
integer int32
HeatingWaterMethod
string
Enumeration:
Boiler
CentralHeating
WaterHeaterRental
WaterHeaterOwnership
GasBoilerRental
GasBoilerOwnership
ElectricBoilerRental
ElectricBoilerOwnership
SolarWaterHeater
SolarPanels
None
DistrictHeating
HorseCompanySubtypeOption
BaseOptionOfHorseCompanySubtype
Object
displayName
string
id
integer int32
HorseCompanySubtype
string
Enumeration:
RidingSchool
Pension
TrainingFarm
Other
StudFarm
HorseTroughLocationOption
BaseOptionOfHorseTroughLocation
Object
displayName
string
id
integer int32
HorseTroughLocation
string
Enumeration:
Indoor
Outdoor
HorticulturalCompanyTypeOption
BaseOptionOfHorticulturalCompanyType
Object
displayName
string
id
integer int32
HorticulturalCompanyType
string
Enumeration:
Greenhouse
Ground
FruitGrowing
MushroomCultivation
TreeNursery
FlowerBulbs
HospitalityIndustryTypeOption
BaseOptionOfHospitalityIndustryType
Object
displayName
string
id
integer int32
HospitalityIndustryType
string
Enumeration:
CascoHospitalityRoom
CafeBar
Eatery
DiscoDancing
Restaurant
TruckStop
DayOperation
Hotel
PartyCenterHalls
AdditionalHospitality
Cafeteria
HospitalityTypeOption
HouseCharacteristicOption
BaseOptionOfHouseCharacteristic
Object
displayName
string
id
integer int32
HouseCharacteristic
string
Enumeration:
DikeHouse
SplitLevelHouse
DriveInHouse
SemiBungalow
PatioHouse
PileHouse
CourtyardHouse
BusinessServiceHouse
WaterHouse
WindWaterMill
QuadrantHouse
HouseSortOption
BaseOptionOfHouseSort
Object
displayName
string
id
integer int32
value
HouseSort
string
Enumeration:
SingleFamilyHouse
Mansion
Villa
CountryHouse
Bungalow
ResidentialFarm
CanalHouse
HouseBoat
MobileHome
House
SharedHouse
SmallHouse
Farmhouse
Other
HouseTypeOption
BaseOptionOfHouseType
Object
displayName
string
id
integer int32
value
HouseType
string
Enumeration:
DetachedHouse
LinkedHouse
SemiDetachedHouseOneRoof
RowHouseMiddle
RowHouseCorner
RowHouseEnd
SemiDetachedHouse
SemiDetachedLinkedHouseOneRoof
OffsetHouse
IdentificationTypeOption
BaseOptionOfIdentificationType
Object
displayName
string
id
integer int32
IndustrialBuildingFacilityOption
BaseOptionOfIndustrialBuildingFacility
Object
displayName
string
id
integer int32
IndustrialBuildingFacility
string
Enumeration:
Skylights
LoadingDocks
OverheadDoors
InvoiceStatusOption
BaseOptionOfInvoiceStatus
Object
displayName
string
id
integer int32
InvoiceStatus
string
Enumeration:
Draft
Open
OpenFirstReminder
OpenSecondReminder
OpenCollectionAgency
Paid
Notary
OfferedForFactoring
WaitingForFactoring
AcceptedForFactoring
DeniedForFactoring
OpenPaymentArrangement
Credited
IsolationTypeOption
BaseOptionOfInsulationType
Object
displayName
string
id
integer int32
InsulationType
string
Enumeration:
RoofInsulation
WallInsulation
FloorInsulation
FullyInsulated
CavityWall
AnchorlessCavityWall
EcoBuilding
DoubleGlazing
PartialDoubleGlazing
Sash
KitchenTypeOption
BaseOptionOfKitchenType
Object
displayName
string
id
integer int32
KitchenType
string
Enumeration:
Open
Dining
Appliances
Closed
SemiOpen
LandPropertySubTypeOption
BaseOptionOfLandPropertySubType
Object
displayName
string
id
integer int32
LandPropertySubType
string
Enumeration:
Commercial
Industrial
MixedUse
Forestland
LandByWater
LandWithoutPurpose
ProfitYieldingLand
ResidentialLand
SocialLand
TransportationLand
LanguageSpokenOption
BaseOptionOfLanguage
Object
displayName
string
id
integer int32
value
LeaseTermUnitOption
Object
displayNamePlural
string
displayNameSingular
string
id
integer int32
LeaseTermUnit
string
Enumeration:
Day
Week
Month
Quarter
Year
LegalStatusOption
BaseOptionOfLegalStatus
Object
displayName
string
id
integer int32
LegalStatus
string
Enumeration:
EntireLot
PartialLot
ApartmentRights
CooperativeOwnership
Existing
NewBuild
FreeSimple
SharedOwnership
ApartmentOwnership
CooperativeHousing
ImmovableProperty
JointEstate
MovableProperty
RightOfSuperficies
ListingTypeOption
BaseOptionOfListingType
Object
displayName
string
id
integer int32
LivingRoomTypeOption
BaseOptionOfLivingRoomType
Object
displayName
string
id
integer int32
LivingRoomType
string
Enumeration:
LivingRoom
TRoom
ZRoom
URoom
LRoom
RoomEnSuite
FormerRoomEnSuite
SunRoom
GardenRoom
Conservatory
Study
Office
LocationPlaceOption
BaseOptionOfLocationPlace
Object
displayName
string
id
integer int32
LocationPlace
string
Enumeration:
ForestEdge
Waterside
Park
OnBusyStreet
OnQuietStreet
CentralCityCenter
ResidentialArea
UnobstructedView
ShelteredLocation
OpenArea
OutsideVillage
OnWaterway
ForestedArea
NearRailwayStation
Suburb
BusinessPark
Other
LRTE
HarborArea
IndustrialArea
OfficePark
PRTE
ShoppingCenter
Countryside
NearHighway
NearPublicTransport
NearSchool
Seaside
SecludedLocation
Standalone
SubDivision
FurnitureBoulevard
IndoorShopping
MediaPartnerCategoryOption
BaseOptionOfMediaPartnerCategory
Object
displayName
string
id
integer int32
MediaPartnerCategory
string
Enumeration:
Other
Portal
Printing
PhotoAndVideo
PresentationColumn
Maps
SocialMedia
MixedFormOption
BaseOptionOfIntermediateForm
Object
displayName
string
id
integer int32
IntermediateForm
string
Enumeration:
HomeSaleGuarantee
Mge
UnitBasedSales
IntermediateFormBuyRent
OpenHouseRecurrenceOption
BaseOptionOfOpenHouseRecurrence
Object
displayName
string
id
integer int32
OpenHouseRecurrence
string
Enumeration:
Date
Weekly
OrientationOption
BaseOptionOfOrientation
Object
displayName
string
id
integer int32
Orientation
string
Enumeration:
North
NorthEast
East
SouthEast
South
SouthWest
West
NorthWest
OwnershipOption
BaseOptionOfOwnership
Object
displayName
string
id
integer int32
value
Ownership
string
Enumeration:
Property
Rent
Lease
OwnershipTypeOption
BaseOptionOfOwnershipType
Object
displayName
string
id
integer int32
ParkingFacilityOption
BaseOptionOfTypeOfParkingFacility
Object
displayName
string
id
integer int32
TypeOfParkingFacility
string
Enumeration:
PublicParking
PaidParking
CarPark
PermitParking
ParkingTypeOption
BaseOptionOfParkingType
Object
displayName
string
id
integer int32
ParkingType
string
Enumeration:
Garage
IndoorGarage
ParkingCellar
ParkingSpace
PeculiarityOption
BaseOptionOfPeculiarity
Object
displayName
string
id
integer int32
Peculiarity
string
Enumeration:
MonumentalBuilding
Monument
Padded
PartiallyFurnished
PartiallyLeased
Furnished
DoubleOccupancyPossible
DoubleOccupancyAvailable
ProtectedTownOrVillageConservation
AccessibleForTheElderly
AccessibleToDisabledPeople
NeedsRenovation
PhoneNumberTypeOption
BaseOptionOfPhoneNumberType
Object
displayName
string
id
integer int32
PigCompanyTypeOption
BaseOptionOfPigCompanyType
Object
displayName
string
id
integer int32
PigCompanyType
string
Enumeration:
Sows
Meat
SowsAndMeat
Breeding
PointOfInterestTypeOption
BaseOptionOfPointOfInterestType
Object
displayName
string
id
integer int32
PointOfInterestType
string
Enumeration:
HighwayExit
RailwayStation
NsContent
BusHub
TramHub
MetroHub
BusStop
TramStop
MetroStop
BankBranch
ATM
Recreation
Supermarket
Shop
Restaurant
PollutionTypeOption
BaseOptionOfPollutionType
Object
displayName
string
id
integer int32
PollutionType
string
Enumeration:
Removed
Certified
Filled
PoultryFarmingSubtypeOption
BaseOptionOfPoultryFarmingSubtype
Object
displayName
string
id
integer int32
PoultryFarmingSubtype
string
Enumeration:
Hens
Broilers
BreedingHens
BreedingBroiler
TurkeysGeeseDucksOstriches
PriceCodeOption
BaseOptionOfPriceCode
Object
displayName
string
id
integer int32
value
PriceCode
string
Enumeration:
HigherBudget
PublicAuction
InConsultation
ToBeNegotiated
OnRequest
AnyPlausibleBid
FixedPrice
ByTender
AskingPrice
PriceHistoryEventOption
BaseOptionOfPriceHistoryEvent
Object
displayName
string
id
integer int32
PriceHistoryEvent
string
Enumeration:
Registered
Changed
PriorityOption
BaseOptionOfPriority
Object
displayName
string
id
integer int32
value
PublicationStatusOption
BaseOptionOfPublicationStatus
Object
displayName
string
id
integer int32
PublicationStatus
string
Enumeration:
Inactive
PublishRequestEnqueued
WaitingForExchangeEntityContract
WaitingForObligatoryPublications
Published
Rejected
Withdrawn
RealEstateAssociationOption
BaseOptionOfRealEstateAssociation
Object
displayName
string
id
integer int32
RealEstateGroupOption
BaseOptionOfRealEstateGroup
Object
displayName
string
id
integer int32
RelationRoleOption
BaseOptionOfRelationRole
Object
displayName
string
id
integer int32
RelationRole
string
Enumeration:
Vendor
Applicant
Notary
RelationTypeOption
BaseOptionOfRelationType
Object
displayName
string
id
integer int32
ReminderMinutesOption
Object
nrOfMinutes
integer int32
displayName
string
RentConditionOption
BaseOptionOfRentCondition
Object
displayName
string
id
integer int32
RentSpecificationOption
BaseOptionOfRentSpecification
Object
displayName
string
id
integer int32
RentSpecification
string
Enumeration:
ServiceCharges
Gas
Water
Electricity
Furnished
Upholstered
Internet
Television
ResidentialSubtypeOtherOption
BaseOptionOfResidentialSubtypeOther
Object
displayName
string
id
integer int32
ResidentialSubtypeOther
string
Enumeration:
StoreRoom
Berth
MobileHomePitch
GypsyCartPitch
ResidentialShopPremises
LowerSection
StorageSpace
ParkingSpace
Garage
RoofMaterialOption
BaseOptionOfRoofMaterial
Object
displayName
string
id
integer int32
RoofMaterial
string
Enumeration:
Leisteen
Cane
Asbestos
Plastic
Tiles
BituminousRoofing
Metal
Other
Ceramic
Slate
Tinplate
RolledMaterial
Stone
Lath
PVC
Galvanized
RoofTypeOption
BaseOptionOfRoofType
Object
displayName
string
id
integer int32
value
RoofType
string
Enumeration:
GableRoof
FlatRoof
PentRoof
MansardRoof
SideGabledRoof
CompositeRoof
HipRoof
PavilionRoof
RoofWithOwlBoards
HelmRoof
SawtoothRoof
CanopyRoof
Kapmetplat
VaultedRoof
Curved
ShellRoof
SaleConditionOption
BaseOptionOfSaleCondition
Object
displayName
string
id
integer int32
SituatedTypeOption
BaseOptionOfSituatedType
Object
displayName
string
id
integer int32
SituatedType
string
Enumeration:
Indoor
Extension
Detached
SpaceTypeOption
BaseOptionOfSpaceType
Object
displayName
string
id
integer int32
value
SpaceType
string
Enumeration:
Kitchen
Bathroom
Balcony
RoofTerrace
Bedroom
LivingRoom
UtilityRoom
Shower
Toilet
Corridor
EnclosedPorch
Hall
BoilerRoom
StoreRoom
Storage
Dormer
Loggia
Vestibule
LaundryRoom
StorageRoomTypeOption
BaseOptionOfStorageRoomType
Object
displayName
string
id
integer int32
StorageRoomType
string
Enumeration:
AttachedStone
AttachedWood
DetachedStone
DetachedWood
Indoor
Box
Internal
External
InTheYard
StoveOption
BaseOptionOfStove
Object
displayName
string
id
integer int32
value
Types: StoveOption
Stove
string
Enumeration:
Electric
Gas
Wood
TaskCategoryOption
Object
categoryBackColor
string
categoryFrontColor
string
displayName
string
value
string guid
TaskFollowUpOption
BaseOptionOfTaskFollowUp
Object
displayName
string
id
integer int32
TaskFollowUp
string
Enumeration:
None
Today
Tomorrow
ThisWeek
NextWeek
NoDate
TaskStatusOption
BaseOptionOfTaskStatus
Object
displayName
string
id
integer int32
value
TaskStatus
string
Enumeration:
NotStarted
InProgress
Waiting
Deferred
Completed
Canceled
TimelineActionTypeOption
BaseOptionOfTimelineActionType
Object
displayName
string
id
integer int32
TimelineActionType
string
Enumeration:
Unknown
AgendaItem
Invoice
Task
Email
SearchProfile
ContactMe
Website
Transaction
TypeOfFloorOption
BaseOptionOfTypeOfFloor
Object
displayName
string
id
integer int32
TypeOfFloor
string
Enumeration:
Wood
Concrete
Other
TypeOfWindowFrameOption
BaseOptionOfTypeOfWindowFrame
Object
displayName
string
id
integer int32
TypeOfWindowFrame
string
Enumeration:
Plastic
PartialWood
Wood
Aluminum
UnitOfMeasurementOption
BaseOptionOfUnitOfMeasurement
Object
displayName
string
id
integer int32
UnitOfMeasurement
string
Enumeration:
Meter
Inch
UnitOfVolumeOption
BaseOptionOfUnitOfVolume
Object
displayName
string
id
integer int32
UnitOfVolume
string
Enumeration:
CubicMeter
UnitSizeOption
BaseOptionOfUnitSize
Object
displayName
string
id
integer int32
value
UnitSize
string
Enumeration:
M2
Hectare
VatConditionOption
BaseOptionOfVatCondition
Object
displayName
string
id
integer int32
VealCalvesFarmingSubtypeOption
BaseOptionOfVealCalvesFarmingSubtype
Object
displayName
string
id
integer int32
VealCalvesFarmingSubtype
string
Enumeration:
DairyCattle
SucklerCows
VealBulls
BreedingYoungCattle
VealCalves
RoseCalves
WelfareStateOption
BaseOptionOfWelfareState
Object
displayName
string
id
integer int32
WelfareState
string
Enumeration:
A1
A2
B1
B2
C1
C2
WithdrawReasonOption
BaseOptionOfWithdrawReason
Object
displayName
string
id
integer int32
WithdrawReason
string
Enumeration:
ReasonForMovingExpired
AskingPriceNotMet
RenewObjectInMedia
ChoseOtherRealEstateAgent
PurchasedByOwner
SoldByOtherRealEstateAgent
SocialMediaTypeOption
BaseOptionOfSocialMediaType
Object
displayName
string
id
integer int32
LeisureFacilityOption
BaseOptionOfLeisureFacilityType
Object
displayName
string
id
integer int32
LeisureFacilityType
string
Enumeration:
MiniMarket
Electricity
Sewage
Catering
ToiletBuildings
SwimmingPool
Reception
SocialPropertyFacilityOption
BaseOptionOfSocialPropertyFacilityType
Object
displayName
string
id
integer int32
SocialPropertyFacilityType
string
Enumeration:
FireDetectionSystemConnectedToCommunicationsRoom
PrivateParking
Elevator
SwimmingPool
OutdoorSpace
DayNursery
OutOfSchoolCare
HorecaSectorTypeOption
BaseOptionOfHorecaSectorType
Object
displayName
string
id
integer int32
HorecaSectorType
string
Enumeration:
Beverages
Fastfood
Restaurant
Hotel
InvestmentTypeOption
BaseOptionOfInvestmentType
Object
displayName
string
id
integer int32
InvestmentType
string
Enumeration:
Retail
Office
Business
HotelRestaurantCafe
Leisure
SocialProperty
Residential
Lot
LooseSoil
OutdoorArea
Agricultural
Other
LeisureTypeOption
BaseOptionOfLeisureType
Object
displayName
string
id
integer int32
LeisureType
string
Enumeration:
Camping
BungalowPark
DayRecriation
Wellness
Other
SocialPropertyTypeOption
BaseOptionOfSocialPropertyType
Object
displayName
string
id
integer int32
SocialPropertyType
string
Enumeration:
Healthcare
Sports
Cultural
Religious
Educational
ResidentialBuildingTypeOption
BaseOptionOfResidentialBuildingType
Object
displayName
string
id
integer int32
ResidentialBuildingType
string
Enumeration:
Apartment
House
ApartmentComplex
Other
FixedVariableOption
BaseOptionOfFixedVariable
Object
displayName
string
id
integer int32
CadastralLotSizeOption
BaseOptionOfCadastralLotSize
Object
displayName
string
id
integer int32
ResidentialFacilityOption
BaseOptionOfResidentialFacility
Object
displayName
string
id
integer int32
ResidentialFacility
string
Enumeration:
MechanicalVentilation
AlarmSystem
Shutters
TvCable
OutdoorBlinds
Pool
Elevator
AirConditioning
Windmill
SolarCollectors
SatelliteDish
Jacuzzi
SteamCabin
SmokeChannel
SlidingDoors
FrenchBalcony
RoofWindow
Sauna
FiberOpticCable
Internet
Phone
Conditioning
SolarPanels
TimelineActionSubOption
BaseOptionOfTimelineActionSubType
Object
displayName
string
id
integer int32
TimelineActionSubType
string
Enumeration:
Mandate
DateWithdrawn
DateAuction
EnddateReservation
DateAgreementdate
DateSold
DateTransfer
EnddateBankWarranty
DateRented
PriceChange
AmenitiesOption
BaseOptionOfAmenities
Object
displayName
string
id
integer int32
value
Amenities
string
Enumeration:
CentralHeating
Electricity
Water
Attic
ElectricDoor
SaveRequest10
Object
description
string
id
string guid
parentId
string guid
Methods: Notes_Save
SaveResponse
All of
Methods: Notes_Save
NoteSnapShot
All of
SearchRequest13
Methods: Notes_Search
NoteOrderByField
string
Enumeration:
CreationDateTime
NoteTermField
string
Enumeration:
Description
SearchResponse12
All of
Methods: Notes_Search
CloneRequest
Object
duplicateAsForSale
boolean
id
string guid
Size
Object
area
number decimal
height
number decimal
length
number decimal
unitOfMeasurement
unitOfVolume
volume
number decimal
width
number decimal
BusinessExpenses
Object
landConsolidationRent
number decimal
oZBBusinessShare
number decimal
oZBOccupiersShare
number decimal
sewerageCharges
number decimal
waterAuthorityCharges
number decimal
BusinessHouse
Object
bedroomNumber
integer int32
buildingLayerNumber
integer int32
content
garage
garden
houseType
parcelSurface
roomNumber
integer int32
situatedType
useSurface
yearOfConstruction
Garage
All of
Part
Object
description
Array of TranslatedText
Types: Garage Garden
Garden
All of
YearOfConstruction
Object
constructionYear
integer int32
description
Array of TranslatedText
isUnderConstruction
boolean
BusinessRights
Object
businessLawType
description
Array of TranslatedText
legalStatus
TypeOfBusinessLaw
string
Enumeration:
BpRights
Horizontal
Cooperative
LeaseholdEstate
Easements
ProtectedMonument
ProtectedCityVillageScape
DocumentData
Object
citySigningBroker
string
citySigningBuyers
string
citySigningSellers
string
dateSigningBroker
string date-time
dateSigningBuyers
string date-time
dateSigningSellers
string date-time
listOfBusinessCategoryDto
Array of string
mergeFields
Object
nameOfBrokersEmployee
string
nameOfBrokersOffice
string
numberOfSignings
integer int32
onBehalfOfBuyers
string
onBehalfOfSellers
string
serializedListOfBusiness
string
serializedMergeFieldValues
string
serializedUserControlValues
string
userControlValues
Object
Drainage
string
Enumeration:
Sanitary
DownspoutAfvoer
FranseDrain
HellingType
EnergyLabel
Object
certificateNumber
string
endDate
string date-time
energyClass
energyIndex
number decimal
isCertificateAvailable
boolean
OutdoorAreaFacility
string
Enumeration:
None
Closeable
Fence
FeatureCategory
Object
features
Array of Feature
name
string
Feature
Object
label
string
value
string
Floor
Object
atticOptions
Array of AtticOption
description
Array of TranslatedText
floorNumber
integer int32
floorType
name
string
numberOfBedrooms
integer int32
numberOfSpaces
integer int32
spaces
Array of Space
FloorType
string
Enumeration:
GroundFloor
Basement
Floor
Attic
TopFloor
Types: Floor
Space
Object
balconyType
bathroomFacilities
description
Array of TranslatedText
hasStairway
boolean
isRenewed
boolean
kitchenType
Array of KitchenType
livingRoomTypes
Array of LivingRoomType
name
string
orientation
size
stove
type
Types: Floor
GroundProperty
Object
endDate
string date-time
groundOwnershipType
yearlyAmount
number decimal
Maintenance
Object
conditionType
description
Array of TranslatedText
rating
PavementType
string
Enumeration:
None
Bitumen
Other
Pavers
Slabs
StelconConcreteSlabs
PointOfInterest
Object
distanceFrom
number decimal
distanceTo
number decimal
ProductOrder
Object
chargeToCustomerBudget
boolean
dateTime
string date-time
description
string
financialAdministrationId
string guid
financialAdministrationProductId
integer int32
id
string guid
linkedInvoice
unitPriceNet
number decimal
LinkedInvoice
All of
Types: ProductOrder
ResidentialBuilding
Object
effectiveArea
revenuePerYear
number decimal
countOfVacantHousingUnits
integer int32
hasResidentialBuilding
boolean
Roof
Object
description
Array of TranslatedText
roofMaterials
Array of RoofMaterial
roofType
SoilType
string
Enumeration:
None
Clay
Loam
Peat
Sand
SabulousClay
MarineClay
Loose
ConcreteFloor
RiverClay
StatusRented
Object
isPartiallyRented
boolean
percentageRented
integer int32
pricePerYear
number decimal
SubTypeAlvPlot
string
Enumeration:
None
Arable
Lake
MixUse
Orchards
Pasture
Vineyards
Other
Testimonial
Object
dateTimeOffMarket
string date-time
dateTimeOnMarket
string date-time
isForRent
boolean
isForSale
boolean
listingPhoto
showFrom
string date-time
showNrOfDaysOnMarket
boolean
showUntil
string date-time
testimonialPhoto
iList
TestimonialTranslation
Object
customerName
string
description
string
language
title
string
Types: Testimonial
TypeCodeHouse
string
Enumeration:
None
A_SpecialArchitecturalResidence
A_Bungalow
A_DykeHouse
A_DriveinResidence
A_EndHouse
A_ConnectedBungalow
A_ConnectedSemiDetached
A_ConnectedHouse
A_Mansion
A_CornerHouse
A_AlmsHouse
A_KwadrantWoning
A_PatioBungalow
A_PatioHouse
A_PracticeHouse
A_SemiBungalow
A_SplitlevelHouse
A_IntermediateHouse
A_SemiDetachedHouse
A_Villa
A_DetachedHouse
A_MobileHome
B_BussinessOrProfitHouse
B_Farm
B_Bungalow
B_DykeHouse
B_EndHouse
B_ConnectedSemiDetached
B_ConnectedHouse
B_CanalHouse
B_HalfDetachedHouse
B_Mansion
B_CornerHouse
B_Estate
B_CountryHouse
B_Berth
B_Mill
B_PractiseHouse
B_SemiBungalow
B_IntermediateHouse
B_SemiDetachedHouse
B_Villa
B_DetachedHouse
B_WaterHouse
B_FarmHouse
B_HouseBoat
B_MobileHome
B_MobileHomePitch
B_LivingShop
C_Bungalow
C_EndHouse
C_ConnectedBungalow
C_ConnectedSemiDetached
C_ConnectedHouse
C_CornerHouse
C_SemiBungalow
C_IntermediateHouse
C_SemiDetached
C_Villa
C_DetachedHouse
C_MobileHouse
D_Bungalow
D_HalfDetachedHouse
D_Berth
D_SemiBungalow
D_SemiDetachedHouse
D_Villa
D_DetachedHouse
D_WaterHouse
D_HouseBoat
D_MobileHouse
D_MobileHousePitch
E_IntermediateHouse
G_Apartment
G_DownstairsHouse
G_Storagte
G_BuildingPlot
G_UpstairsHouse
G_CollectiveParkingSpotWithResidences
G_CorridorFlat
G_GalleryFlat
G_Garage
G_Maisonnette
G_ParkingSpotUsableByResidences
G_Penthouse
G_PorchFlat
H_Apartment
H_BelEtage
H_DownstairsHouse
H_UpstairsHouse
H_PorchHouse
H_Souterrain
I_Apartment
I_Penthouse
K_Apartment
K_DownstairsHouse
K_CorridorFlat
K_GalleryFlat
K_ServiceFlat
TypeOfCommunualArea
string
Enumeration:
None
Cafeteria
ConferenceRoom
Pantry
Reception
Sanitary
BaseAssignment
AcceptanceDetails
Object
acceptance
date
string date-time
description
Array of TranslatedText
BrochureBlob
All of
BrochureType
string
Enumeration:
Brochure
Conversheet
WindowPresentation
Other
AssignmentBusinessPartner
Object
associationInfo
associationInfoAlt
displayName
string
emailAddress
string
phoneNumber
string
postalAddress
visitAddress
webAddress
string
PartialChange
Object
dateTimeModified
string date-time
mutationValue
number decimal
ConfidentialityLevel
string
Enumeration:
None
LimitedAudience
Public
Confidential
ContractReason
string
Enumeration:
ForSale
ForRent
ForSalesRental
Sold
Lease
ThirdPartySale
ThirdPartyLease
SalesAuction
Registration
ContractSource
string
Enumeration:
None
Colleague
Housenet3
WalkIn
Internet
Friend
Other
DossierBlob
All of
DossierItemType
string
Enumeration:
Other
AgreementToSell
AgreementToRent
CopyOfPassport
CopyDrivingLicense
ImportDetails
Object
importTags
string
importUniqueId
string
importUniqueObjectTypeId
string
importUniqueProjectId
string
LinkedCadastre
All of
BusinessToTakeOver
Object
takeOverAmount
number decimal
BusinessSpecification
string
Enumeration:
None
Goodwill
Inventory
Staff
TakeOverSpecification
string
Enumeration:
None
StaysBehind
GoesAlong
DoesNotApply
ForAcquisition
MapBlob
All of
OpenHouse
Object
openHouseDate
string date-time
openHouseEndTime
string date-time
openHouseStartTime
string date-time
openHouseText
Array of TranslatedText
ProductToPassOn
NotifiableObject
WazzupObject
Object
RentOffer
All of
LeaseTerm
Object
isApplicable
boolean
numberOfUnits
integer int32
Offer
Object
btwPercentage
number decimal
buyPricePerParkingLot
number decimal
commissionContactGross
number decimal
commissionContactNote
Array of TranslatedText
commissionContactPercent
number decimal
commissionContactType
commissionCustomerGross
number decimal
commissionCustomerNote
Array of TranslatedText
commissionCustomerPercent
number decimal
commissionOwnerGross
number decimal
commissionOwnerNote
Array of TranslatedText
commissionOwnerPercent
number decimal
commissionPaidBy
commissionType
customerBudget
number decimal
excludingCapitalizedInterest
boolean
furnishing
hasRetailersContribution
boolean
indicationElectra
number decimal
indicationGas
number decimal
indicationHeatingCosts
number decimal
indicationIncentives
boolean
indicationInternet
number decimal
indicationTelevision
number decimal
indicationWater
number decimal
internalBudget
number decimal
priceCode
priceHistory
Array of PriceHistory
rendPricePerParkingLot
number decimal
rentConditionParkingPlace
retailersContribution
number decimal
saleConditionParkingPlace
serviceCosts
number decimal
sewerageCharges
number decimal
valuationOfImmovablePropertyAct
vatCondition
waterAuthorityCharges
number decimal
PriceHistory
Object
dateTimeModified
string date-time
newPrice
number decimal
newPriceMax
number decimal
oldPrice
number decimal
oldPriceMax
number decimal
Types: Offer
ValuationOfImmovablePropertyAct
Object
dateOfIssue
string date-time
value
number decimal
Types: Offer
SaleOffer
All of
ThirdPartyMedia
All of
VideoBlob
All of
WaitingTime
string
Enumeration:
None
Direct
HalfYear
InConsultation
Year
Quarter
DefineNewRequest6
Object
employeeId
string guid
forRent
boolean
forSale
boolean
listingType
officeId
string guid
realEstateGroup
RealEstateGroup2
string
Enumeration:
Residential
Commercial
Agricultural
ProductionRight
SaveRequest11
Object
objectAssignment
UpdateAvailabilityRequest
Object
hideOnFundaUntil
string date-time
id
string guid
updateAvailabilityAction
UpdateAvailabilityAvailableSettings
Object
linkedVendors
Array of LinkedRelation
UpdateAvailabilityRentedSettings
Object
dateRentedFrom
string date-time
dateRentedUntil
string date-time
dateReservation
string date-time
linkedApplicants
Array of LinkedRelation
transactionPrice
number decimal
UpdateAvailabilitySoldSettings
Object
dateOfTransfer
string date-time
dateReservation
string date-time
dateSold
string date-time
endDateBankWarranty
string date-time
linkedApplicants
Array of LinkedRelation
linkedNotaries
Array of LinkedRelation
transactionPrice
number decimal
UpdateAvailabilityAction
string
Enumeration:
ToRented
ToSold
ToWithdrawn
ToAvailable
UpdateAvailabilityWithdrawnSettings
Object
withdrawnDateTime
string date-time
withdrawReason
ArchiveRequest2
Object
forceUnlinkEmployees
boolean
id
string guid
Methods: Offices_Archive
DefineNewRequest7
Object
SingleOfficeResponse
Office
All of
Building
All of
Types: Office
SaveRequest12
Object
office
Methods: Offices_Save
ActivateRequest
Object
assignmentId
string guid
mediaPartnerId
string guid
OkResult

Represents an action result that returns an empty HttpStatusCode.OK response.

Object
HttpRequestMessage
Object
version
content
method
requestUri
string uri
properties
Object
Version
Object
major
integer int32
minor
integer int32
build
integer int32
revision
integer int32
majorRevision
integer
minorRevision
integer
HttpContent
Object
HttpContentHeaders
Unknown
Types: HttpContent
ContentDispositionHeaderValue
Object
dispositionType
string
parameters
name
string
fileName
string
fileNameStar
string
creationDate
string date-time
modificationDate
string date-time
readDate
string date-time
size
integer int64
ContentRangeHeaderValue
Object
unit
string
from
integer int64
to
integer int64
length
integer int64
hasLength
boolean
hasRange
boolean
MediaTypeHeaderValue
Object
charSet
string
parameters
mediaType
string
KeyValuePairOfStringAndIEnumerableOfString
All of
HttpMethod
Object
method
string
HttpRequestHeaders
Unknown
MediaTypeWithQualityHeaderValue
StringWithQualityHeaderValue
Object
value
string
quality
number double
AuthenticationHeaderValue
Object
scheme
string
parameter
string
NameValueWithParametersHeaderValue
EntityTagHeaderValue
Object
tag
string
isWeak
boolean
RangeConditionHeaderValue
Object
date
string date-time
RangeHeaderValue
Object
unit
string
ranges
RangeItemHeaderValue
Object
from
integer int64
to
integer int64
TransferCodingWithQualityHeaderValue
TransferCodingHeaderValue
Object
value
string
parameters
ProductInfoHeaderValue
Object
comment
string
ProductHeaderValue
Object
name
string
version
string
CacheControlHeaderValue
Object
noCache
boolean
noCacheHeaders
Array of string
noStore
boolean
maxAge
string time-span
sharedMaxAge
string time-span
maxStale
boolean
maxStaleLimit
string time-span
minFresh
string time-span
noTransform
boolean
onlyIfCached
boolean
public
boolean
private
boolean
privateHeaders
Array of string
mustRevalidate
boolean
proxyRevalidate
boolean
extensions
ViaHeaderValue
Object
protocolName
string
protocolVersion
string
receivedBy
string
comment
string
WarningHeaderValue
Object
code
integer int32
agent
string
text
string
date
string date-time
DeactivateRequest
Object
assignmentId
string guid
mediaPartnerId
string guid
SearchRequest14
Object
assignmentId
string guid
SearchResponse13
PublicationSnapShot
Object
dateTimeConfirmed
string date-time
detailsUrl
string
isFavorite
boolean
isObligatory
boolean
isPaidService
boolean
logoUrl
string
mediaPartnerId
string guid
mediaPartnerIsActive
boolean
mediaPartnerName
string
publicationStatus
publicationWithdrawalAllowed
boolean
statusMessage
string
SingleRealEstateAgencyResponse
RealEstateAgency
All of
UpdateRequest
Object
realEstateAgency
RelationGroup
All of
RelationGroupType
string
Enumeration:
UserDefined
HouseHunters
WebsiteVisitors
Notaries
Tenants
Purchasers
Lessors
Vendors
SearchRequest15
RelationGroupOrderByField
string
Enumeration:
Name
RelationGroupTermField
string
Enumeration:
Name
SearchResponse14
RelationGroupSnapShot
All of
DefineNewRequest8
Object
SaveRequest13
Object
relationGroup
LinkRequest
Object
relationGroupId
string guid
relationId
string guid
UnlinkRequest
Object
relationGroupId
string guid
relationId
string guid
SearchRequest16
RelationOrderByField
string
Enumeration:
DateTimeCreated
DisplayName
UpcomingBirthday
RelationTermField
string
Enumeration:
DisplayName
StreetNameAndNumber
PostalCode
Locality
PhoneNumber
MobilePhoneNumber
EmailAddress
SearchResponse15
All of
Statistics2
Object
localities
Array of string
SingleStatisticsResponse
Object
weekStats
Array of WeekStats
monthStats
Array of MonthStats
Methods: Statistics_Read
WeekStats
Object
year
integer int32
weekNr
integer int32
saleCommissionTotal
number decimal
rentCommissionTotal
number decimal
nrOfTransactions
integer int32
MonthStats
Object
year
integer int32
month
integer int32
sumSaleAskingPrice
number decimal
sumRentAskingPrice
number decimal
sumSaleRealisedPrice
number decimal
sumRentRealisedPrice
number decimal
avgProcessingTimeInDays
integer int32
nrOfTransactions
integer int32
DefineNewRequest9
Object
employeeId
string guid
Methods: Tasks_DefineNew
SingleTaskResponse
Task
All of
SaveRequest14
Object
task
Methods: Tasks_Save
SearchRequest17
Methods: Tasks_Search
TaskDelegateFilter
string
Enumeration:
AssignedToMe
Delegated
TaskOrderByField
string
Enumeration:
DefaultOrder
EndDate
TaskTermField
string
Enumeration:
Subject
SearchResponse16
All of
Methods: Tasks_Search
TaskSnapShot
All of
ExpirationMoment
string
Enumeration:
Expired
ThisWeek
NextWeek
AfterNextWeek
NoEndDate
Statistics3
Object
completedCount
integer int32
expiredCount
integer int32
expiresAfterNextWeekCount
integer int32
expiresThisWeekCount
integer int32
expiresNextWeekCount
integer int32
expiresTodayCount
integer int32
expiresTomorrowCount
integer int32
noEndDateCount
integer int32
UpdateStatusRequest
Object
status
taskId
string guid
SearchRequest18
TimelineOrderByField
string
Enumeration:
Date
TimelineTermField
string
Enumeration:
Subject
SearchResponse17
TimelineEvent
All of
Statistics4
Object
futureCount
integer int32
noDateCount
integer int32
pastCount
integer int32
todayCount
integer int32
VersionResponse
Object
build
integer int32
environment
string
major
integer int32
minor
integer int32
revision
integer int32
version
string
Methods: Version_Index