GET api/role/{id}/syncedareas

Get an object of all synced areas to the current property marketing role.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The id of the marketing role to get the offers for.

integer

Required

Body Parameters

None.

Response Information

Resource Description

Dezrez.Core.DataContracts.External.Api.Role.Query.Get.Marketing.SyncedAreasDataContract
NameDescriptionTypeAdditional information
SyncFeatures

boolean

None.

SyncDescriptions

boolean

None.

SyncPhotos

boolean

None.

SyncVirtualTours

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "SyncFeatures": true,
  "SyncDescriptions": true,
  "SyncPhotos": true,
  "SyncVirtualTours": true
}