Click or drag to resize

OwnerLoginAuthenticateWcfService Class

Inheritance Hierarchy
SystemObject
  Tse.EasyBook.Server.WcfContracts.WebClientOwnerLoginAuthenticateWcfService

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 class OwnerLoginAuthenticateWcfService : IOwnerLoginAuthenticateWcfService

The OwnerLoginAuthenticateWcfService type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAddCase
Adds a new case on the supplied owner and rental object.
Public methodAddCustomerReviewOwnerMessage
Adds a new CustomerReview on the supplied owner and rental object with ReviewType=Owner.
Public methodAddOwnerTipWeb
Adds a new tip submitted by an owner.
Public methodCreateConsumptionMeterReading
Create consumptionmeter reading
Public methodEditCase
Public methodEditCaseComment
Public methodEditConsumptionMeterReading
Edit existing consumptionmeter reading
Public methodEditHolidayIntervals
Public methodGetAccount
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.
Public methodGetAttachment
Public methodGetCalendar
Gets the calendar for a specific rental object within the specified time frame.
Public methodGetCases
Returns all cases registered on the supplied owner and rental object.
Public methodGetConsumptionMeters
Gets consumtionmeters from the owner and rentalobject(s)
Public methodGetDocument
Retrieves a specific document as a Base64 encoded string.
Public methodGetHolidayIntervals
Public methodGetIntermediationAgreements
Retrieves a detailed list of intermediation agreements within the speicified date interval.
Public methodGetOwner
Retrieves details about an owner and all associated intermediation agreements for that owner.
Public methodGetOwnerSummaryFinanceInfo
Get owner turnover data only containing pertinent information regarding owner's account, not consumer or other owners
Public methodGetRentalObject
Gets rental object details.
Public methodSavePictures
Save changes of pictures
Public methodSearchOwners
Public methodUpdateAccount
Updates the owners bank account with the supplied BankInfoWeb. Important: Remember to set the [!:BankInfoWeb.Id] to the Id of the AccountWeb that needs updating.
Public methodUpdateCalendar
Updates the calendar for a specific rental object.
Public methodUpdateIntermediationAgreement
Updates a single intermeditation agreement interval. Only the primary owner can update an intermediation agreement.
Public methodUpdateOwner
Updates an existing owner. The owners password may also be changed using this service method.
Public methodUpdateRentalObject
Updates a rental object with new GPS coordinates.
Public methodValidateOwner
Use this method to validate the owner by the supplied rentalobjectno + password combination. If valid returns owner containing profileid, which should be used in all subsequent calls
Top
See Also