The DX_Endpoint request message defines a document for the DX_Endpoint web service to process.
The DX_Endpoint request message includes the following elements:
Data
Required. Document to be processed. The document must have Base64 encoding.
DXProperty
Key-value pair that contains the properties of the document. This element is defined by the complex type object DXProperty and can occur multiple times.
You can include the following keys:
application. Name of the application to use for routing the document to a profile for processing.
profileName. Name of the profile to use for routing the document to a profile for processing.
partnerName. Name of the partner to use for routing the document to a profile for processing.
accountNumber. Account number to use for routing the document to a profile for processing.
accountName. Name of the account to use for routing the document to a profile for processing.
dataByReference. Indicates whether the request contains data or a reference to data. Set to true when the request contains a reference to the data. Set to false when the request contains the data.
mimetype. The MIME type of the data, such as text/plain or text/html.
CustomProperty
Key-value pair that contains custom properties of the document. This element can occur multiple times.