PostProcessRequest

The PostProcessRequest object is submitted as part of the PostProcess request message (input).

Parameter Type Constraint Description
ContentIdentifier string Required Defines the type of content to be used.
CallbackUri string Required A string of characters used to identify a system resource. In this implementation, the value should reflect the fully qualified URL used as the recipient of a response (the callback URI) after the document has been generated. The callback is submitted without security parameters.
AccountID string Required A unique identifier for the account associated with the request. This is assigned as part of an account's administration setup process.
ProductType string Required The type of the product associated with the instance.
IdentityId string Required An identifier for the entity associated with the generated documents submitted on the transaction data.
ExternalKey string Required An identifier defined by the requesting application and passed as a string value. It is typically used to supply an identifier or reference value for a given request and is mapped to the RequestID.
DocSet DocSet Required Container object used to define a document set by ID, package, and packet associations.
DocumentSet DocumentSet Required Container object used to define a set of documents.
Callback Callback Optional Object defining the contenturi and authentication parameters.