Click or drag to resize

IBookingAuthenticateWcfServicePriceRentalObject 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#
RentalObjectPrices PriceRentalObject(
	string rentalObjectNo,
	string version
)

Parameters

rentalObjectNo
Type: SystemString
Rental object number in the following format: ##-#### where # is number between 0 and 9. Example: 10-0034
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.IBookingAuthenticateWcfService.PriceRentalObject(System.String,System.String)"]

See Also