Method CopyDocumentDataToProcess
CopyDocumentDataToProcess(String, String, String)
Copy document data to process
Declaration
void CopyDocumentDataToProcess(string connectionId, string documentId, string processId)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
System.String | documentId | The document id. See also Id |
System.String | processId | The process id. See also Id |
Examples
POST http://YourServerName/InfoShare/Json/Process/CopyDocumentDataToProcess
Example for copy document data to process{
"connectionId": "831ff0cd-6a36-4831-ae98-c66f54e8079b",
"documentId": "2cd4ad99-ba8f-e911-a939-00155d290a08",
"processId": "18091c86-96df-e911-a949-00155d290a08"
}
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 | No document found for documentId {0} (10005) |
ServiceException | Operation {0} not allowed. Missing AccessOperationId {1}. (10114) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |