Click or drag to resize

IBookingAuthenticateRestWcfServicePriceAuthXmlHead Method

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

Parameters

consumerId
Type: SystemString

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

include
Type: SystemString

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

version
Type: SystemString

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

Return Value

Type: String

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

See Also