POST api/proof/RenderPdfProofToDisk
Renders a proof using the given model, and saves it to disk.
Request Information
URI Parameters
None.
Body Parameters
The model used to render the proof.
PermanentPdfDto| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkflowLocation | string |
Required |
|
| JobFileLocation | string |
None. |
|
| XmlDocument | XDocument |
None. |
|
| XmlLocation | string |
None. |
|
| CommandParameters | string |
None. |
|
| OutputPath | string |
Required |
|
| OrderId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"WorkflowLocation": "sample string 1",
"JobFileLocation": "sample string 2",
"XmlDocument": {},
"XmlLocation": "sample string 3",
"CommandParameters": "sample string 4",
"OutputPath": "sample string 5",
"OrderId": "8b2b3eb3-f29e-4459-983a-3bb4a7f34fb2"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.