Click or drag to resize

OwnerLoginAuthenticateWcfServiceUpdateIntermediationAgreement Method

Updates a single intermeditation agreement interval. Only the primary owner can update an intermediation agreement.

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 IntermediationAgreementWeb UpdateIntermediationAgreement(
	UpdateIntermediationAgreementCriteria criteria
)

Parameters

criteria
Type: Tse.EasyBook.Server.DataContracts.OwnerLoginUpdateIntermediationAgreementCriteria
The agreement to update.

Return Value

Type: IntermediationAgreementWeb
The updated intermediation agreement.

Implements

IOwnerLoginAuthenticateWcfServiceUpdateIntermediationAgreement(UpdateIntermediationAgreementCriteria)
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