WEBCentralizedShoppingCartEventRegistrantSetLineItems

Initial Build

2008.01

xWeb

xWeb Method

Response Type

 

This method is used to add and remove Event Registration Fees for an Event Registrant. This method should be called prior to adding the registration object to the Shopping Cart Object.

If fees need to be added/removed after the Registrant has been added to the cart use XWeb:WEBCentralizedShoppingCartEventRegistrantSetLineItemsWithCart

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

Parameters

  • oRegistration (Registrant Object). The registration object for the individual who will be attending the event.
  • oFeeCollection (FeeCollection). The fees to be added/removed for this registrant. These can be event, session, and/or track fees.

Response

Registrant Object - the provided registration object with the invoice details collection updated to match the fee collection. New invoice details will be created for fees to add and existing invoice details will be removed for fees to remove.

Sample Request

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.avectra.com/2005/">
<soapenv:Header>
<ns:AuthorizationToken>
<ns:Token>b8f7dc18-92d3-451c-8bba-f68b10db345e</ns:Token>
</ns:AuthorizationToken>
</soapenv:Header>
<soapenv:Body>
<WEBCentralizedShoppingCartEventRegistrantSetLineItems xmlns="http://www.avectra.com/2005/">
<ns:oRegistration xmlns="http://www.avectra.com/2005/>
[[Registrant Object]]
</ns:oRegistration>
<ns:oFeeCollection xmlns="http://www.avectra.com/2005/>
[[FeeCollection]]
</ns:oFeeCollection>
</soap:Body>
</soap:Envelope>

Sample Response

<<SAMPLE RESPONSE>>