Click or drag to resize

IBookingRestWcfServiceGeographyJson Method

Uri for this REST service method:
https://appl.easybook.net/feeds/json/{partnerCode}/{consumerId}/geography?countryIsoCode={countryIsoCode}
Http method: GET
Response body format: Json

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

Parameters

partnerCode
Type: SystemString

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

consumerId
Type: SystemString

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

countryIsoCode
Type: SystemString

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

Return Value

Type: RegionWeb

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

See Also