WEBCentralizedShoppingCartEventRegistrantGroupGetNew

Initial Build

2008.01

xWEB

Web Method

Response Type

object

This method is used to create a new Group Registration Object based on the organization the group is related to and the event the group of registrants will be attending.

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

Parameters

  • CustomerKey (guid). The Customer Key of the Organization related to the group. Don't use the individual's customer key.
  • EventKey (guid). The key of the event that will be attended.

Response

Group Registration Object - new group registration with the information relevant to the organization and the event populated.

Sample Request

<<SAMPLE REQUEST>>

Sample Response

<<SAMPLE RESPONSE>>
   

JSON Method

Creates a new group event registration object

Use WEBCentralizedShoppingCartEventRegistrantGroupGet to get an existing registration group.

The returned group event registration object can be used in the following API calls:

  • WEBCentralizedShoppingCartAddEventRegistrantToGroup

  • WEBCentralizedShoppingCartRemoveEventRegistrantFromGroup

  • WEBCentralizedShoppingCartAddEventRegistrantGroup

 

GET /xweb/JSON/WEBCentralizedShoppingCartEventRegistrantGroupGetNew?CustomerKey=FA800F66-FEF3-4CB5-AE6B-00A91CA6DDD3&EventKey=f7f1bd26-2545-40cc-baa8-3fe87635230e

POST /xweb/JSON/WEBCentralizedShoppingCartEventRegistrantGroupGetNew

Copy
DATA: JSON
{
    "WEBCentralizedShoppingCartEventRegistrantGroupGetNew": {
        "CustomerKey": "FA800F66-FEF3-4CB5-AE6B-00A91CA6DDD3",
        "EventKey": "f7f1bd26-2545-40cc-baa8-3fe87635230e"
    }
}

 

