Click or drag to resize
Infosoft Logo

CustomerReservationServiceDeleteCustomerReservation Method

Deletes the customer reservation described by request.

Namespace: Infosoft.Webservices.CustomerServices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public CustomerReservationListResponse DeleteCustomerReservation(
	DeleteCustomerReservationsRequest request
)

Parameters

request  DeleteCustomerReservationsRequest
A message containing a customernumber and customer reservation that should be deleted for that customer.

Return Value

CustomerReservationListResponse
A list of.

Implements

ICustomerReservationServiceDeleteCustomerReservation(DeleteCustomerReservationsRequest)
Remarks
Hanmsoll, 13.07.2018.
See Also