Click or drag to resize
Infosoft Logo

CustomerReservationServiceGetCustomerReservations Method

Get a list of all customer reservations applied to the specified customernumber.

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

Parameters

request  GetCustomerReservationRequest
The request containing the customer number of the desired customer instance

Return Value

CustomerReservationListResponse
A list of all the customers currently customer reservations

Implements

ICustomerReservationServiceGetCustomerReservations(GetCustomerReservationRequest)
See Also