GET api/documentgeneration/processsackcontent/{sackReference}
processes the content of the sack
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sackReference | string |
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": "fd5ebc7e-0fa9-43a5-852a-f90e37c4f2bf", "Success": true }