Definition
Parameters
Add a document image with a POST request
You can also use a POST request to add a document image. Create a document with an empty file using this method (file.Name = "FileName", file.Bytes = new bytes [0]).
Then execute a POST request with the following parameters:
Action = SaveobjectType = 0objectId = documentId, wheredocumentIdis the document ID returned by theAddNewDocumentExmethodversion = 0streamName = "FileName", whereFileNameis the name of the file specified when calling theAddNewDocumentExmethod
