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": "b1f3168d-b7f2-4bd0-9d72-8f4a874c40fe", "Success": true }