IBookingRestWcfServiceAttributeXml Method |
Uri for this REST service method:
https://appl.easybook.net/feeds/xml/{partnerCode}/{consumerId}/attribute
Http method: GET
Response body format: Xml
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)
SyntaxAttributeWeb[] AttributeXml(
string partnerCode,
string consumerId
)
Parameters
- partnerCode
- Type: SystemString
[Missing <param name="partnerCode"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingRestWcfService.AttributeXml(System.String,System.String)"]
- consumerId
- Type: SystemString
[Missing <param name="consumerId"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingRestWcfService.AttributeXml(System.String,System.String)"]
Return Value
Type:
AttributeWebA list of all available rental object attributes
See Also