Click or drag to resize

BookingAuthenticateWcfServiceGetCustomerDocument Method

Returns one or more base 64 encoded documents based on the supplied correspondence ID.

Namespace:  Tse.EasyBook.Server.WcfContracts.WebClient
Assembly:  Tse.EasyBook.Server.WcfContracts (in Tse.EasyBook.Server.WcfContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IList<EncodedDocumentWeb> GetCustomerDocument(
	GetCustomerDocumentCriteria criteria
)

Parameters

criteria
Type: GetCustomerDocumentCriteria
GetCustomerDocumentCriteria criteria object

Return Value

Type: IListEncodedDocumentWeb
An list of EncodedDocumentWeb

Implements

IBookingAuthenticateWcfServiceGetCustomerDocument(GetCustomerDocumentCriteria)
Exceptions
ExceptionCondition
FaultExceptionAuthorizationFault

The provided username and password is not authorized to call this service method

Fault may contain the following values:

ErrorCode.Error: An unspecified error happened in the server

ErrorCode.InvalidProfileId: The provided customer profile Id is not a valid GUID or does not match an existing customer

ErrorCode.CustomerDocumentNotFound: The requested document id was not found

See Also