GET api/role/{id}/syncedareas
Get an object of all synced areas to the current property marketing role.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the marketing role to get the offers for. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SyncedAreasDataContract| Name | Description | Type | Additional 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
}