Click or drag to resize

IPartnerBlockingAuthRestWcfService Methods

The IPartnerBlockingAuthRestWcfService type exposes the following members.

Methods
  NameDescription
Public methodCalendarDeleteJson
Uri for this REST service method:
https://appl.easybook.net/partnerblocking/json/Calendar/{rentalObjectNo}
Http method: DELETE
Response body format: Json

Returns true if the partner blocking is successfully deleted. Otherwise an exception is thrown.
Public methodCalendarGetJson
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.
Public methodCalendarPostJson
Uri for this REST service method:
https://appl.easybook.net/partnerblocking/json/Calendar/{rentalObjectNo}
Http method: POST
Response body format: Json

Returns a CalendarEntryWeb if the partner blocking is successfully created. Otherwise an exception is thrown.
Public methodGetDocumentation
Get standard help for the operations of this endpoint and interject xml documentation for fields of the dto classes.
Public methodRentalObjectGetJson
Uri for this REST service method:
https://appl.easybook.net/partnerblocking/json/RentalObject
Http method: GET
Response body format: Json

Returns a list of RentalObjectWeb shared with the partner.
Top
See Also