Click or drag to resize

BookingAuthenticateRestWcfServiceKeyLocationJson Method

Returns a list of RentalObjectKeyDeliveryWeb.

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#
public RentalObjectKeyDeliveryWeb[] KeyLocationJson(
	string partnerCode,
	string consumerId,
	string changeTimestamp,
	string dateFrom,
	string dateTo,
	string rentalObjectNoStart,
	string rentalObjectNoEnd,
	string countryIsoCode,
	string regionIds
)

Parameters

partnerCode
Type: SystemString

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

consumerId
Type: SystemString

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

changeTimestamp
Type: SystemString

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

dateFrom
Type: SystemString

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

dateTo
Type: SystemString

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

rentalObjectNoStart
Type: SystemString

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

rentalObjectNoEnd
Type: SystemString

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

countryIsoCode
Type: SystemString

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

regionIds
Type: SystemString

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

Return Value

Type: RentalObjectKeyDeliveryWeb

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

Implements

IBookingAuthenticateRestWcfServiceKeyLocationJson(String, String, String, String, String, String, String, String, String)
See Also