POST api/documentgeneration/print
Print specific back contents.
Request Information
URI Parameters
None.
Body Parameters
PrintBagDataContractName | 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
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": "c8d3601b-e82e-482c-8144-9f0927674950", "Success": true }