WEBCentralizedShoppingCartRemoveEventRegistrantFromGroup
| 
                                                                     Initial Build  | 
                                                                2008.01 | 
| 
                                                                     xWEB  | 
                                                                Web Method | 
| 
                                                                     Response Type  | 
                                                                
                                                                     object  | 
                                                            
This method will remove an event Registrant Object from a Group Registration Object.
See XWeb Event Group Registration for a complete walk-through of how to create an Events Group Registration in xWeb.
Parameters
- oGroupRegistration (Group Registration Object). The group registration object which contains the event registration.
 - RegistrationKey (GUID). Key corresponding to the registration object to remove.
 
Response
A Group Registration Object with the specified event registrant and related line items removed.
Sample Request
<<SAMPLE REQUEST>>
                                                    Sample Response
<<SAMPLE RESPONSE>>
                                                    JSON Method
Removes a registration from an existing group registration using the registration key (reg_key).
See the following methods for examples of the registration and group registration objects.
- 
                                                            
WEBCentralizedShoppingCartEventRegistrantGroupGetNew
 - 
                                                            
WEBCentralizedShoppingCartEventRegistrantGet
 - 
                                                            
WEBCentralizedShoppingCartEventRegistrantGroupGetNew
 - 
                                                            
WEBCentralizedShoppingCartEventRegistrantGroupGet
 
GET n/a
POST /xweb/JSON/WEBCentralizedShoppingCartRemoveEventRegistrantFromGroup
DATA: JSON
{
    "WEBCentralizedShoppingCartAddEventRegistrantToGroup": {
        "RegistrationKey": "00000000-0000-0000-0000-000000000000",
            "oGroupRegistration": { <<GroupRegistrationObject>> }
      }
}
                                                        
SAMPLE RESULT
HTTP STATUS: 200
DATA: JSON
Updated Group Registration Object