Click or drag to resize

OwnerLoginAuthenticateWcfServiceGetAccount Method

Get account details for an owner for a specific rental object. Please note that the result may contain more than one account if the owner uses more than 1 account on a rental object.

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 AccountResult GetAccount(
	OwnerLoginRentalObjectIntervalCriteria criteria
)

Parameters

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

Return Value

Type: AccountResult
One or more account statements depending on the number of accounts associated with the rental object.

Implements

IOwnerLoginAuthenticateWcfServiceGetAccount(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