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
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": "8d3aefa3-5d72-4090-98d9-a3e4a7acb2f6", "Success": true }