The OrderedDocumentRequest type exposes the following members.
Properties
Name | Description | |
---|---|---|
CallerInfo | (Required)
Information about the Caller
(Inherited from RequestBase.) | |
DocumentOrderId | (Required)
A unique public identifier for the order that can be used by all stakeholders to represent the order.
| |
DocumentOrderItemNumber | (Required)
A public identifier for the order item (unique within the order) that can be used, in combination with the Document Order Identifier,
to uniquely represent the order item.
| |
IncludePdfWithXml | (Required)
Set this property to true to return a base 64 encoded PDF of the document.
This PDF will have the data used to create the document embedded as Xml as
an attachment inside the PDF.
| |
IncludeXml | (Required)
Set this property to true if the Xml representation of the document should be
returned in the Xml property of the response.
| |
WaitTimeInSeconds | (Required)
The number of seconds the client is willing to wait for the document to be produced
|
See Also