Click or drag to resize
Infosoft Logo

CustomerReservationServiceCreateCustomerReservations Method

Creates customer reservations.

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

Parameters

request  CreateCustomerReservationsRequest
A request containing a customernumber and customer reservations that should be created for that customer.

Return Value

CustomerReservationListResponse
The new customer reservations.

Implements

ICustomerReservationServiceCreateCustomerReservations(CreateCustomerReservationsRequest)
Remarks
Hanmsoll, 13.07.2018.
See Also