Click or drag to resize

IBookingRestWcfServicePriceXml Method

Uri for this REST service method:
https://appl.easybook.net/feeds/compressed/xml/{partnerCode}/{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 PriceXml(
	string partnerCode,
	string consumerId,
	string include,
	string version
)

Parameters

partnerCode
Type: SystemString

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

consumerId
Type: SystemString

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

include
Type: SystemString

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

version
Type: SystemString

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

Return Value

Type: Stream

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

See Also