POST api/documentgeneration/print
Print specific back contents.
Request Information
URI Parameters
None.
Body Parameters
PrintBagDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| PrintReferences | Collection of string |
None. |
|
| Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"PrintReferences": [
"sample string 1",
"sample string 2"
],
"Id": 1
}
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": "b8bd42a7-bc13-43f5-9337-72864692f6d9",
"Success": true
}