POST api/role/printactivityevents/pdf/{id}
Starts the job which will eventually return a PDF with all sales progression activity
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
ProgressionRoleId |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "7acebd59-c48e-423d-add5-22b6a200291a", "Success": true }