IPartnerBlockingAuthRestWcfServiceCalendarGetJson Method |
Uri for this REST service method:
https://appl.easybook.net/partnerblocking/json/Calendar/{rentalObjectNo}?start={start}&end={end}
Http method: GET
Response body format: Json
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)
SyntaxCalendarEntryWeb[] 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:
CalendarEntryWebReturns a list of
CalendarEntryWeb
See Also