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
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": "53ac5a9f-254b-4929-bc3b-71844aefc82e",
"Success": true
}