Click or drag to resize

OwnerLoginAuthenticateWcfServiceGetIntermediationAgreements Method

Retrieves a detailed list of intermediation agreements within the speicified date interval.

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<IntermediationAgreementWeb> GetIntermediationAgreements(
	OwnerLoginRentalObjectIntervalCriteria criteria
)

Parameters

criteria
Type: Tse.EasyBook.Server.DataContracts.OwnerLoginOwnerLoginRentalObjectIntervalCriteria
Rental object number + password. Also required are a start and end date of the window to view the intermediation details.

Return Value

Type: IListIntermediationAgreementWeb
One or more intermediation agreements that crosses the boundaries of the input criteria.

Implements

IOwnerLoginAuthenticateWcfServiceGetIntermediationAgreements(OwnerLoginRentalObjectIntervalCriteria)
Exceptions
ExceptionCondition
FaultExceptionFault may contain the following values:

ErrorCode.Error: An unspecified error happened in the server

ErrorCode.InvalidRentalObjectNo: The provided rental object number is invalid

ErrorCode.OwnerAccessOwnerNotFound: The provided owner login details did not match any owners

See Also