Click or drag to resize

IBookingAuthenticateRestWcfServicePriceAuthXml Method

Uri for this REST service method:
https://appl.easybook.net/booking/compressed/xml/{consumerId}/price?include={include}&version={version}
Http method: GET
Response body format: Xml

Returns a compressed list of RentalObjectPriceWeb.

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#
Stream PriceAuthXml(
	string consumerId,
	string include,
	string version
)

Parameters

consumerId
Type: SystemString

[Missing <param name="consumerId"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateRestWcfService.PriceAuthXml(System.String,System.String,System.String)"]

include
Type: SystemString

[Missing <param name="include"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateRestWcfService.PriceAuthXml(System.String,System.String,System.String)"]

version
Type: SystemString

[Missing <param name="version"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateRestWcfService.PriceAuthXml(System.String,System.String,System.String)"]

Return Value

Type: Stream

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

See Also