- A program that uses ABBYY Vantage signs every transaction using an end-client attribute for the purposes of compiling reports and creating custom processing procedures (e.g. filtering counterparty data catalogs by client).
- A Scanning Station client (or a different origin for transactions) can pass the registration parameters of a document batch (such as an external correlation ID).
- When creating an empty transaction or when initializing a transaction using the
launchmethod. To do so, send a POST request to thetransactionsresource like in the example below:
- When uploading files to a transaction or a document. To do so, send a POST request to the
transactions/<transaction-id>/filesresource like in the example below:
Important! There can be a maximum of 10 key-value type parameters, with the key parameter containing up to 128 characters and the value parameter containing up to 256 characters. The values of these parameters cannot be changed once they have been set.Registration parameter values can be read:
- in Custom activity scripts,
- in External Export scripts in Output activity,
- in business rules.
- By calling the
registrationParametersmethod for thetransactions/<transaction-id>/registrationParametersresource:
- By using a
downloadmethod call for thetransactions/<transaction-id>/files/<file-id>/downloadresource to get the values in JSON format alongside the file being uploaded:
