WEBCentralizedShoppingCartEventRegistrantGetNew

Initial Build

2008.01

xWEB

Web Method

Response Type

object

This method returns a new EventsRegistrantType (registrant) for a specific Customer for a specific Event. With the EventsRegistrantType returned by the method, you can update selected elements in your application and then pass the modified EventsRegistrantType into other methods for other purposes.

For example, you can update the EventsRegistrantType and pass it to the WEBCentralizedShoppingCartGetEventFees method to get back a list of Event Registration Fees that could apply to the specific registrant.

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

Parameters

The Request contains the following parameters:

Name Type Occurs Description
CustomerKey guid 1..1 The Customer Key of the registrant.
EventKey guid 1..1 The primary key of the Event.

Response

EventsRegistrantType

Sample Request

<WEBCentralizedShoppingCartEventRegistrantGetNew xmlns="http://www.avectra.com/2005/">
<CustomerKey>guid</CustomerKey>
<EventKey>guid</EventKey>
</WEBCentralizedShoppingCartEventRegistrantGetNew>

Sample Response

<WEBCentralizedShoppingCartEventRegistrantGetNewResponse xmlns="http://www.avectra.com/2005/">
<WEBCentralizedShoppingCartEventRegistrantGetNewResult>
[[EventsRegistrantType]]
</WEBCentralizedShoppingCartEventRegistrantGetNewResult>
</WEBCentralizedShoppingCartEventRegistrantGetNewResponse>