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)
Syntaxstring PriceAuthXmlHead(
string consumerId,
string include,
string version
)
Parameters
- consumerId
- Type: SystemString
A path parameter always assigned the integer number 1.Example: 1 - include
- Type: SystemString
What kind interval to include in the price file. The only currently valid value is: full.
If the parameter value is empty or absent the default value full is used. - version
- Type: SystemString
Version of the price file. Possible values are: v1, v3, v4. The default value is: v3
Return Value
Type:
String[Missing <returns> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateRestWcfService.PriceAuthXmlHead(System.String,System.String,System.String)"]
See Also