OwnerLoginAuthenticateWcfService Class |
Namespace: Tse.EasyBook.Server.WcfContracts.WebClient
public class OwnerLoginAuthenticateWcfService : IOwnerLoginAuthenticateWcfService
The OwnerLoginAuthenticateWcfService type exposes the following members.
| Name | Description | |
|---|---|---|
| OwnerLoginAuthenticateWcfService |
| Name | Description | |
|---|---|---|
| AddCase |
Adds a new case on the supplied owner and rental object.
| |
| AddCustomerReviewOwnerMessage |
Adds a new CustomerReview on the supplied owner and rental object with ReviewType=Owner.
| |
| AddOwnerTipWeb |
Adds a new tip submitted by an owner.
| |
| CreateConsumptionMeterReading |
Create consumptionmeter reading
| |
| EditCase | ||
| EditCaseComment | ||
| EditConsumptionMeterReading |
Edit existing consumptionmeter reading
| |
| EditHolidayIntervals | ||
| GetAccount |
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.
| |
| GetAttachment | ||
| GetCalendar |
Gets the calendar for a specific rental object within the specified time frame.
| |
| GetCases |
Returns all cases registered on the supplied owner and rental object.
| |
| GetConsumptionMeters |
Gets consumtionmeters from the owner and rentalobject(s)
| |
| GetDocument |
Retrieves a specific document as a Base64 encoded string.
| |
| GetHolidayIntervals | ||
| GetIntermediationAgreements |
Retrieves a detailed list of intermediation agreements within the speicified date interval.
| |
| GetOwner |
Retrieves details about an owner and all associated intermediation agreements for that owner.
| |
| GetOwnerSummaryFinanceInfo |
Get owner turnover data only containing pertinent information regarding owner's account, not consumer or other owners
| |
| GetRentalObject |
Gets rental object details.
| |
| SavePictures |
Save changes of pictures
| |
| SearchOwners | ||
| UpdateAccount |
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.
| |
| UpdateCalendar |
Updates the calendar for a specific rental object.
| |
| UpdateIntermediationAgreement |
Updates a single intermeditation agreement interval. Only the primary owner can update an intermediation agreement.
| |
| UpdateOwner |
Updates an existing owner. The owners password may also be changed using this service method.
| |
| UpdateRentalObject |
Updates a rental object with new GPS coordinates.
| |
| ValidateOwner |
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
|