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": "b9db6655-94e2-4c2b-b7bf-1659e47c63c5",
"Success": true
}