Click or drag to resize

IUCServiceActivityConfirmGroup Method

Confirm Group Activity Booking

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
Syntax
C#
ActivityResponse ActivityConfirmGroup(
	ActivityRequest request
)

Parameters

request
Type: LSRetail.Omni.Domain.DataModel.Activity.ActivitiesActivityRequest

Return Value

Type: ActivityResponse
Activity Number and Booking Reference
Remarks
LS Central WS2 : ConfirmGroupActivityV4

If property [Paid] is set, then returns details for the retail basket.

[BookingRef] should be assigned to the OrderLine and passed in with Order so retrieved basket payment through Commerce Service for LS Central will update the Activities payment status and assign the sales order document as payment document.

If activity type does not require [contactNo] then it is sufficient to provide client name.

If [ReservationNo] is blank the system will create new reservation and return the value to ReservationNo. If ReservationNo is populated parameter then the system will try to add the activity to existing reservation if the reservation exists and is neither canceled or closed.

[PromoCode] is validated and adjusts pricing accordingly.

See Also