Method RemoveDocumentFromProcess
RemoveDocumentFromProcess(String, String, String)
Remove a document from a process
Declaration
void RemoveDocumentFromProcess(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/RemoveDocumentFromProcess
Example for Remove a document from a process{
"connectionId": "15f43187-6976-4b70-bcc1-a075ba0cd959",
"processId": "73adc4c7-0353-ea11-9feb-00155d058e00",
"documentId": "fe9d9241-6d4d-ea11-9fe8-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) |