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": "b335c43b-d7b6-4533-ba6a-19961b837794", "Success": true }