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
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": "e41154ef-6eb0-47cc-bb0e-574f8de74cc7",
"Success": true
}