Click or drag to resize

BookingRestWcfServiceAttributeJson Method

Returns a list of all available rental object attributes. Not all attributes are used on each rental object. AttributeWeb.

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 AttributeWeb[] AttributeJson(
	string partnerCode,
	string consumerId
)

Parameters

partnerCode
Type: SystemString

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

consumerId
Type: SystemString

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

Return Value

Type: AttributeWeb
A list of all available rental object attributes

Implements

IBookingRestWcfServiceAttributeJson(String, String)
See Also