Packet
Overview
The Packet schema contains the name of the packet and packet information.
{
packetName string
nullable: true
Gets or Sets PacketName
packetFileName string
nullable: true
Gets or Sets PacketFileName
packetType string
nullable: true
Gets or Sets PacketType
docInstances [
nullable: true
Gets or Sets DocInstances
DocInstance{...}]
outputDestination string
nullable: true
Gets or Sets OutputDestination
docFormat DocumentFormatTypeEnumstring
Gets or Sets DocumentFormatTypeEnum
Enum:
[ PDF, RAW_XML, RTF, TaggedPDF, TaggedPDFEmbeddedFonts ]
ancillaryOutputOptions [
nullable: true
Gets or Sets AncillaryOutputOptions
AncillaryOutputOption{...}]
recipient string
nullable: true
Gets or Sets Recipient
docData Data{...}
packetCustomDataItems PacketCustomDataItems{...}
signaturePointSet SignaturePointSet{...}
fillableFieldSet FillableFieldSet{...}
}