Packet

The Packet object contains the name of the packet and packet information.

ParameterTypeDescription
PacketFileNamestringThe file name of the generated packet.
PacketNamestringThe name of the packet.
PacketTypestringThe packet type designation.
DocInstancesDocInstanceContainer object used to define a given instance of a document.
OutputDestinationstringThe path of the generated output. The output is pushed to this path.
DocFormatDocumentFormatTypeObject defining the format type for a document (based on an enumerated value): PDF specifies that output documents should be formatted as PDF.; RAW_XML specifies that output documents should be formatted as XML.; RTF specifies that output documents should be formatted as RTF (dynamic documents output as RTF, however static docs output as fillable PDFs).
AncillaryOutputOptionArrayOfAncillaryOutputOptionArray containing an unbound collection of AncillaryOutputOption objects.
RecipientstringThe intended recipient of the packet.
DocDataDataContainer object for transaction data inputs and outputs in binary (base64), text, or xml format. It will include all documents in the current packet.
PacketCustomDataItemsPacketCustomDataItemsObject containing pairs of custom data associated with a packet.
SignaturePointSetSignaturePointSetAn object containing the signer object (and signature points) for the signature on a document.
PageSizestringThe page size of the document. The value on the response is calculated as either Letter or Legal with a third value, Combo, returned on packets that contain documents of both legal and letter size. The values are returned in the string in initial caps format (Legal, Letter, Combo).