Click or drag to resize

IBookingRestWcfServicePriceCsvHead Method

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

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 PriceCsvHead(
	string partnerCode,
	string consumerId,
	string include,
	string version
)

Parameters

partnerCode
Type: SystemString
A path parameter containing the partner code a.k.a. the login. Example: LHUSE
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: v1

Return Value

Type: String

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

See Also