UploadDocument

UploadDocument API needs to be executed after UploadMetadata.

 

 

An example of the HTTP headers:

POST https://Server/ConnectorService.svc/json/UploadDocument HTTP/1.1
X-Configuration-Unique-Id: 43de0ccf-bceb-431c-810d-8dcf8f6ca7c2
X-Document-Unique-Id: 47df8025-3b32-4c16-a826-82686c827a82
X-Number-Of-Pages: 5
X-Page-Number: 1
X-Filename: OriginalFilname.tif
Host: Server

The body contains the actual binary data of the PDF, TIF or JPG that is uploaded.

 

An example of the XML response:

<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/"/>

 

The following explain the HTTP headers:

 

 

 

 

 

Create your own Knowledge Base