Click or drag to resize

BookingRestWcfServiceGeographyJson Method

Returns a list of RegionWeb.

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 RegionWeb[] GeographyJson(
	string partnerCode,
	string consumerId,
	string countryIsoCode
)

Parameters

partnerCode
Type: SystemString

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

consumerId
Type: SystemString

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

countryIsoCode
Type: SystemString

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

Return Value

Type: RegionWeb

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

Implements

IBookingRestWcfServiceGeographyJson(String, String, String)
See Also