Method AddDocumentToProcess
AddDocumentToProcess(String, String, String)
Add a document to a process
Declaration
void AddDocumentToProcess(string connectionId, string processId, string documentId)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
System.String | processId | The process id. See also Id |
System.String | documentId | The document id. See also Id |
Examples
POST http://YourServerName/InfoShare/Json/Process/AddDocumentToProcess
Example for Add a document to a process{
"connectionId": "c89123be-f641-4f43-adf9-0ebdedeefffa",
"processId": "73adc4c7-0353-ea11-9feb-00155d058e00",
"documentId": "5e93ac33-5152-ea11-9feb-00155d058e00"
}
Response
{}
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | No process found for processId {processId} (10015) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |
ServiceException | Operation {operationName} not allowed. Missing AccessOperationId {operationId}. (10114) |
ServiceException | No document found for documentId {documentId} |
ServiceException | Not enough rights ({accessOperationName}, {accessOperationId}) (10071) |