WEBCentralizedShoppingCartAddEventRegistrantGroup

Initial Build

2008.01

xWEB

Web Method

Response Type

shopping cart object

This method can be used to add a Group Registration to a Shopping Cart.

See XWeb Event Group Registration for a complete walk-through of how to create an Events Group Registration in xWeb.

Parameters

Response

This method returns the Shopping Cart Object with the Group Registration object added to the cart's Group Registrants RegistrantCollection.

Sample Request

<WEBCentralizedShoppingCartAddEventRegistrantGroup xmlns="http://www.avectra.com/2005/">
<oCentralizedOrderEntry>
[[Shopping Cart Object]]
</oCentralizedOrderEntry>
<oGroupRegistration>
[[Group Registration Object]]
</oGroupRegistration>
</WEBCentralizedShoppingCartAddEventRegistrantGroup>

Sample Response

<WEBCentralizedShoppingCartAddEventRegistrantGroupResponse>
<WEBCentralizedShoppingCartAddEventRegistrantGroupResult>
<CentralizedOrderEntryType>
[[Shopping Cart Object]]
</CentralizedOrderEntryType>
</WEBCentralizedShoppingCartAddEventRegistrantGroupResult>
</WEBCentralizedShoppingCartAddEventRegistrantGroupResponse>