Click or drag to resize

IBookingRestWcfServiceAttributeJson Method

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

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

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

Return Value

Type: AttributeWeb
A list of all available rental object attributes
See Also