Click or drag to resize

PartnerBlockingAuthRestWcfServiceCalendarGetJson Method

Returns a list of CalendarEntryWeb.

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 CalendarEntryWeb[] CalendarGetJson(
	string rentalObjectNo,
	DateTime start,
	DateTime end
)

Parameters

rentalObjectNo
Type: SystemString
Rental object number in the following format: ##-#### where # is number between 0 and 9. Example: 10-0034
start
Type: SystemDateTime
end
Type: SystemDateTime

Return Value

Type: CalendarEntryWeb
Returns a list of CalendarEntryWeb

Implements

IPartnerBlockingAuthRestWcfServiceCalendarGetJson(String, DateTime, DateTime)
See Also