WEBCentralizedShoppingCartMembershipSetLineItemsWithCart
| Initial Build | 2008.01 |
| xWeb | Web Method |
| Response Type | object |
This method is used to add and remove line items for a Membership. This method should be called after the Membership object has been added to Centralized Order Entry. If fees need to be added/removed before the Membership has been added to the cart use WEBCentralizedShoppingCartMembesrhipSetLineItems
Parameters
- oCentralizedOrderEntry (Shopping Cart Object). The Shopping Cart Object the membership is currently in.
- MembershipKey (GUID). A key identifying which membership within the Shopping Cart to update.
- oFeeCollection (FeeCollection). The fees to be added/removed for this Membership.
Response
OrderEntry (Shopping Cart Object). The membership object identified by the membership key will have its 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
<<SAMPLE REQUEST>>
Sample Response
<<SAMPLE RESPONSE>>