Click or drag to resize

IPartnerBlockingAuthRestWcfServiceCalendarDeleteJson Method

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.

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#
bool CalendarDeleteJson(
	string rentalObjectNo,
	PartnerBlockIntervalCriteria crit
)

Parameters

rentalObjectNo
Type: SystemString
Rental object number in the following format: ##-#### where # is number between 0 and 9. Example: 10-0034
crit
Type: Tse.EasyBook.Server.DataContracts.WebClient.PartnerBlockingPartnerBlockIntervalCriteria
Http request body object serialized as json text. PartnerBlockIntervalCriteria

Return Value

Type: Boolean
Returns true if the partner blocking is successfully deleted. Otherwise an exception is thrown.
See Also