PostProcessResponse

The operation output is PostProcessResponse.

Parameter Type Description
RequestID string A unique identifier for the submitted request. Often used for request tracking purposes.
DocSet DocSet Container object used to define a document set by ID, package, and packet associations.
DocumentSet DocumentSet A container for information about a set of documents.

Element tns:PostProcessResponse

<xs:element name="PostProcessResponse">
    <xs:annotation>
      <xs:documentation>The root element of the response for the PostProcess command.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:sequence>
        <xs:element ref="RequestID" minOccurs="0" />
        <xs:choice>
          <xs:element ref="DocSet" />
          <xs:element name="DocumentSet" type="AssembledDocumentSetType" />
        </xs:choice>
      </xs:sequence>
    </xs:complexType>
  </xs:element>