[This is preliminary documentation and is subject to change.]
Enables a user to acknowledge a Document record.
Namespace:
QPulseWebServices.Contracts.ServiceAssembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.0.580.15
Syntax
Parameters
- token
- Type: System..::.String
An authentication token previously requested from the Core service.
- documentID
- Type: System..::.Int32
The ID of the Document record to acknowledge.
- userName
- Type: System..::.String
The username used for a signature if required for acknowledging document, otherwise ignored.
- password
- Type: System..::.String
The password used for a signature if required for acknowledging document, otherwise ignored.
Return Value
An array of DocumentSummary records
Exceptions
| Exception | Condition |
|---|---|
| ServiceFaultCode..::.AuthenticationFailed | The token provided could not be authenticated. |
| ServiceFaultCode..::.SessionInvalid | The Q-Pulse session was invalid. |