Copy
SAMPLE RESULT
HTTP STATUS: 200
DATA: JSON
{
    "EventsRegistrantGroupType": {
        "Group_Registration": {
            "egp_key": "a36a3fbb-7dcd-4d30-ad31-f74f1ac555a9",
            "egp_evt_key": "f7f1bd26-2545-40cc-baa8-3fe87635230e",
            "egp_key_ext": "a36a3fbb-7dcd-4d30-ad31-f74f1ac555a9",
            "egp_registration_date": "2020-04-28T00:00:00-04:00",
            "egp_number_of_registrants": "0"
        },
        "Organization": {
            "org_select_flag": "0"
        },
        "Customer": null,
        "Individual_X_Organization": {
            "ixo_primary": "0",
            "ixo_owner": "0"
        },
        "Individual": null,
        "Address": {
            "adr_state": "NULL",
            "adr_country": "UNITED STATES"
        },
        "Address_XRef": {
            "cxa_primary": "0",
            "cxa_owner": "0",
            "cxa_billing": "0",
            "cxa_create_change_log": "0"
        },
        "Email": {
            "eml_type": "business",
            "eml_primary": "0"
        },
        "Website": {
            "url_type": "internet",
            "url_primary": "0"
        },
        "Messaging": {
            "msg_primary": "0"
        },
        "Phone": {
            "phn_cty_key": "bc4b70f8-280e-4bb0-b935-9f728c50e183"
        },
        "Phone_XRef": {
            "cph_pht_key": "88ff5661-2d14-4bdf-be4c-906c3bff7ef7",
            "cph_primary": "0",
            "cph_owner": "0"
        },
        "Fax": {
            "fax_cty_key": "bc4b70f8-280e-4bb0-b935-9f728c50e183"
        },
        "Fax_XRef": {
            "cfx_fxt_key": "6b632577-c4ef-42ac-ae19-6dfe0ddece4b",
            "cfx_primary": "0",
            "cfx_owner": "0"
        },
        "Event": {
            "evt_key": "f7f1bd26-2545-40cc-baa8-3fe87635230e",
            "evt_code": "S",
            "evt_etp_key": "bfbfd195-5f06-43e9-80b8-99b97fecdd56",
            "evt_title": "CPPB Prep 092220 Wilsonville, OR",
            "evt_capacity": "24",
            "evt_wait_list_flag": "0",
            "evt_registration_required": "1",
            "evt_restricted": "0",
            "evt_short_description": "CPPB Prep 09/22/20 Wilsonville, OR",
            "evt_description_html": "<p>In an effort to prepare candidates for the computer-based CPPB exam containing 175 questions, this course provides a review that addresses key information on topics identified in the UPPCC Body of Knowledge. Considered as a tool to help the student in assessing their own strengths and weaknesses, as they relate to the subject matter, this course is only a part of the candidates overall study plan for preparation. Participation in this class does not guarantee success on the examination. </p> <p><a href=\"http://www.Client.org/grow-professionally/education/catalog-courses/cppb-prep\">Course Description</a></p>",
            "evt_start_date": "2020-09-22T00:00:00-04:00",
            "evt_start_time": "8:00 AM",
            "evt_end_date": "2020-09-23T00:00:00-04:00",
            "evt_end_time": "5:00 PM",
            "evt_early_registration_date": "2020-07-24T00:00:00-04:00",
            "evt_late_registration_date": "2020-09-08T00:00:00-04:00",
            "evt_cutoff_date": "2020-08-23T00:00:00-04:00",
            "evt_post_to_web_date": "2020-01-22T00:00:00-05:00",
            "evt_remove_from_web_date": "2020-09-23T00:00:00-04:00",
            "evt_add_user": "user",
            "evt_add_date": "2020-01-22T16:23:07-05:00",
            "evt_change_user": "user",
            "evt_change_date": "2020-01-22T17:25:53-05:00",
            "evt_delete_flag": "0",
            "evt_key_ext": "f7f1bd26-2545-40cc-baa8-3fe87635230e",
            "evt_cct_key": "c32616d1-4376-4e7a-ace6-ed1626c8cd80",
            "evt_tzn_key": "2946213c-fd4b-49ff-9522-5e39a34cf2b8",
            "evt_etc_key": "9b760920-c9ac-45ed-b63f-36a92e6d8fc5",
            "evt_abstract_flag": "0",
            "evt_closed_flag": "0",
            "evt_free_event_flag": "0",
            "evt_regid_counter": "34",
            "evt_free_guest_flag": "0",
            "evt_charity_event_flag": "0",
            "evt_activity_type_ext": "Chapter- LEAP Advanced",
            "evt_contact_hours_ext": "15.00",
            "evt_firsttimer_fullconf_flag_ext": "0",
            "evt_firsttimer_confonly_flag_ext": "0",
            "evt_n18_key_ext": "b15a09b5-e73b-40ab-b620-358dccb2553b",
            "evt_accreditation_ext": "Non-Accredited",
            "evt_reg_payment_info_html_ext": "<h2>Course Fees / Pre-Registration Required</h2> <p><strong>Standard pricing:</strong></p> <p>Institute Members - $425 **<br /> Non-Members - $525&nbsp; **</p> <p>** Receive a $25 early registration discount by registering 60 or more days in advance of the course.&nbsp; A late fee of $50 will be assessed for those registrations received within 30 days of the course.</p> <p>Not a Client Institute member? <a href=\"http://www.Client.org/home/membership\">Click here</a> for membership information. </p> <p>&nbsp;</p> <br /> <h2>Registration &amp; Payment Information</h2> <p><strong>Register online with credit card by clicking the register button below<br /> Register by fax (<a href=\"http://www.Client.org/docs/default-source/New-Site/chapters/resource-center/chapter-seminar-registration-form-fy-2017.pdf?sfvrsn=2\">Download print and fax form</a>)</strong></p> <p><strong>*FORM OF PAYMENT MUST ACCOMPANY REGISTRATION FORM FOR ORDER TO BE PROCESSED</strong></p> <p><strong>Methods of Payment Accepted:</strong> Check (make checks payable to Client), Purchase Orders (via print and fax form), and Credit Cards (Master Card, Visa, and American Express).</p> <p>If paying by check, please make check payable to Client and send payment to:</p> <p>Client, Attn: Seminar Registration<br /> 2411 Dulles Corner Park, Suite 350<br /> Herndon, VA 20171</p>",
            "evt_cancel_policy_html_ext": "<h2>Client Course Cancellation Policy</h2> <p>Registration and payment must be received 30 days prior to the seminar start date. After this time, registrations will be based on space availability.&nbsp; A full refund, less a <strong>$75 administrative fee</strong> will be given for cancellations made in writing 31+ days prior to the seminar date by emailing <a href=\"&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#82;&#101;&#103;&#105;&#115;&#116;&#114;&#97;&#116;&#105;&#111;&#110;&#73;&#110;&#102;&#111;&#64;&#110;&#105;&#103;&#112;&#46;&#111;&#114;&#103;\">RegistrationInfo@Client.org</a>. No refunds are given for cancellations received within 30 days of the seminar start date. There are no refunds for no-shows. If the seminar is cancelled for any reason, Client's liability is limited to the registration fee only. </p><p>Attendee substitutions within the same agency may be done at any time with email notification to Client. If attending via scholarship, please provide documentation verifying the scholarship issuer's name and contact information in lieu of payment information.</p>",
            "evt_local_info_ext": "<h2>Local Information</h2> <p>If you would like more information on the event, please contact the local Seminar Coordinator, Kathi Braeme-Burr via email at kathi.braeme-burr@multco.us</p><div>Hotel Suggestions/Phone Numbers: <br />LaQuinta Inn Address: 8815 SW Sun Pl, Wilsonville, OR 97070<br /> Phone: (503) 682-3184</div><div><br />Approximate Distance From Nearest Airport: <br />35 <br />.</div>",
            "evt_registered": "2",
            "evt_onwaitlist": "0",
            "evt_available": "22",
            "evt_remaining": "22",
            "evt_available_new": "22",
            "evt_Registered_main_count": "2",
            "evt_waitList_main_count": "0",
            "evt_Registered_guest_count": "0",
            "evt_waitList_guest_count": "0",
            "evt_payables_batch_suffix": "BATCH"
        },
        "Event_Location_Room_Type": null,
        "Room_Request": null,
        "Invoice": {
            "inv_print_count": "0",
            "inv_ship_priority": "3",
            "inv_AutoRefund": "0",
            "inv_eweb_credit_available": "0.00",
            "inv_eweb_apply_credit_amount": "0.00",
            "inv_total": "0.00",
            "inv_amount": "0.00",
            "inv_balance": "0.00",
            "inv_payment_to_apply_distributed": "0.00",
            "inv_close_opportunity": "0",
            "inv_credit_to_apply_distributed": "0.00",
            "inv_distributable_credit_total": "0.00",
            "inv_distributable_credit_balance": "0.00",
            "inv_paid_by_liability_balance": "0.00",
            "inv_nettotal": "0.00",
            "inv_netpayment": "0.00",
            "inv_credit_to_apply": "0.00",
            "inv_netbalance": "0.00",
            "inv_netcredit": "0.00",
            "inv_netunpaidbalance": "0.00",
            "inv_netwriteoff": "0.00",
            "inv_writeoff_to_apply": "0.00",
            "inv_netreturn": "0.00",
            "inv_return_to_apply": "0.00",
            "inv_netapplied": "0.00",
            "inv_previous_netapplied": "0.00",
            "inv_previous_netpayment": "0.00",
            "inv_total_to_apply": "0.00",
            "inv_allow_payment_with_frozen_payment_method": "0",
            "inv_select_all": "0",
            "inv_details_html": "<table cellspacing=1 cellpadding=1><tr><td></td></tr></table>",
            "inv_autoapply": "0",
            "inv_autoapplypayment": "0",
            "inv_installment_flag": "0",
            "inv_coe_flag": "0",
            "inv_shippable_total": "0.00",
            "inv_unapplied_shipping_total": "0.00",
            "inv_shippable_items_flag": "0",
            "inv_autoapplycredit": "0",
            "inv_bill_me": "0",
            "inv_HasNewLineItems": "0",
            "inv_HasOldLineItems": "0",
            "inv_total_weight": "0.00",
            "inv_discount": "0.00",
            "inv_shipping": "0.00",
            "inv_tax": "0.00"
        },
        "Payment": null,
        "Payment_Info": {
            "pin_hosted_page_available": "0",
            "pin_mobile_app_available": "0",
            "pin_hosted_payment": "0",
            "pin_isvault": "0",
            "pin_tax_amt": "0.00",
            "pin_billing_info_required_for_ach_flag": "0",
            "pin_allow_online_payment_flag": "0",
            "pin_preferred_flag": "0"
        },
        "Payment_Method": null,
        "source_code": null,
        "Registrant": {
            "reg_attendance_flag": "1",
            "reg_adr_state": "NULL",
            "reg_adr_country": "UNITED STATES",
            "reg_registration_date": "2020-04-28T00:00:00-04:00"
        },
        "RegistrantCollection": null
    }
}