Click or drag to resize

BookingAuthenticateWcfServicePriceRentalObject Method

Returns a RentalObjectPriceWeb for the specified 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 RentalObjectPrices PriceRentalObject(
	string rentalObjectNo,
	string version
)

Parameters

rentalObjectNo
Type: SystemString
Rental object number in the following format: ##-#### where # is number between 0 and 9
version
Type: SystemString
Version of the price data. If this parameter is null the default value v4 is used. Possible values: v4

Return Value

Type: RentalObjectPrices

[Missing <returns> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.BookingAuthenticateWcfService.PriceRentalObject(System.String,System.String)"]

Implements

IBookingAuthenticateWcfServicePriceRentalObject(String, String)
See Also