GET api/role/{id}/syncedareas
Get an object of all synced areas to the current property marketing role. Processes this role API request. The parameter and response sections describe the data exchanged with the API.
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
The response returned after the operation completes.
SyncedAreasDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| SyncFeatures |
Indicates whether sync features is true. |
boolean |
None. |
| SyncDescriptions |
Indicates whether sync descriptions is true. |
boolean |
None. |
| SyncPhotos |
Indicates whether sync photos is true. |
boolean |
None. |
| SyncVirtualTours |
Indicates whether sync virtual tours is true. |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"SyncFeatures": true,
"SyncDescriptions": true,
"SyncPhotos": true,
"SyncVirtualTours": true
}