Click or drag to resize

IBookingRestWcfServicePriceXmlHead Method

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

Returns response headers for 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#
string PriceXmlHead(
	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.PriceXmlHead(System.String,System.String,System.String,System.String)"]

consumerId
Type: SystemString

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

include
Type: SystemString

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

version
Type: SystemString

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

Return Value

Type: String

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

See Also