POST api/admin/system/sendliveportalupdatemessage?propertyMarketingRoleId={propertyMarketingRoleId}
Sends a message to the LivePortalJobHandler that says the specified property marketing role has changed
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| propertyMarketingRoleId |
The property marketing role ID. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Details of the invoked job
JobInvocationDetailsDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| SupportsCancellation | boolean |
None. |
|
| ReportsProgress | boolean |
None. |
|
| InitialStatusText | string |
None. |
|
| JobReference | globally unique identifier |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"SupportsCancellation": true,
"ReportsProgress": true,
"InitialStatusText": "sample string 3",
"JobReference": "84ebb86b-ad28-4e06-8a61-d9e814c218f2",
"Success": true
}