WEBCentralizedShoppingCartEventRegistrantGet

Initial Build

2008.01

xWEB

Web Method

Response Type

shopping cart object

This method can be used to return an existing registrant.

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

Parameters

Key (guid). The key of the registrant.

Return

A Registrant Object is returned corresponding to the key provided.

Sample Request

<WEBCentralizedShoppingCartEventRegistrantGet xmlns="http://www.avectra.com/2005/">
<Key>guid</Key>
</WEBCentralizedShoppingCartEventRegistrantGet>

Sample Response

<WEBCentralizedShoppingCartEventRegistrantGetResponse xmlns="http://www.avectra.com/2005/">
<WEBCentralizedShoppingCartEventRegistrantGetResult>
[[Registrant Object]]
</WEBCentralizedShoppingCartEventRegistrantGetResult>
</WEBCentralizedShoppingCartEventRegistrantGetResponse>