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
Dezrez.Core.DataContracts.External.Api.Job.Query.Get.JobInvocationDetailsDataContractName | 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": "e007e281-14d5-44db-b21f-172b6fd84017", "Success": true }