[This is preliminary documentation and is subject to change.]

Enables a user to acknowledge a Document record.

Namespace:  QPulseWebServices.Contracts.Service
Assembly:  QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.0.590.81

Syntax

C#
Document AcknowledgeDocument(
	string token,
	int documentID,
	string userName,
	string password
)

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

ExceptionCondition
ServiceFaultCode..::.AuthenticationFailedThe token provided could not be authenticated.
ServiceFaultCode..::.SessionInvalidThe Q-Pulse session was invalid.

See Also