Click or drag to resize
Infosoft Logo

ICustomerReservationService Interface

This service can be used for creating and getting customer reservations for a customer.

Namespace: Infosoft.Webservices.CustomerServices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public interface ICustomerReservationService

The ICustomerReservationService type exposes the following members.

Methods
 NameDescription
Public methodCreateCustomerReservation Creates the customer reservations.
Public methodCreateCustomerReservations Creates customer reservations.
Public methodDeleteCustomerReservation Deletes the customer reservation described by request.
Public methodGetCustomerReservations Get a list of all customer reservations applied to the specified customernumber.
Top
See Also