Packet

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

Parameter Type Description
PacketFileNamestringThe file name of the generated packet.
PacketNamestringThe name of the packet.
PacketTypestringThe packet type designation.
DocInstancesDocInstanceArray containing an unbound collection of DocInstance objects.
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).
AncillaryOutputOptionsAncillaryOutputOptionArray 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.