Uploads the original imported document, along with the scanned searchable PDF document used for import review.
Tenant name
Document ID
The URL of the org instance
The source module/application, such as "clm", "cc", or "cfs"
User ID of the logged-in user
Full name of the logged-in user
File path to the document
File name
File path to the document
File name
OK
curl --request POST \--url https://idd_url/idd/api/v2/tenantId/services/uploadattachments \--header 'Content-Type: application/json' \--header 'X-API-Key: 123' \--data '{"originalFile": {"path": "string","name": "string"},"reviewFile": {"path": "string","name": "string"}}'