WEBCentralizedShoppingCartEventRegistrantSetLineItemsWithCart
Initial Build |
2008.01 |
xWeb |
xWeb Method |
Response Type |
object |
This method is used to add and remove Event Registration Fees for an Event Registrant. This method should be called if the registration object has already been added to Centralized Order Entry. If fees need to be added/removed before the Registrant has been added to the cart use WEBCentralizedShoppingCartEventRegistrantSetLineItems
See XWeb Event Registration for a complete walk-through of how to create an Event Registration in xWeb.
Parameters
The Request contains the following parameters:
Name | Type | Occurs | Description |
---|---|---|---|
oCentralizedOrderEntry | CentralizedOrderEntryType | 0(R)..1 | The Cart containing the event registration. |
RegistrationKey | guid | 1..1 | the reg_key of the EventsRegistrantType within the cart which should be updated. |
oFeeCollection | Fee | 0..* | An array of fee(s) to be added/removed for this registrant. These can be event, session, and/or track fees. |
Return
A refreshed shopping cart with the provided registration object with the invoice details collection updated to match the provided 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
Abbreviated for brevity.
<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>
<WEBCentralizedShoppingCartEventRegistrantSetLineItemsWithCart xmlns="http://www.avectra.com/2005/">
<oCentralizedOrderEntry>
[[CentralizedOrderEntryType]]
<RegistrationKey>guid</RegistrationKey>
<oFeeCollection />
<Fee>
<prc_key>03B32DEC-20DB-4498-A899-6A689B47358F</prc_key>
<ivd_key>00000000-0000-0000-0000-000000000000</ivd_key>
<qty>1</qty>
<overrideamount>0</overrideamount>
<action>Add</action>
</Fee>
<oFeeCollection />
</WEBCentralizedShoppingCartEventRegistrantSetLineItemsWithCart>
</soapenv:Body>
</soapenv:Envelope>
Sample Response
Shortened for brevity.
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Header>
<AuthorizationToken xmlns="http://www.avectra.com/2005/">
<Token>0f81c7f6-b82a-439d-aba2-f28c41933f70</Token>
</AuthorizationToken>
</soap:Header>
<soap:Body>
<WEBCentralizedShoppingCartEventRegistrantSetLineItemsWithCartResponse xmlns="http://www.avectra.com/2005/">
<WEBCentralizedShoppingCartEventRegistrantSetLineItemsWithCartResult>
[[CentralizedOrderEntryType]]
</WEBCentralizedShoppingCartEventRegistrantSetLineItemsWithCartResult>
</WEBCentralizedShoppingCartEventRegistrantSetLineItemsWithCartResponse>
</soap:Body>
</soap:Envelope>
JSON Method
Use this method after the registration object is already added to the cart to add or remove event and session registration fees.
-
Use the registration key of the registrant to be updated.
-
This method requires a cart. Create a new one or use an exisiting one.
-
If needed, a registrant can be created or use an exisiting one.
-
Search for event fees using WEBCentralizedShoppingCartGetEventFees.
-
Search for session fees using WEBCentralizedShoppingCartGetEventSessionFees.
-
Add event and session fees to the registrant with WEBCentralizedShoppingCartEventRegistrantSetLineItems.
-
After the registrant is added to the cart, use this method to update the registration fees.
-
GET n/a
POST /xweb/JSON/WEBCentralizedShoppingCartEventRegistrantSetLineItemsWithCart
DATA: JSON
{
"WEBCentralizedShoppingCartEventRegistrantSetLineItemsWithCart": {
"RegistrationKey": "01d97ded-e20a-4354-af4a-6c830685fde3",
"oFeeCollection": [
{
"prc_key": "eb310ab4-a5fe-4719-80ed-07e317cc8f49",
"qty": "1"
},
{
"prc_key": "73072a80-6720-4708-9095-fa5e5b29e486",
"qty": "1"
}
],
"oCentralizedOrderEntry": {
"Invoice": {
"inv_key": "ebcf5631-3f4b-4a0a-ab5a-ab140411ae02",
"inv_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"inv_print_count": "0",
"inv_ship_priority": "3",
"inv_orig_trans_type": "prepaid",
"inv_cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"inv_eml_key": "959ab06a-945b-4380-9388-e24c1d64cd86",
"inv_cst_billing_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"inv_AutoRefund": "0",
"inv_eweb_credit_available": "0.00",
"inv_eweb_apply_credit_amount": "0.00",
"inv_first_installment_amount": "0.00",
"inv_cst_first_last_name": "JasonTest1 D WattsTest1",
"inv_total": "500.00",
"inv_amount": "500.00",
"inv_balance": "0.00",
"inv_Donation_in_cart": "0",
"inv_payment_to_apply_distributed": "0.00",
"inv_batch_total": "$0.00",
"inv_batch_total_diff": "$0.00",
"inv_close_opportunity": "0",
"inv_credit_to_apply_distributed": "0.00",
"inv_batch_count": "0",
"inv_batch_count_diff": "0",
"inv_distributable_credit_total": "0.00",
"inv_bat_control_total_display": "0.00",
"inv_distributable_credit_balance": "0.00",
"inv_invoice_to_pay_count": "0",
"inv_paid_by_liability_balance": "0.00",
"inv_payment_detail_count": "1",
"inv_payment_to_apply": "500.00",
"inv_nettotal": "500.00",
"inv_netpayment": "500.00",
"inv_credit_to_apply": "0.00",
"inv_netbalance": "0.00",
"inv_netcredit": "0.00",
"inv_net_amount_due": "500.00",
"inv_netunpaidbalance": "500.00",
"inv_netwriteoff": "0.00",
"inv_writeoff_to_apply": "0.00",
"inv_netreturn": "0.00",
"inv_return_to_apply": "0.00",
"inv_netapplied": "500.00",
"inv_previous_netapplied": "0.00",
"inv_previous_netpayment": "0.00",
"inv_total_to_apply": "500.00",
"inv_allow_recurring": "0",
"inv_allow_payment_with_frozen_payment_method": "0",
"inv_select_all": "0",
"inv_details_html": "<table cellspacing='1' cellpadding='1'><tr><th>Qty</th><th>Item</th><th>Price</th><th>Discount</th><th>Taxes</th><th>Shipping</th><th>Sub-Total</th><th>Paid</th><th>Balance</th></tr> <tr><td style='text-align: right;'>1.0000</td><td style='text-align: right;'>Non-Member: Early</td><td style='text-align: right;'>500.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>500.00</td><td style='text-align: right;'>500.00</td><td style='text-align: right;'>0.00</td></tr> </table>",
"inv_details_text": "Quantity Item Price Discount Taxes Shipping Sub-Total Paid Balance 1.0000 Non-Member: Early 500.00 0.00 0.00 0.00 500.00 500.00 0.00 ",
"inv_details_with_customer_html": "<table cellspacing='1' cellpadding='1'><tr><th>Customer</th><th>Qty</th><th>Item</th><th>Price</th><th>Discount</th><th>Taxes</th><th>Shipping</th><th>Sub-Total</th><th>Paid</th><th>Balance</th></tr> <tr><td style='text-align: right;'>WattsTest1 JasonTest1 D</td><td style='text-align: right;'>1.0000</td><td style='text-align: right;'>Non-Member: Early</td><td style='text-align: right;'>500.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>500.00</td><td style='text-align: right;'>500.00</td><td style='text-align: right;'>0.00</td></tr> </table>",
"inv_autoapply": "1",
"inv_autoapplypayment": "1",
"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_invoice_detail_count": "1",
"inv_bill_me": "0",
"inv_HasNewLineItems": "1",
"inv_HasOldLineItems": "0",
"inv_total_weight": "0.00",
"inv_discount": "0.00",
"inv_shipping": "0.00",
"inv_tax": "0.00",
"inv_prd_keys": "4611ec21-2547-4b97-a8db-f475ab033ff3",
"inv_Show_Popup": "0",
"inv_convert_to_installmentpayments": "0",
"inv_allow_installment": "0"
},
"Invoice_Detail": {
"ivd_parity": "1",
"ivd_cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"ivd_type": "Product"
},
"Invoice_Detail_Term": null,
"Claim": {
"cld_claim_status": "Approved"
},
"Default_Shipping_Address": {
"cxs__cxa_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cxs__cxa_adr_key": "4aea5444-d63d-4947-b32c-adaa504e470b",
"cxs__cxa_add_date": "2020-04-27T10:58:00-04:00",
"cxs__cxa_add_user": "jwatts_oti",
"cxs__cxa_change_date": "2020-04-27T10:58:00-04:00",
"cxs__cxa_change_user": "jwatts_oti",
"cxs__cxa_delete_flag": "0",
"cxs__cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"cxs__cxa_key_ext": "478b7598-de07-483d-85c2-6e35c01239d5",
"cxs__cxa_on_hold_flag": "0",
"cxs__cxa_adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"cxs__cxa_mailing_label": "Mr. JasonTest1 D WattsTest1 Mr. JasonTest1 WattsTest1 123 Main St. Houston, TX 77433",
"cxs__cxa_mailing_label_html": "Mr. JasonTest1 D WattsTest1<br>Mr. JasonTest1 WattsTest1<br>123 Main St.<br>Houston, TX 77433"
},
"Payment": {
"pay_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6"
},
"Payment_Info": {
"pin_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"pin_check_amount": "500.00",
"pin_street": "123 Main St.",
"pin_city": "Houston",
"pin_state": "TX",
"pin_zip": "77433",
"pin_email": "jwatts1980+Test1@gmail.com",
"pin_cty_iso_number": "840",
"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,
"Customer": {
"cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cst_type": "Individual",
"cst_name_cp": "Mr. JasonTest1 D WattsTest1",
"cst_sort_name_dn": "WattsTest1 JasonTest1 D",
"cst_ind_full_name_dn": "Mr. JasonTest1 D WattsTest1",
"cst_ixo_title_dn": "Mr. JasonTest1 WattsTest1",
"cst_add_date": "2020-04-27T10:58:00-04:00",
"cst_add_user": "jwatts_oti",
"cst_change_date": "2020-04-27T14:54:00-04:00",
"cst_change_user": "jwatts_oti",
"cst_delete_flag": "0",
"cst_recno": "252704",
"cst_id": "000252704I",
"cst_key_ext": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cst_email_text_only": "0",
"cst_tax_exempt_flag": "0",
"cst_cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"cst_no_email_flag": "0",
"cst_eml_address_dn": "jwatts1980+Test1@gmail.com",
"cst_eml_key": "959ab06a-945b-4380-9388-e24c1d64cd86",
"cst_no_phone_flag": "0",
"cst_no_fax_flag": "0",
"cst_no_web_flag": "0",
"cst_member_flag": "0",
"cst_no_msg_flag": "0",
"cst_web_password": "x6tuksc72XHV6SKWQeb4z9v89/1Z9kzY",
"cst_no_mail_flag": "0",
"cst_web_force_password_change": "0",
"cst_web_login_disabled_flag": "0",
"cst_credit_hold_flag": "0",
"cst_web_forgot_password_status": "0",
"cst_no_publish_flag": "0",
"cst_salutation_1": "Mr.. JasonTest1 D WattsTest1 ",
"cst_default_recognize_as": "Mr.. JasonTest1 D WattsTest1 ",
"cst_exclude_from_social_flag": "0",
"cst_salt": "5UBp5HV9KxbZtabi2UEUmsVdjhVA2qUJ",
"cst_iterations": "5000",
"cst_web_password_change_date": "2020-04-27T14:54:00-04:00",
"cst_web_login_locked_flag": "0",
"cst_credit_available": "0.00"
},
"CustomerIndividual": {
"ind_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"ind_prf_code": "Mr.",
"ind_first_name": "JasonTest1",
"ind_mid_name": "D",
"ind_last_name": "WattsTest1",
"ind_full_name_cp": "Mr. JasonTest1 D WattsTest1",
"ind_salutation_cp": "Mr. WattsTest1",
"ind_cst_key_ext": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"ind_badge_name": "Mr. JasonTest1 WattsTest1",
"ind_deceased_flag": "0",
"ind_add_date": "2020-04-27T10:58:00-04:00",
"ind_add_user": "jwatts_oti",
"ind_delete_flag": "0",
"ind_position_classification_ext": "Other",
"ind_department_ext": "IT"
},
"Billing_Address": {
"cxa_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cxa_adr_key": "4aea5444-d63d-4947-b32c-adaa504e470b",
"cxa_add_date": "2020-04-27T10:58:00-04:00",
"cxa_add_user": "jwatts_oti",
"cxa_change_date": "2020-04-27T10:58:00-04:00",
"cxa_change_user": "jwatts_oti",
"cxa_delete_flag": "0",
"cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"cxa_key_ext": "478b7598-de07-483d-85c2-6e35c01239d5",
"cxa_on_hold_flag": "0",
"cxa_adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"cxa_mailing_label": "Mr. JasonTest1 D WattsTest1 Mr. JasonTest1 WattsTest1 123 Main St. Houston, TX 77433",
"cxa_mailing_label_html": "Mr. JasonTest1 D WattsTest1<br>Mr. JasonTest1 WattsTest1<br>123 Main St.<br>Houston, TX 77433"
},
"Billing_Adr": {
"adr_key": "4aea5444-d63d-4947-b32c-adaa504e470b",
"adr_cst_key_owner": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"adr_line1": "123 Main St.",
"adr_city": "Houston",
"adr_state": "TX",
"adr_post_code": "77433",
"adr_city_state_code": "Houston, TX 77433",
"adr_country": "UNITED STATES",
"adr_add_date": "2020-04-27T10:57:57-04:00",
"adr_add_user": "jwatts_oti",
"adr_change_date": "2020-04-27T10:57:59-04:00",
"adr_change_user": "jwatts_oti",
"adr_delete_flag": "0",
"adr_key_ext": "4aea5444-d63d-4947-b32c-adaa504e470b",
"adr_bad_address_flag": "0",
"adr_no_validation_flag": "0"
},
"Price": {
"prc_price": "0.00",
"prc_deferred_flag": "0",
"prc_renew_unpaid_orders_flag": "1",
"prc_allow_unpaid_orders_flag": "1"
},
"Batch": {
"bat_control_total": "0.00",
"bat_control_trx_count": "0",
"bat_post_flag": "0",
"bat_export_flag": "0",
"bat_atc_key": "7697205e-876a-436a-ae35-9ba3abf05a22",
"bat_make_default_flag": "0"
},
"BillToCustomer": {
"bcs__cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"bcs__cst_type": "Individual",
"bcs__cst_name_cp": "Mr. JasonTest1 D WattsTest1",
"bcs__cst_sort_name_dn": "WattsTest1 JasonTest1 D",
"bcs__cst_ind_full_name_dn": "Mr. JasonTest1 D WattsTest1",
"bcs__cst_ixo_title_dn": "Mr. JasonTest1 WattsTest1",
"bcs__cst_add_date": "2020-04-27T10:58:00-04:00",
"bcs__cst_add_user": "jwatts_oti",
"bcs__cst_change_date": "2020-04-27T14:54:00-04:00",
"bcs__cst_change_user": "jwatts_oti",
"bcs__cst_delete_flag": "0",
"bcs__cst_recno": "252704",
"bcs__cst_id": "000252704I",
"bcs__cst_key_ext": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"bcs__cst_email_text_only": "0",
"bcs__cst_tax_exempt_flag": "0",
"bcs__cst_cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"bcs__cst_no_email_flag": "0",
"bcs__cst_eml_address_dn": "jwatts1980+Test1@gmail.com",
"bcs__cst_eml_key": "959ab06a-945b-4380-9388-e24c1d64cd86",
"bcs__cst_no_phone_flag": "0",
"bcs__cst_no_fax_flag": "0",
"bcs__cst_no_web_flag": "0",
"bcs__cst_member_flag": "0",
"bcs__cst_no_msg_flag": "0",
"bcs__cst_web_password": "x6tuksc72XHV6SKWQeb4z9v89/1Z9kzY",
"bcs__cst_no_mail_flag": "0",
"bcs__cst_web_force_password_change": "0",
"bcs__cst_web_login_disabled_flag": "0",
"bcs__cst_credit_hold_flag": "0",
"bcs__cst_web_forgot_password_status": "0",
"bcs__cst_no_publish_flag": "0",
"bcs__cst_salutation_1": "Mr.. JasonTest1 D WattsTest1 ",
"bcs__cst_default_recognize_as": "Mr.. JasonTest1 D WattsTest1 ",
"bcs__cst_exclude_from_social_flag": "0",
"bcs__cst_salt": "5UBp5HV9KxbZtabi2UEUmsVdjhVA2qUJ",
"bcs__cst_iterations": "5000",
"bcs__cst_web_password_change_date": "2020-04-27T14:54:00-04:00",
"bcs__cst_web_login_locked_flag": "0"
},
"BillToCustomerIndividual": {
"bin__ind_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"bin__ind_prf_code": "Mr.",
"bin__ind_first_name": "JasonTest1",
"bin__ind_mid_name": "D",
"bin__ind_last_name": "WattsTest1",
"bin__ind_full_name_cp": "Mr. JasonTest1 D WattsTest1",
"bin__ind_salutation_cp": "Mr. WattsTest1",
"bin__ind_cst_key_ext": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"bin__ind_badge_name": "Mr. JasonTest1 WattsTest1",
"bin__ind_deceased_flag": "0",
"bin__ind_add_date": "2020-04-27T10:58:00-04:00",
"bin__ind_add_user": "jwatts_oti",
"bin__ind_delete_flag": "0",
"bin__ind_position_classification_ext": "Other",
"bin__ind_department_ext": "IT"
},
"Billing_Contact": null,
"InstallmentBilling": {
"ord_proforma": "0"
},
"Company-Business_Unit": {
"atc_code": "ACC",
"atc_name": "National Institute of Governmental Purchasing",
"atc_asn_code": "ACC",
"atc_add_user": "av_Bwoehrle",
"atc_add_date": "2008-02-25T13:41:44-05:00",
"atc_change_user": "user",
"atc_change_date": "2017-03-20T10:20:19-04:00",
"atc_delete_flag": "0",
"atc_key": "7697205e-876a-436a-ae35-9ba3abf05a22",
"atc_key_ext": "7697205e-876a-436a-ae35-9ba3abf05a22",
"atc_gla_overpayment_key": "c6ce750a-c916-4f8a-9406-fdbcecc198a5",
"atc_ait_key": "aa8965fb-42ef-494c-8d92-03b0571865bc",
"atc_tax_id": "53-0196623"
},
"Credit_Available": {
"caa_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"caa_cst_credit_available": "0.00"
},
"source_code": null,
"Sales_Opportunity": {
"sfo_quantity": "1.0000",
"sfo_amount": "0.00"
},
"currency": {
"cur_separator": ",",
"cur_calc_method": "multiply",
"cur_fraction_separator": "."
},
"Invoice_DetailCollection": {
"InvoiceDetail": {
"Invoice_Detail": {
"ivd_qty_previous": "1.00",
"ivd_key": "7e2847cb-fcd3-491e-876e-d7e51168d05a",
"ivd_price": "500.00",
"ivd_qty": "1.0000",
"ivd_close_flag": "0",
"ivd_prc_key": "73072a80-6720-4708-9095-fa5e5b29e486",
"ivd_prc_prd_key": "4611ec21-2547-4b97-a8db-f475ab033ff3",
"ivd_amount_cp": "500.00",
"ivd_parity": "1",
"ivd_cst_ship_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"ivd_prc_prd_ptp_key": "64b77fb4-da34-4034-ada8-f1da796d8720",
"ivd_cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"ivd_type": "Product",
"ivd_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"ivd_createorder_flag": "0",
"ivd_lineamount": "500.00",
"ivd_lineamount_no_discount": "500.00",
"ivd_createinvoice_flag": "1",
"ivd_linebalance": "0.00",
"ivd_net_amount_due": "500.00",
"ivd_payamount": "500.00",
"ivd_disable_quantity": "1",
"ivd_subtotal": "500.00",
"ivd_discountamount": "0.00",
"ivd_total": "500.00",
"ivd_applied_payment": "500.00",
"ivd_applied_credit": "0.00",
"ivd_write_off": "0.00",
"ivd_return_payment": "0.00",
"ivd_balance": "0.00",
"ivd_tax": "0.00",
"ivd_shipping": "0.00",
"ivd_nettotal": "500.00",
"ivd_netpayment": "500.00",
"ivd_payment_to_apply": "500.00",
"ivd_credit_to_apply": "0.00",
"ivd_netcredit": "0.00",
"ivd_netwriteoff": "0",
"ivd_writeoff_to_apply": "0.00",
"ivd_netreturn": "0.00",
"ivd_return_to_apply": "0.00",
"ivd_netapplied": "500.00",
"ivd_previous_netpayment": "0.00",
"ivd_total_to_apply": "500.00",
"ivd_netbalance": "0.00",
"ivd_netunpaidbalance": "500.00",
"ivd_price_aggregated": "500.00",
"ivd_discountamount_aggregated": "0.00",
"ivd_tax_aggregated": "0.00",
"ivd_shipping_aggregated": "0.00",
"ivd_nettotal_aggregated": "500.00",
"ivd_netunpaidbalance_aggregated": "500.00",
"ivd_shippable_flag_aggregated": "0",
"ivd_partof_groupreg_discount": "0",
"ivd_cst_credit_available": "0.00",
"ivd_term_based": "0",
"ivd_sub_prorated_flag": "0",
"ivd_autoapply": "1",
"ivd_is_agency_sub": "0",
"ivd_formdetailkey": "7e2847cb-fcd3-491e-876e-d7e51168d05a",
"ivd_formkey": "3d466e13-a42e-427d-bdfe-ffc8cf188788",
"ivd_parentdataobject": "Invoice Detail",
"ivd_reg_key": "01d97ded-e20a-4354-af4a-6c830685fde3",
"ivd_addl_info": "WattsTest1 JasonTest1 D",
"ivd_shippable_flag": "0",
"ivd_inv_shippable_total": "0.00",
"ivd_inv_distributable_credit_total": "0.00"
},
"Invoice_Detail_Term": null,
"Invoice": {
"inv_print_count": "0",
"inv_ship_priority": "3",
"inv_orig_trans_type": "prepaid"
},
"Price": {
"prc_key": "73072a80-6720-4708-9095-fa5e5b29e486",
"prc_prd_key": "4611ec21-2547-4b97-a8db-f475ab033ff3",
"prc_price": "500.00",
"prc_add_user": "user",
"prc_add_date": "2020-01-22T16:35:21-05:00",
"prc_delete_flag": "0",
"prc_key_ext": "73072a80-6720-4708-9095-fa5e5b29e486",
"prc_gla_ar_key": "9138846c-fac2-4635-ad3d-1d079d5955d7",
"prc_gla_revenue_key": "3e126b65-509c-4502-adae-d66f2ad1eee7",
"prc_gla_liability_key": "702cf048-6c1f-4963-aea5-472117c4d739",
"prc_gla_return_key": "3e126b65-509c-4502-adae-d66f2ad1eee7",
"prc_gla_writeoff_key": "0a09533a-0dc1-4f94-8a3a-bbd61f89ae89",
"prc_end_date": "2020-07-24T00:00:00-04:00",
"prc_prd_ptp_key": "64b77fb4-da34-4034-ada8-f1da796d8720",
"prc_percent": "0.0000",
"prc_percent_cp": "0.00",
"prc_prd_atc_key": "7697205e-876a-436a-ae35-9ba3abf05a22",
"prc_code": "S",
"prc_display_name": "Non-Member: Early",
"prc_sell_online": "1",
"prc_gla_deferred_key": "57d4d66d-6041-4d46-9ba6-f43fe172755f",
"prc_deferred_flag": "1",
"prc_mail": "0",
"prc_email": "0",
"prc_fax": "0",
"prc_recognize_after_date": "2020-09-23T00:00:00-04:00",
"prc_account_split_flag": "0",
"prc_prorate_flag": "0",
"prc_prorate_first_year_flag": "0",
"prc_web": "0",
"prc_microfiche": "0",
"prc_revenue_recog_frequency": "1",
"prc_allow_installment": "0",
"prc_shippable_flag": "0",
"prc_recognize_by_issue_flag": "0",
"prc_num_grace_issues": "0",
"prc_back_issue_flag": "0",
"prc_renew_unpaid_orders_flag": "1",
"prc_allow_unpaid_orders_flag": "1",
"prc_award_credit_flag": "0",
"prc_allow_sync_flag": "0",
"prc_no_discount_flag": "0"
},
"Product": {
"prd_key": "4611ec21-2547-4b97-a8db-f475ab033ff3",
"prd_name": "CPPB Prep 092220 Wilsonville, OR",
"prd_add_user": "user",
"prd_add_date": "2020-01-22T16:23:07-05:00",
"prd_delete_flag": "0",
"prd_qty_available": "-1.00",
"prd_key_ext": "4611ec21-2547-4b97-a8db-f475ab033ff3",
"prd_allow_partial_ship_flag": "0",
"prd_track_inventory_flag": "0",
"prd_ptp_key": "64b77fb4-da34-4034-ada8-f1da796d8720",
"prd_taxable_flag": "0",
"prd_allow_backorder": "0",
"prd_atc_key": "7697205e-876a-436a-ae35-9ba3abf05a22",
"prd_qty_reorder": "0.0000",
"prd_restock_fee": "0.00",
"prd_restock_percent": "0.0000",
"prd_restock_percent_cp": "0.00",
"prd_mail": "0",
"prd_email": "0",
"prd_fax": "0",
"prd_sell_online": "1",
"prd_code": "S",
"prd_web": "0",
"prd_microfiche": "0",
"prd_post_to_web_date": "2020-01-22T00:00:00-05:00",
"prd_remove_from_web_date": "2020-09-23T00:00:00-04:00",
"prd_featured_product_flag": "0"
},
"ShipToCustomer": {
"cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cst_type": "Individual",
"cst_name_cp": "Mr. JasonTest1 D WattsTest1",
"cst_sort_name_dn": "WattsTest1 JasonTest1 D",
"cst_ind_full_name_dn": "Mr. JasonTest1 D WattsTest1",
"cst_ixo_title_dn": "Mr. JasonTest1 WattsTest1",
"cst_add_date": "2020-04-27T10:58:00-04:00",
"cst_add_user": "jwatts_oti",
"cst_change_date": "2020-04-27T14:54:00-04:00",
"cst_change_user": "jwatts_oti",
"cst_delete_flag": "0",
"cst_recno": "252704",
"cst_id": "000252704I",
"cst_key_ext": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cst_email_text_only": "0",
"cst_tax_exempt_flag": "0",
"cst_cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"cst_no_email_flag": "0",
"cst_eml_address_dn": "jwatts1980+Test1@gmail.com",
"cst_eml_key": "959ab06a-945b-4380-9388-e24c1d64cd86",
"cst_no_phone_flag": "0",
"cst_no_fax_flag": "0",
"cst_no_web_flag": "0",
"cst_member_flag": "0",
"cst_no_msg_flag": "0",
"cst_web_password": "x6tuksc72XHV6SKWQeb4z9v89/1Z9kzY",
"cst_no_mail_flag": "0",
"cst_web_force_password_change": "0",
"cst_web_login_disabled_flag": "0",
"cst_credit_hold_flag": "0",
"cst_web_forgot_password_status": "0",
"cst_no_publish_flag": "0",
"cst_salutation_1": "Mr.. JasonTest1 D WattsTest1 ",
"cst_default_recognize_as": "Mr.. JasonTest1 D WattsTest1 ",
"cst_exclude_from_social_flag": "0",
"cst_salt": "5UBp5HV9KxbZtabi2UEUmsVdjhVA2qUJ",
"cst_iterations": "5000",
"cst_web_password_change_date": "2020-04-27T14:54:00-04:00",
"cst_web_login_locked_flag": "0"
},
"SoldToCustomer": {
"cs2__cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cs2__cst_type": "Individual",
"cs2__cst_name_cp": "Mr. JasonTest1 D WattsTest1",
"cs2__cst_sort_name_dn": "WattsTest1 JasonTest1 D",
"cs2__cst_ind_full_name_dn": "Mr. JasonTest1 D WattsTest1",
"cs2__cst_ixo_title_dn": "Mr. JasonTest1 WattsTest1",
"cs2__cst_add_date": "2020-04-27T10:58:00-04:00",
"cs2__cst_add_user": "jwatts_oti",
"cs2__cst_change_date": "2020-04-27T14:54:00-04:00",
"cs2__cst_change_user": "jwatts_oti",
"cs2__cst_delete_flag": "0",
"cs2__cst_recno": "252704",
"cs2__cst_id": "000252704I",
"cs2__cst_key_ext": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cs2__cst_email_text_only": "0",
"cs2__cst_tax_exempt_flag": "0",
"cs2__cst_cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"cs2__cst_no_email_flag": "0",
"cs2__cst_eml_address_dn": "jwatts1980+Test1@gmail.com",
"cs2__cst_eml_key": "959ab06a-945b-4380-9388-e24c1d64cd86",
"cs2__cst_no_phone_flag": "0",
"cs2__cst_no_fax_flag": "0",
"cs2__cst_no_web_flag": "0",
"cs2__cst_member_flag": "0",
"cs2__cst_no_msg_flag": "0",
"cs2__cst_web_password": "x6tuksc72XHV6SKWQeb4z9v89/1Z9kzY",
"cs2__cst_no_mail_flag": "0",
"cs2__cst_web_force_password_change": "0",
"cs2__cst_web_login_disabled_flag": "0",
"cs2__cst_credit_hold_flag": "0",
"cs2__cst_web_forgot_password_status": "0",
"cs2__cst_no_publish_flag": "0",
"cs2__cst_salutation_1": "Mr.. JasonTest1 D WattsTest1 ",
"cs2__cst_default_recognize_as": "Mr.. JasonTest1 D WattsTest1 ",
"cs2__cst_exclude_from_social_flag": "0",
"cs2__cst_salt": "5UBp5HV9KxbZtabi2UEUmsVdjhVA2qUJ",
"cs2__cst_iterations": "5000",
"cs2__cst_web_password_change_date": "2020-04-27T14:54:00-04:00",
"cs2__cst_web_login_locked_flag": "0"
},
"Shipping_Address": {
"cxa_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cxa_adr_key": "4aea5444-d63d-4947-b32c-adaa504e470b",
"cxa_add_date": "2020-04-27T10:58:00-04:00",
"cxa_add_user": "jwatts_oti",
"cxa_change_date": "2020-04-27T10:58:00-04:00",
"cxa_change_user": "jwatts_oti",
"cxa_delete_flag": "0",
"cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"cxa_key_ext": "478b7598-de07-483d-85c2-6e35c01239d5",
"cxa_on_hold_flag": "0",
"cxa_adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"cxa_mailing_label": "Mr. JasonTest1 D WattsTest1 Mr. JasonTest1 WattsTest1 123 Main St. Houston, TX 77433",
"cxa_mailing_label_html": "Mr. JasonTest1 D WattsTest1<br>Mr. JasonTest1 WattsTest1<br>123 Main St.<br>Houston, TX 77433"
},
"Shipping_Address_Type": {
"adt_code": "Mailing",
"adt_add_user": "Conversion",
"adt_add_date": "2008-04-22T15:56:55-04:00",
"adt_delete_flag": "0",
"adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"adt_key_ext": "e09fc2cf-5f86-46cd-9c31-f215018ba99f"
},
"Invoice_Detail_Additional": null,
"Package_Component": {
"pkg_qty": "1.0000"
},
"Bundle_Component": null,
"Product_Type": {
"ptp_key": "64b77fb4-da34-4034-ada8-f1da796d8720",
"ptp_code": "Event",
"ptp_add_user": "sa",
"ptp_add_date": "2002-06-25T15:27:33-04:00",
"ptp_change_user": "skatragadda",
"ptp_change_date": "2007-02-21T10:08:26-05:00",
"ptp_delete_flag": "0",
"ptp_key_ext": "64b77fb4-da34-4034-ada8-f1da796d8720",
"ptp_sell_online": "1",
"ptp_online_code": "Upcoming Events",
"ptp_discount_flag": "1",
"ptp_exclude_from_bundle_flag": "0",
"ptp_disallow_fractions": "1"
},
"Discount_Product_X_Product": null,
"Billing_Address": null,
"Currency": {
"cur_separator": ",",
"cur_calc_method": "multiply",
"cur_fraction_separator": "."
},
"Order_Detail_Schedule": null,
"Invoice_Detail_IP_Range": null,
"Product_Type_Social_Messages": null,
"Invoice_Detail_Liability": null,
"Credit_Detail": {
"cdd_type": "create credit",
"cdd_required_usage_flag": "0"
},
"Invoice_Detail_Amount_Due": null,
"Invoice_Detail_Get_Balance": null,
"Additional_Invoice_DetailCollection": null,
"Invoice_Detail_AdditionalCollection": null,
"Invoice_Detail_LiabilityCollection": null
}
},
"Additional_Invoice_DetailCollection": null,
"MembershipCollection": null,
"RegistrantCollection": {
"EventsRegistrant": {
"Registrant": {
"reg_key": "01d97ded-e20a-4354-af4a-6c830685fde3",
"reg_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"reg_evt_key": "f7f1bd26-2545-40cc-baa8-3fe87635230e",
"reg_badge_name": "Mr. JasonTest1 WattsTest1",
"reg_cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"reg_eml_key": "959ab06a-945b-4380-9388-e24c1d64cd86",
"reg_attendance_flag": "1",
"reg_ivd_key": "7e2847cb-fcd3-491e-876e-d7e51168d05a",
"reg_adr_city": "Houston",
"reg_key_ext": "01d97ded-e20a-4354-af4a-6c830685fde3",
"reg_adr_state": "TX",
"reg_adr_country": "UNITED STATES",
"reg_ixo_title_dn": "Mr. JasonTest1 WattsTest1",
"reg_registration_date": "2020-04-28T00:00:00-04:00",
"reg_prod_qty": "0.00",
"reg_evt_guests_available": "9999"
},
"Individual": {
"ind_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"ind_prf_code": "Mr.",
"ind_first_name": "JasonTest1",
"ind_mid_name": "D",
"ind_last_name": "WattsTest1",
"ind_full_name_cp": "Mr. JasonTest1 D WattsTest1",
"ind_salutation_cp": "Mr. WattsTest1",
"ind_cst_key_ext": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"ind_badge_name": "Mr. JasonTest1 WattsTest1",
"ind_deceased_flag": "0",
"ind_add_date": "2020-04-27T10:58:00-04:00",
"ind_add_user": "jwatts_oti",
"ind_delete_flag": "0",
"ind_position_classification_ext": "Other",
"ind_department_ext": "IT"
},
"Customer": {
"cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cst_type": "Individual",
"cst_name_cp": "Mr. JasonTest1 D WattsTest1",
"cst_sort_name_dn": "WattsTest1 JasonTest1 D",
"cst_ind_full_name_dn": "Mr. JasonTest1 D WattsTest1",
"cst_ixo_title_dn": "Mr. JasonTest1 WattsTest1",
"cst_add_date": "2020-04-27T10:58:00-04:00",
"cst_add_user": "jwatts_oti",
"cst_change_date": "2020-04-27T14:54:00-04:00",
"cst_change_user": "jwatts_oti",
"cst_delete_flag": "0",
"cst_recno": "252704",
"cst_id": "000252704I",
"cst_key_ext": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cst_email_text_only": "0",
"cst_tax_exempt_flag": "0",
"cst_cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"cst_no_email_flag": "0",
"cst_eml_address_dn": "jwatts1980+Test1@gmail.com",
"cst_eml_key": "959ab06a-945b-4380-9388-e24c1d64cd86",
"cst_no_phone_flag": "0",
"cst_no_fax_flag": "0",
"cst_no_web_flag": "0",
"cst_member_flag": "0",
"cst_no_msg_flag": "0",
"cst_web_password": "x6tuksc72XHV6SKWQeb4z9v89/1Z9kzY",
"cst_no_mail_flag": "0",
"cst_web_force_password_change": "0",
"cst_web_login_disabled_flag": "0",
"cst_credit_hold_flag": "0",
"cst_web_forgot_password_status": "0",
"cst_no_publish_flag": "0",
"cst_salutation_1": "Mr.. JasonTest1 D WattsTest1 ",
"cst_default_recognize_as": "Mr.. JasonTest1 D WattsTest1 ",
"cst_exclude_from_social_flag": "0",
"cst_salt": "5UBp5HV9KxbZtabi2UEUmsVdjhVA2qUJ",
"cst_iterations": "5000",
"cst_web_password_change_date": "2020-04-27T14:54:00-04:00",
"cst_web_login_locked_flag": "0",
"cst_credit_available": "0.00",
"cst_receives_member_benefits_flag": "0",
"cst__ind_send_mail_reset_flag": "0",
"cst_reset_password_flag": "0"
},
"Individual_X_Organization": {
"ixo_title": "Mr. JasonTest1 WattsTest1",
"ixo_primary": "1",
"ixo_owner": "1"
},
"Organization": {
"org_consortia_flag": "0"
},
"Address_XRef": {
"cxa_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cxa_adr_key": "4aea5444-d63d-4947-b32c-adaa504e470b",
"cxa_add_date": "2020-04-27T10:58:00-04:00",
"cxa_add_user": "jwatts_oti",
"cxa_change_date": "2020-04-27T10:58:00-04:00",
"cxa_change_user": "jwatts_oti",
"cxa_delete_flag": "0",
"cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"cxa_key_ext": "478b7598-de07-483d-85c2-6e35c01239d5",
"cxa_on_hold_flag": "0",
"cxa_adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"cxa_mailing_label": "Mr. JasonTest1 D WattsTest1 Mr. JasonTest1 WattsTest1 123 Main St. Houston, TX 77433",
"cxa_mailing_label_html": "Mr. JasonTest1 D WattsTest1<br>Mr. JasonTest1 WattsTest1<br>123 Main St.<br>Houston, TX 77433",
"cxa_primary": "1",
"cxa_owner": "1",
"cxa_billing": "0",
"cxa_create_change_log": "0"
},
"Address": {
"adr_key": "4aea5444-d63d-4947-b32c-adaa504e470b",
"adr_cst_key_owner": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"adr_line1": "123 Main St.",
"adr_city": "Houston",
"adr_state": "TX",
"adr_post_code": "77433",
"adr_city_state_code": "Houston, TX 77433",
"adr_country": "UNITED STATES",
"adr_add_date": "2020-04-27T10:57:57-04:00",
"adr_add_user": "jwatts_oti",
"adr_change_date": "2020-04-27T10:57:59-04:00",
"adr_change_user": "jwatts_oti",
"adr_delete_flag": "0",
"adr_key_ext": "4aea5444-d63d-4947-b32c-adaa504e470b",
"adr_bad_address_flag": "0",
"adr_no_validation_flag": "0"
},
"Email": {
"eml_key": "959ab06a-945b-4380-9388-e24c1d64cd86",
"eml_address": "jwatts1980+Test1@gmail.com",
"eml_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"eml_type": "business",
"eml_add_user": "jwatts_oti",
"eml_add_date": "2020-04-27T10:57:57-04:00",
"eml_delete_flag": "0",
"eml_key_ext": "959ab06a-945b-4380-9388-e24c1d64cd86",
"eml_invalid_flag": "0",
"eml_unlisted_flag": "0",
"eml_primary": "1"
},
"Website": {
"url_type": "internet",
"url_primary": "1"
},
"Messaging": {
"msg_primary": "1"
},
"Phone_XRef": {
"cph_pht_key": "88ff5661-2d14-4bdf-be4c-906c3bff7ef7",
"cph_primary": "1",
"cph_owner": "1"
},
"Phone": {
"phn_cty_key": "bc4b70f8-280e-4bb0-b935-9f728c50e183"
},
"Fax_XRef": {
"cfx_fxt_key": "6b632577-c4ef-42ac-ae19-6dfe0ddece4b",
"cfx_primary": "1",
"cfx_owner": "1"
},
"Fax": {
"fax_cty_key": "bc4b70f8-280e-4bb0-b935-9f728c50e183"
},
"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 **</p> <p>** Receive a $25 early registration discount by registering 60 or more days in advance of the course. 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> </p> <br /> <h2>Registration & 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. 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=\"mailto:RegistrationInfo@nigp.org\">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_has_fees_flag": "1",
"evt_has_products_flag": "0",
"evt_Registered_guest_count": "0",
"evt_has_demographics_flag": "0",
"evt_has_housing_flag": "0",
"evt_waitList_guest_count": "0",
"evt_has_tracks_flag": "0",
"evt_has_sessions_flag": "1",
"evt_payables_batch_suffix": "BATCH"
},
"Event_Location": null,
"Location": null,
"Location_Customer_Address": null,
"Location_Address": {
"ad2__adr_state": "NULL",
"ad2__adr_country": "UNITED STATES"
},
"Location_Phone_XRef": {
"cp2__cph_pht_key": "88ff5661-2d14-4bdf-be4c-906c3bff7ef7"
},
"Location_Website": {
"ur2__url_type": "internet"
},
"Event_Location_Room_Type": null,
"Room_Request": null,
"Registrant_Housing": null,
"RegistrantGuest": {
"rg2__reg_attendance_flag": "1",
"rg2__reg_adr_state": "NULL",
"rg2__reg_adr_country": "UNITED STATES",
"rg2__reg_registration_date": "2020-04-28T00:00:00-04:00"
},
"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": "500.00",
"inv_amount": "500.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_payment_to_apply": "500.00",
"inv_nettotal": "500.00",
"inv_netpayment": "500.00",
"inv_credit_to_apply": "0.00",
"inv_netbalance": "0.00",
"inv_netcredit": "0.00",
"inv_net_amount_due": "500.00",
"inv_netunpaidbalance": "500.00",
"inv_netwriteoff": "0.00",
"inv_writeoff_to_apply": "0.00",
"inv_netreturn": "0.00",
"inv_return_to_apply": "0.00",
"inv_netapplied": "500.00",
"inv_previous_netapplied": "0.00",
"inv_previous_netpayment": "0.00",
"inv_total_to_apply": "500.00",
"inv_allow_payment_with_frozen_payment_method": "0",
"inv_select_all": "0",
"inv_details_html": "<table cellspacing='1' cellpadding='1'><tr><th>Qty</th><th>Item</th><th>Price</th><th>Discount</th><th>Taxes</th><th>Shipping</th><th>Sub-Total</th><th>Paid</th><th>Balance</th></tr> <tr><td style='text-align: right;'>1.0000</td><td style='text-align: right;'>Non-Member: Early</td><td style='text-align: right;'>500.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>500.00</td><td style='text-align: right;'>500.00</td><td style='text-align: right;'>0.00</td></tr> </table>",
"inv_details_text": "Quantity Item Price Discount Taxes Shipping Sub-Total Paid Balance 1.0000 Non-Member: Early 500.00 0.00 0.00 0.00 500.00 500.00 0.00 ",
"inv_details_with_customer_html": "<table cellspacing='1' cellpadding='1'><tr><th>Customer</th><th>Qty</th><th>Item</th><th>Price</th><th>Discount</th><th>Taxes</th><th>Shipping</th><th>Sub-Total</th><th>Paid</th><th>Balance</th></tr> <tr><td style='text-align: right;'>WattsTest1 JasonTest1 D</td><td style='text-align: right;'>1.0000</td><td style='text-align: right;'>Non-Member: Early</td><td style='text-align: right;'>500.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>500.00</td><td style='text-align: right;'>500.00</td><td style='text-align: right;'>0.00</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_invoice_detail_count": "1",
"inv_bill_me": "0",
"inv_HasNewLineItems": "1",
"inv_HasOldLineItems": "0",
"inv_total_weight": "0.00",
"inv_discount": "0.00",
"inv_shipping": "0.00",
"inv_tax": "0.00",
"inv_prd_keys": "4611ec21-2547-4b97-a8db-f475ab033ff3"
},
"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,
"Product": {
"prd_atc_key": "7697205e-876a-436a-ae35-9ba3abf05a22"
},
"Price": {
"prc_price": "0.00",
"prc_deferred_flag": "0",
"prc_renew_unpaid_orders_flag": "1",
"prc_allow_unpaid_orders_flag": "1"
},
"Registrant_Type": null,
"Registrant_Custom_Demographics": null,
"Gift": {
"gft_recognition_customer_adr_country": "UNITED STATES",
"gft_stock_high": "0.00",
"gft_stock_low": "0.00"
},
"source_code": null,
"Registrant_Session": {
"rgs_attendance_flag": "1",
"rgs_cancel_qty": "0",
"rgs_lms_status_ext": "Not Enrolled"
},
"Registrant_SessionCollection": null,
"Invoice_DetailCollection": {
"InvoiceDetail": {
"Invoice_Detail": {
"ivd_qty_previous": "1.00",
"ivd_key": "7e2847cb-fcd3-491e-876e-d7e51168d05a",
"ivd_price": "500.00",
"ivd_qty": "1.0000",
"ivd_close_flag": "0",
"ivd_prc_key": "73072a80-6720-4708-9095-fa5e5b29e486",
"ivd_prc_prd_key": "4611ec21-2547-4b97-a8db-f475ab033ff3",
"ivd_amount_cp": "500.00",
"ivd_parity": "1",
"ivd_cst_ship_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"ivd_prc_prd_ptp_key": "64b77fb4-da34-4034-ada8-f1da796d8720",
"ivd_cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"ivd_type": "Product",
"ivd_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"ivd_createorder_flag": "0",
"ivd_lineamount": "500.00",
"ivd_lineamount_no_discount": "500.00",
"ivd_createinvoice_flag": "1",
"ivd_linebalance": "0.00",
"ivd_net_amount_due": "500.00",
"ivd_payamount": "500.00",
"ivd_disable_quantity": "1",
"ivd_subtotal": "500.00",
"ivd_discountamount": "0.00",
"ivd_total": "500.00",
"ivd_applied_payment": "500.00",
"ivd_applied_credit": "0.00",
"ivd_write_off": "0.00",
"ivd_return_payment": "0.00",
"ivd_balance": "0.00",
"ivd_tax": "0.00",
"ivd_shipping": "0.00",
"ivd_nettotal": "500.00",
"ivd_netpayment": "500.00",
"ivd_payment_to_apply": "500.00",
"ivd_credit_to_apply": "0.00",
"ivd_netcredit": "0.00",
"ivd_netwriteoff": "0",
"ivd_writeoff_to_apply": "0.00",
"ivd_netreturn": "0.00",
"ivd_return_to_apply": "0.00",
"ivd_netapplied": "500.00",
"ivd_previous_netpayment": "0.00",
"ivd_total_to_apply": "500.00",
"ivd_netbalance": "0.00",
"ivd_netunpaidbalance": "500.00",
"ivd_price_aggregated": "500.00",
"ivd_discountamount_aggregated": "0.00",
"ivd_tax_aggregated": "0.00",
"ivd_shipping_aggregated": "0.00",
"ivd_nettotal_aggregated": "500.00",
"ivd_netunpaidbalance_aggregated": "500.00",
"ivd_shippable_flag_aggregated": "0",
"ivd_partof_groupreg_discount": "0",
"ivd_cst_credit_available": "0.00",
"ivd_term_based": "0",
"ivd_sub_prorated_flag": "0",
"ivd_autoapply": "1",
"ivd_is_agency_sub": "0",
"ivd_formdetailkey": "7e2847cb-fcd3-491e-876e-d7e51168d05a",
"ivd_formkey": "3d466e13-a42e-427d-bdfe-ffc8cf188788",
"ivd_parentdataobject": "Invoice Detail",
"ivd_reg_key": "01d97ded-e20a-4354-af4a-6c830685fde3",
"ivd_addl_info": "WattsTest1 JasonTest1 D",
"ivd_shippable_flag": "0",
"ivd_inv_shippable_total": "0.00",
"ivd_inv_distributable_credit_total": "0.00"
},
"Invoice_Detail_Term": null,
"Invoice": {
"inv_print_count": "0",
"inv_ship_priority": "3",
"inv_orig_trans_type": "prepaid"
},
"Price": {
"prc_key": "73072a80-6720-4708-9095-fa5e5b29e486",
"prc_prd_key": "4611ec21-2547-4b97-a8db-f475ab033ff3",
"prc_price": "500.00",
"prc_add_user": "user",
"prc_add_date": "2020-01-22T16:35:21-05:00",
"prc_delete_flag": "0",
"prc_key_ext": "73072a80-6720-4708-9095-fa5e5b29e486",
"prc_gla_ar_key": "9138846c-fac2-4635-ad3d-1d079d5955d7",
"prc_gla_revenue_key": "3e126b65-509c-4502-adae-d66f2ad1eee7",
"prc_gla_liability_key": "702cf048-6c1f-4963-aea5-472117c4d739",
"prc_gla_return_key": "3e126b65-509c-4502-adae-d66f2ad1eee7",
"prc_gla_writeoff_key": "0a09533a-0dc1-4f94-8a3a-bbd61f89ae89",
"prc_end_date": "2020-07-24T00:00:00-04:00",
"prc_prd_ptp_key": "64b77fb4-da34-4034-ada8-f1da796d8720",
"prc_percent": "0.0000",
"prc_percent_cp": "0.00",
"prc_prd_atc_key": "7697205e-876a-436a-ae35-9ba3abf05a22",
"prc_code": "S",
"prc_display_name": "Non-Member: Early",
"prc_sell_online": "1",
"prc_gla_deferred_key": "57d4d66d-6041-4d46-9ba6-f43fe172755f",
"prc_deferred_flag": "1",
"prc_mail": "0",
"prc_email": "0",
"prc_fax": "0",
"prc_recognize_after_date": "2020-09-23T00:00:00-04:00",
"prc_account_split_flag": "0",
"prc_prorate_flag": "0",
"prc_prorate_first_year_flag": "0",
"prc_web": "0",
"prc_microfiche": "0",
"prc_revenue_recog_frequency": "1",
"prc_allow_installment": "0",
"prc_shippable_flag": "0",
"prc_recognize_by_issue_flag": "0",
"prc_num_grace_issues": "0",
"prc_back_issue_flag": "0",
"prc_renew_unpaid_orders_flag": "1",
"prc_allow_unpaid_orders_flag": "1",
"prc_award_credit_flag": "0",
"prc_allow_sync_flag": "0",
"prc_no_discount_flag": "0"
},
"Product": {
"prd_key": "4611ec21-2547-4b97-a8db-f475ab033ff3",
"prd_name": "CPPB Prep 092220 Wilsonville, OR",
"prd_add_user": "user",
"prd_add_date": "2020-01-22T16:23:07-05:00",
"prd_delete_flag": "0",
"prd_qty_available": "-1.00",
"prd_key_ext": "4611ec21-2547-4b97-a8db-f475ab033ff3",
"prd_allow_partial_ship_flag": "0",
"prd_track_inventory_flag": "0",
"prd_ptp_key": "64b77fb4-da34-4034-ada8-f1da796d8720",
"prd_taxable_flag": "0",
"prd_allow_backorder": "0",
"prd_atc_key": "7697205e-876a-436a-ae35-9ba3abf05a22",
"prd_qty_reorder": "0.0000",
"prd_restock_fee": "0.00",
"prd_restock_percent": "0.0000",
"prd_restock_percent_cp": "0.00",
"prd_mail": "0",
"prd_email": "0",
"prd_fax": "0",
"prd_sell_online": "1",
"prd_code": "S",
"prd_web": "0",
"prd_microfiche": "0",
"prd_post_to_web_date": "2020-01-22T00:00:00-05:00",
"prd_remove_from_web_date": "2020-09-23T00:00:00-04:00",
"prd_featured_product_flag": "0"
},
"ShipToCustomer": {
"cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cst_type": "Individual",
"cst_name_cp": "Mr. JasonTest1 D WattsTest1",
"cst_sort_name_dn": "WattsTest1 JasonTest1 D",
"cst_ind_full_name_dn": "Mr. JasonTest1 D WattsTest1",
"cst_ixo_title_dn": "Mr. JasonTest1 WattsTest1",
"cst_add_date": "2020-04-27T10:58:00-04:00",
"cst_add_user": "jwatts_oti",
"cst_change_date": "2020-04-27T14:54:00-04:00",
"cst_change_user": "jwatts_oti",
"cst_delete_flag": "0",
"cst_recno": "252704",
"cst_id": "000252704I",
"cst_key_ext": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cst_email_text_only": "0",
"cst_tax_exempt_flag": "0",
"cst_cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"cst_no_email_flag": "0",
"cst_eml_address_dn": "jwatts1980+Test1@gmail.com",
"cst_eml_key": "959ab06a-945b-4380-9388-e24c1d64cd86",
"cst_no_phone_flag": "0",
"cst_no_fax_flag": "0",
"cst_no_web_flag": "0",
"cst_member_flag": "0",
"cst_no_msg_flag": "0",
"cst_web_password": "x6tuksc72XHV6SKWQeb4z9v89/1Z9kzY",
"cst_no_mail_flag": "0",
"cst_web_force_password_change": "0",
"cst_web_login_disabled_flag": "0",
"cst_credit_hold_flag": "0",
"cst_web_forgot_password_status": "0",
"cst_no_publish_flag": "0",
"cst_salutation_1": "Mr.. JasonTest1 D WattsTest1 ",
"cst_default_recognize_as": "Mr.. JasonTest1 D WattsTest1 ",
"cst_exclude_from_social_flag": "0",
"cst_salt": "5UBp5HV9KxbZtabi2UEUmsVdjhVA2qUJ",
"cst_iterations": "5000",
"cst_web_password_change_date": "2020-04-27T14:54:00-04:00",
"cst_web_login_locked_flag": "0"
},
"SoldToCustomer": {
"cs2__cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cs2__cst_type": "Individual",
"cs2__cst_name_cp": "Mr. JasonTest1 D WattsTest1",
"cs2__cst_sort_name_dn": "WattsTest1 JasonTest1 D",
"cs2__cst_ind_full_name_dn": "Mr. JasonTest1 D WattsTest1",
"cs2__cst_ixo_title_dn": "Mr. JasonTest1 WattsTest1",
"cs2__cst_add_date": "2020-04-27T10:58:00-04:00",
"cs2__cst_add_user": "jwatts_oti",
"cs2__cst_change_date": "2020-04-27T14:54:00-04:00",
"cs2__cst_change_user": "jwatts_oti",
"cs2__cst_delete_flag": "0",
"cs2__cst_recno": "252704",
"cs2__cst_id": "000252704I",
"cs2__cst_key_ext": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cs2__cst_email_text_only": "0",
"cs2__cst_tax_exempt_flag": "0",
"cs2__cst_cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"cs2__cst_no_email_flag": "0",
"cs2__cst_eml_address_dn": "jwatts1980+Test1@gmail.com",
"cs2__cst_eml_key": "959ab06a-945b-4380-9388-e24c1d64cd86",
"cs2__cst_no_phone_flag": "0",
"cs2__cst_no_fax_flag": "0",
"cs2__cst_no_web_flag": "0",
"cs2__cst_member_flag": "0",
"cs2__cst_no_msg_flag": "0",
"cs2__cst_web_password": "x6tuksc72XHV6SKWQeb4z9v89/1Z9kzY",
"cs2__cst_no_mail_flag": "0",
"cs2__cst_web_force_password_change": "0",
"cs2__cst_web_login_disabled_flag": "0",
"cs2__cst_credit_hold_flag": "0",
"cs2__cst_web_forgot_password_status": "0",
"cs2__cst_no_publish_flag": "0",
"cs2__cst_salutation_1": "Mr.. JasonTest1 D WattsTest1 ",
"cs2__cst_default_recognize_as": "Mr.. JasonTest1 D WattsTest1 ",
"cs2__cst_exclude_from_social_flag": "0",
"cs2__cst_salt": "5UBp5HV9KxbZtabi2UEUmsVdjhVA2qUJ",
"cs2__cst_iterations": "5000",
"cs2__cst_web_password_change_date": "2020-04-27T14:54:00-04:00",
"cs2__cst_web_login_locked_flag": "0"
},
"Shipping_Address": {
"cxa_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cxa_adr_key": "4aea5444-d63d-4947-b32c-adaa504e470b",
"cxa_add_date": "2020-04-27T10:58:00-04:00",
"cxa_add_user": "jwatts_oti",
"cxa_change_date": "2020-04-27T10:58:00-04:00",
"cxa_change_user": "jwatts_oti",
"cxa_delete_flag": "0",
"cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"cxa_key_ext": "478b7598-de07-483d-85c2-6e35c01239d5",
"cxa_on_hold_flag": "0",
"cxa_adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"cxa_mailing_label": "Mr. JasonTest1 D WattsTest1 Mr. JasonTest1 WattsTest1 123 Main St. Houston, TX 77433",
"cxa_mailing_label_html": "Mr. JasonTest1 D WattsTest1<br>Mr. JasonTest1 WattsTest1<br>123 Main St.<br>Houston, TX 77433"
},
"Shipping_Address_Type": {
"adt_code": "Mailing",
"adt_add_user": "Conversion",
"adt_add_date": "2008-04-22T15:56:55-04:00",
"adt_delete_flag": "0",
"adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"adt_key_ext": "e09fc2cf-5f86-46cd-9c31-f215018ba99f"
},
"Invoice_Detail_Additional": null,
"Package_Component": {
"pkg_qty": "1.0000"
},
"Bundle_Component": null,
"Product_Type": {
"ptp_key": "64b77fb4-da34-4034-ada8-f1da796d8720",
"ptp_code": "Event",
"ptp_add_user": "sa",
"ptp_add_date": "2002-06-25T15:27:33-04:00",
"ptp_change_user": "skatragadda",
"ptp_change_date": "2007-02-21T10:08:26-05:00",
"ptp_delete_flag": "0",
"ptp_key_ext": "64b77fb4-da34-4034-ada8-f1da796d8720",
"ptp_sell_online": "1",
"ptp_online_code": "Upcoming Events",
"ptp_discount_flag": "1",
"ptp_exclude_from_bundle_flag": "0",
"ptp_disallow_fractions": "1"
},
"Discount_Product_X_Product": null,
"Billing_Address": null,
"Currency": {
"cur_separator": ",",
"cur_calc_method": "multiply",
"cur_fraction_separator": "."
},
"Order_Detail_Schedule": null,
"Invoice_Detail_IP_Range": null,
"Product_Type_Social_Messages": null,
"Invoice_Detail_Liability": null,
"Credit_Detail": {
"cdd_type": "create credit",
"cdd_required_usage_flag": "0"
},
"Invoice_Detail_Amount_Due": null,
"Invoice_Detail_Get_Balance": null,
"Additional_Invoice_DetailCollection": null,
"Invoice_Detail_AdditionalCollection": null,
"Invoice_Detail_LiabilityCollection": null
}
},
"Additional_Invoice_DetailCollection": null
}
},
"Group_RegistrantionCollection": null,
"GiftCollection": null,
"InvoiceToPayCollection": null,
"ExhibitorCollection": null,
"Accreditation_ApplicantCollection": null
}
}
}
SAMPLE RESULT
HTTP STATUS: 200
DATA: JSON
{
"CentralizedOrderEntryType": {
"Invoice": {
"inv_key": "ebcf5631-3f4b-4a0a-ab5a-ab140411ae02",
"inv_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"inv_print_count": "0",
"inv_ship_priority": "3",
"inv_orig_trans_type": "prepaid",
"inv_cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"inv_eml_key": "959ab06a-945b-4380-9388-e24c1d64cd86",
"inv_cst_billing_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"inv_AutoRefund": "0",
"inv_eweb_credit_available": "0.00",
"inv_eweb_apply_credit_amount": "0.00",
"inv_first_installment_amount": "0.00",
"inv_cst_first_last_name": "JasonTest1 D WattsTest1",
"inv_total": "500.00",
"inv_amount": "500.00",
"inv_balance": "500.00",
"inv_Donation_in_cart": "0",
"inv_payment_to_apply_distributed": "0.00",
"inv_batch_total": "$0.00",
"inv_batch_total_diff": "$0.00",
"inv_close_opportunity": "0",
"inv_credit_to_apply_distributed": "0.00",
"inv_batch_count": "0",
"inv_batch_count_diff": "0",
"inv_distributable_credit_total": "0.00",
"inv_bat_control_total_display": "0.00",
"inv_distributable_credit_balance": "0.00",
"inv_invoice_to_pay_count": "0",
"inv_paid_by_liability_balance": "0.00",
"inv_payment_detail_count": "0",
"inv_payment_to_apply": "0.00",
"inv_nettotal": "500.00",
"inv_netpayment": "0.00",
"inv_credit_to_apply": "0.00",
"inv_netbalance": "500.00",
"inv_netcredit": "0.00",
"inv_net_amount_due": "500.00",
"inv_netunpaidbalance": "500.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_recurring": "0",
"inv_allow_payment_with_frozen_payment_method": "0",
"inv_select_all": "0",
"inv_details_html": "<table cellspacing='1' cellpadding='1'><tr><th>Qty</th><th>Item</th><th>Price</th><th>Discount</th><th>Taxes</th><th>Shipping</th><th>Sub-Total</th><th>Paid</th><th>Balance</th></tr> <tr><td style='text-align: right;'>1.0000</td><td style='text-align: right;'>Non-Member: Early</td><td style='text-align: right;'>500.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>500.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>500.00</td></tr> </table>",
"inv_details_text": "Quantity Item Price Discount Taxes Shipping Sub-Total Paid Balance 1.0000 Non-Member: Early 500.00 0.00 0.00 0.00 500.00 0.00 500.00 ",
"inv_details_with_customer_html": "<table cellspacing='1' cellpadding='1'><tr><th>Customer</th><th>Qty</th><th>Item</th><th>Price</th><th>Discount</th><th>Taxes</th><th>Shipping</th><th>Sub-Total</th><th>Paid</th><th>Balance</th></tr> <tr><td style='text-align: right;'>WattsTest1 JasonTest1 D</td><td style='text-align: right;'>1.0000</td><td style='text-align: right;'>Non-Member: Early</td><td style='text-align: right;'>500.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>500.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>500.00</td></tr> </table>",
"inv_autoapply": "1",
"inv_autoapplypayment": "1",
"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_invoice_detail_count": "1",
"inv_bill_me": "0",
"inv_HasNewLineItems": "1",
"inv_HasOldLineItems": "0",
"inv_total_weight": "0.00",
"inv_discount": "0.00",
"inv_shipping": "0.00",
"inv_tax": "0.00",
"inv_prd_keys": "4611ec21-2547-4b97-a8db-f475ab033ff3",
"inv_Show_Popup": "0",
"inv_convert_to_installmentpayments": "0",
"inv_allow_installment": "0"
},
"Invoice_Detail": {
"ivd_parity": "1",
"ivd_cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"ivd_type": "Product"
},
"Invoice_Detail_Term": null,
"Claim": {
"cld_claim_status": "Approved"
},
"Default_Shipping_Address": {
"cxs__cxa_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cxs__cxa_adr_key": "4aea5444-d63d-4947-b32c-adaa504e470b",
"cxs__cxa_add_date": "2020-04-27T10:58:00-04:00",
"cxs__cxa_add_user": "jwatts_oti",
"cxs__cxa_change_date": "2020-04-27T10:58:00-04:00",
"cxs__cxa_change_user": "jwatts_oti",
"cxs__cxa_delete_flag": "0",
"cxs__cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"cxs__cxa_key_ext": "478b7598-de07-483d-85c2-6e35c01239d5",
"cxs__cxa_on_hold_flag": "0",
"cxs__cxa_adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"cxs__cxa_mailing_label": "Mr. JasonTest1 D WattsTest1 Mr. JasonTest1 WattsTest1 123 Main St. Houston, TX 77433",
"cxs__cxa_mailing_label_html": "Mr. JasonTest1 D WattsTest1<br>Mr. JasonTest1 WattsTest1<br>123 Main St.<br>Houston, TX 77433"
},
"Payment": {
"pay_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6"
},
"Payment_Info": {
"pin_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"pin_check_amount": "500.00",
"pin_street": "123 Main St.",
"pin_city": "Houston",
"pin_state": "TX",
"pin_zip": "77433",
"pin_email": "jwatts1980+Test1@gmail.com",
"pin_cty_iso_number": "840",
"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,
"Customer": {
"cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cst_type": "Individual",
"cst_name_cp": "Mr. JasonTest1 D WattsTest1",
"cst_sort_name_dn": "WattsTest1 JasonTest1 D",
"cst_ind_full_name_dn": "Mr. JasonTest1 D WattsTest1",
"cst_ixo_title_dn": "Mr. JasonTest1 WattsTest1",
"cst_add_date": "2020-04-27T10:58:00-04:00",
"cst_add_user": "jwatts_oti",
"cst_change_date": "2020-04-27T14:54:00-04:00",
"cst_change_user": "jwatts_oti",
"cst_delete_flag": "0",
"cst_recno": "252704",
"cst_id": "000252704I",
"cst_key_ext": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cst_email_text_only": "0",
"cst_tax_exempt_flag": "0",
"cst_cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"cst_no_email_flag": "0",
"cst_eml_address_dn": "jwatts1980+Test1@gmail.com",
"cst_eml_key": "959ab06a-945b-4380-9388-e24c1d64cd86",
"cst_no_phone_flag": "0",
"cst_no_fax_flag": "0",
"cst_no_web_flag": "0",
"cst_member_flag": "0",
"cst_no_msg_flag": "0",
"cst_web_password": "x6tuksc72XHV6SKWQeb4z9v89/1Z9kzY",
"cst_no_mail_flag": "0",
"cst_web_force_password_change": "0",
"cst_web_login_disabled_flag": "0",
"cst_credit_hold_flag": "0",
"cst_web_forgot_password_status": "0",
"cst_no_publish_flag": "0",
"cst_salutation_1": "Mr.. JasonTest1 D WattsTest1 ",
"cst_default_recognize_as": "Mr.. JasonTest1 D WattsTest1 ",
"cst_exclude_from_social_flag": "0",
"cst_salt": "5UBp5HV9KxbZtabi2UEUmsVdjhVA2qUJ",
"cst_iterations": "5000",
"cst_web_password_change_date": "2020-04-27T14:54:00-04:00",
"cst_web_login_locked_flag": "0",
"cst_credit_available": "0.00"
},
"CustomerIndividual": {
"ind_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"ind_prf_code": "Mr.",
"ind_first_name": "JasonTest1",
"ind_mid_name": "D",
"ind_last_name": "WattsTest1",
"ind_full_name_cp": "Mr. JasonTest1 D WattsTest1",
"ind_salutation_cp": "Mr. WattsTest1",
"ind_cst_key_ext": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"ind_badge_name": "Mr. JasonTest1 WattsTest1",
"ind_deceased_flag": "0",
"ind_add_date": "2020-04-27T10:58:00-04:00",
"ind_add_user": "jwatts_oti",
"ind_delete_flag": "0",
"ind_position_classification_ext": "Other",
"ind_department_ext": "IT"
},
"Billing_Address": {
"cxa_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cxa_adr_key": "4aea5444-d63d-4947-b32c-adaa504e470b",
"cxa_add_date": "2020-04-27T10:58:00-04:00",
"cxa_add_user": "jwatts_oti",
"cxa_change_date": "2020-04-27T10:58:00-04:00",
"cxa_change_user": "jwatts_oti",
"cxa_delete_flag": "0",
"cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"cxa_key_ext": "478b7598-de07-483d-85c2-6e35c01239d5",
"cxa_on_hold_flag": "0",
"cxa_adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"cxa_mailing_label": "Mr. JasonTest1 D WattsTest1 Mr. JasonTest1 WattsTest1 123 Main St. Houston, TX 77433",
"cxa_mailing_label_html": "Mr. JasonTest1 D WattsTest1<br>Mr. JasonTest1 WattsTest1<br>123 Main St.<br>Houston, TX 77433"
},
"Billing_Adr": {
"adr_key": "4aea5444-d63d-4947-b32c-adaa504e470b",
"adr_cst_key_owner": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"adr_line1": "123 Main St.",
"adr_city": "Houston",
"adr_state": "TX",
"adr_post_code": "77433",
"adr_city_state_code": "Houston, TX 77433",
"adr_country": "UNITED STATES",
"adr_add_date": "2020-04-27T10:57:57-04:00",
"adr_add_user": "jwatts_oti",
"adr_change_date": "2020-04-27T10:57:59-04:00",
"adr_change_user": "jwatts_oti",
"adr_delete_flag": "0",
"adr_key_ext": "4aea5444-d63d-4947-b32c-adaa504e470b",
"adr_bad_address_flag": "0",
"adr_no_validation_flag": "0"
},
"Price": {
"prc_price": "0.00",
"prc_deferred_flag": "0",
"prc_renew_unpaid_orders_flag": "1",
"prc_allow_unpaid_orders_flag": "1"
},
"Batch": {
"bat_control_total": "0.00",
"bat_control_trx_count": "0",
"bat_post_flag": "0",
"bat_export_flag": "0",
"bat_atc_key": "7697205e-876a-436a-ae35-9ba3abf05a22",
"bat_make_default_flag": "0"
},
"BillToCustomer": {
"bcs__cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"bcs__cst_type": "Individual",
"bcs__cst_name_cp": "Mr. JasonTest1 D WattsTest1",
"bcs__cst_sort_name_dn": "WattsTest1 JasonTest1 D",
"bcs__cst_ind_full_name_dn": "Mr. JasonTest1 D WattsTest1",
"bcs__cst_ixo_title_dn": "Mr. JasonTest1 WattsTest1",
"bcs__cst_add_date": "2020-04-27T10:58:00-04:00",
"bcs__cst_add_user": "jwatts_oti",
"bcs__cst_change_date": "2020-04-27T14:54:00-04:00",
"bcs__cst_change_user": "jwatts_oti",
"bcs__cst_delete_flag": "0",
"bcs__cst_recno": "252704",
"bcs__cst_id": "000252704I",
"bcs__cst_key_ext": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"bcs__cst_email_text_only": "0",
"bcs__cst_tax_exempt_flag": "0",
"bcs__cst_cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"bcs__cst_no_email_flag": "0",
"bcs__cst_eml_address_dn": "jwatts1980+Test1@gmail.com",
"bcs__cst_eml_key": "959ab06a-945b-4380-9388-e24c1d64cd86",
"bcs__cst_no_phone_flag": "0",
"bcs__cst_no_fax_flag": "0",
"bcs__cst_no_web_flag": "0",
"bcs__cst_member_flag": "0",
"bcs__cst_no_msg_flag": "0",
"bcs__cst_web_password": "x6tuksc72XHV6SKWQeb4z9v89/1Z9kzY",
"bcs__cst_no_mail_flag": "0",
"bcs__cst_web_force_password_change": "0",
"bcs__cst_web_login_disabled_flag": "0",
"bcs__cst_credit_hold_flag": "0",
"bcs__cst_web_forgot_password_status": "0",
"bcs__cst_no_publish_flag": "0",
"bcs__cst_salutation_1": "Mr.. JasonTest1 D WattsTest1 ",
"bcs__cst_default_recognize_as": "Mr.. JasonTest1 D WattsTest1 ",
"bcs__cst_exclude_from_social_flag": "0",
"bcs__cst_salt": "5UBp5HV9KxbZtabi2UEUmsVdjhVA2qUJ",
"bcs__cst_iterations": "5000",
"bcs__cst_web_password_change_date": "2020-04-27T14:54:00-04:00",
"bcs__cst_web_login_locked_flag": "0"
},
"BillToCustomerIndividual": {
"bin__ind_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"bin__ind_prf_code": "Mr.",
"bin__ind_first_name": "JasonTest1",
"bin__ind_mid_name": "D",
"bin__ind_last_name": "WattsTest1",
"bin__ind_full_name_cp": "Mr. JasonTest1 D WattsTest1",
"bin__ind_salutation_cp": "Mr. WattsTest1",
"bin__ind_cst_key_ext": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"bin__ind_badge_name": "Mr. JasonTest1 WattsTest1",
"bin__ind_deceased_flag": "0",
"bin__ind_add_date": "2020-04-27T10:58:00-04:00",
"bin__ind_add_user": "jwatts_oti",
"bin__ind_delete_flag": "0",
"bin__ind_position_classification_ext": "Other",
"bin__ind_department_ext": "IT"
},
"Billing_Contact": null,
"InstallmentBilling": {
"ord_proforma": "0"
},
"Company-Business_Unit": {
"atc_code": "ACC",
"atc_name": "National Institute of Governmental Purchasing",
"atc_asn_code": "ACC",
"atc_add_user": "av_Bwoehrle",
"atc_add_date": "2008-02-25T13:41:44-05:00",
"atc_change_user": "user",
"atc_change_date": "2017-03-20T10:20:19-04:00",
"atc_delete_flag": "0",
"atc_key": "7697205e-876a-436a-ae35-9ba3abf05a22",
"atc_key_ext": "7697205e-876a-436a-ae35-9ba3abf05a22",
"atc_gla_overpayment_key": "c6ce750a-c916-4f8a-9406-fdbcecc198a5",
"atc_ait_key": "aa8965fb-42ef-494c-8d92-03b0571865bc",
"atc_tax_id": "53-0196623"
},
"Credit_Available": {
"caa_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"caa_cst_credit_available": "0.00"
},
"source_code": null,
"Sales_Opportunity": {
"sfo_quantity": "1.0000",
"sfo_amount": "0.00"
},
"currency": {
"cur_separator": ",",
"cur_calc_method": "multiply",
"cur_fraction_separator": "."
},
"Invoice_DetailCollection": {
"InvoiceDetail": {
"Invoice_Detail": {
"ivd_qty_previous": "1.00",
"ivd_key": "7e2847cb-fcd3-491e-876e-d7e51168d05a",
"ivd_price": "500.00",
"ivd_qty": "1.0000",
"ivd_close_flag": "0",
"ivd_prc_key": "73072a80-6720-4708-9095-fa5e5b29e486",
"ivd_prc_prd_key": "4611ec21-2547-4b97-a8db-f475ab033ff3",
"ivd_amount_cp": "500.00",
"ivd_parity": "1",
"ivd_cst_ship_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"ivd_prc_prd_ptp_key": "64b77fb4-da34-4034-ada8-f1da796d8720",
"ivd_cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"ivd_type": "Product",
"ivd_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"ivd_createorder_flag": "0",
"ivd_lineamount": "500.00",
"ivd_lineamount_no_discount": "500.00",
"ivd_createinvoice_flag": "1",
"ivd_linebalance": "500.00",
"ivd_net_amount_due": "500.00",
"ivd_payamount": "0.00",
"ivd_disable_quantity": "1",
"ivd_subtotal": "500.00",
"ivd_discountamount": "0.00",
"ivd_total": "500.00",
"ivd_applied_payment": "0.00",
"ivd_applied_credit": "0.00",
"ivd_write_off": "0.00",
"ivd_return_payment": "0.00",
"ivd_balance": "500.00",
"ivd_tax": "0.00",
"ivd_shipping": "0.00",
"ivd_nettotal": "500.00",
"ivd_netpayment": "0.00",
"ivd_payment_to_apply": "500.00",
"ivd_credit_to_apply": "0.00",
"ivd_netcredit": "0.00",
"ivd_netwriteoff": "0",
"ivd_writeoff_to_apply": "0.00",
"ivd_netreturn": "0.00",
"ivd_return_to_apply": "0.00",
"ivd_netapplied": "0.00",
"ivd_previous_netpayment": "0.00",
"ivd_total_to_apply": "0.00",
"ivd_netbalance": "500.00",
"ivd_netunpaidbalance": "500.00",
"ivd_price_aggregated": "500.00",
"ivd_discountamount_aggregated": "0.00",
"ivd_tax_aggregated": "0.00",
"ivd_shipping_aggregated": "0.00",
"ivd_nettotal_aggregated": "500.00",
"ivd_netunpaidbalance_aggregated": "500.00",
"ivd_shippable_flag_aggregated": "0",
"ivd_partof_groupreg_discount": "0",
"ivd_cst_credit_available": "0.00",
"ivd_term_based": "0",
"ivd_sub_prorated_flag": "0",
"ivd_autoapply": "1",
"ivd_is_agency_sub": "0",
"ivd_formdetailkey": "7e2847cb-fcd3-491e-876e-d7e51168d05a",
"ivd_formkey": "3d466e13-a42e-427d-bdfe-ffc8cf188788",
"ivd_parentdataobject": "Invoice Detail",
"ivd_reg_key": "01d97ded-e20a-4354-af4a-6c830685fde3",
"ivd_addl_info": "WattsTest1 JasonTest1 D",
"ivd_shippable_flag": "0",
"ivd_inv_shippable_total": "0.00",
"ivd_inv_distributable_credit_total": "0.00"
},
"Invoice_Detail_Term": null,
"Invoice": {
"inv_print_count": "0",
"inv_ship_priority": "3",
"inv_orig_trans_type": "prepaid"
},
"Price": {
"prc_key": "73072a80-6720-4708-9095-fa5e5b29e486",
"prc_prd_key": "4611ec21-2547-4b97-a8db-f475ab033ff3",
"prc_price": "500.00",
"prc_add_user": "user",
"prc_add_date": "2020-01-22T16:35:21-05:00",
"prc_delete_flag": "0",
"prc_key_ext": "73072a80-6720-4708-9095-fa5e5b29e486",
"prc_gla_ar_key": "9138846c-fac2-4635-ad3d-1d079d5955d7",
"prc_gla_revenue_key": "3e126b65-509c-4502-adae-d66f2ad1eee7",
"prc_gla_liability_key": "702cf048-6c1f-4963-aea5-472117c4d739",
"prc_gla_return_key": "3e126b65-509c-4502-adae-d66f2ad1eee7",
"prc_gla_writeoff_key": "0a09533a-0dc1-4f94-8a3a-bbd61f89ae89",
"prc_end_date": "2020-07-24T00:00:00-04:00",
"prc_prd_ptp_key": "64b77fb4-da34-4034-ada8-f1da796d8720",
"prc_percent": "0.0000",
"prc_percent_cp": "0.00",
"prc_prd_atc_key": "7697205e-876a-436a-ae35-9ba3abf05a22",
"prc_code": "S",
"prc_display_name": "Non-Member: Early",
"prc_sell_online": "1",
"prc_gla_deferred_key": "57d4d66d-6041-4d46-9ba6-f43fe172755f",
"prc_deferred_flag": "1",
"prc_mail": "0",
"prc_email": "0",
"prc_fax": "0",
"prc_recognize_after_date": "2020-09-23T00:00:00-04:00",
"prc_account_split_flag": "0",
"prc_prorate_flag": "0",
"prc_prorate_first_year_flag": "0",
"prc_web": "0",
"prc_microfiche": "0",
"prc_revenue_recog_frequency": "1",
"prc_allow_installment": "0",
"prc_shippable_flag": "0",
"prc_recognize_by_issue_flag": "0",
"prc_num_grace_issues": "0",
"prc_back_issue_flag": "0",
"prc_renew_unpaid_orders_flag": "1",
"prc_allow_unpaid_orders_flag": "1",
"prc_award_credit_flag": "0",
"prc_allow_sync_flag": "0",
"prc_no_discount_flag": "0"
},
"Product": {
"prd_key": "4611ec21-2547-4b97-a8db-f475ab033ff3",
"prd_name": "CPPB Prep 092220 Wilsonville, OR",
"prd_add_user": "user",
"prd_add_date": "2020-01-22T16:23:07-05:00",
"prd_delete_flag": "0",
"prd_qty_available": "-1.00",
"prd_key_ext": "4611ec21-2547-4b97-a8db-f475ab033ff3",
"prd_allow_partial_ship_flag": "0",
"prd_track_inventory_flag": "0",
"prd_ptp_key": "64b77fb4-da34-4034-ada8-f1da796d8720",
"prd_taxable_flag": "0",
"prd_allow_backorder": "0",
"prd_atc_key": "7697205e-876a-436a-ae35-9ba3abf05a22",
"prd_qty_reorder": "0.0000",
"prd_restock_fee": "0.00",
"prd_restock_percent": "0.0000",
"prd_restock_percent_cp": "0.00",
"prd_mail": "0",
"prd_email": "0",
"prd_fax": "0",
"prd_sell_online": "1",
"prd_code": "S",
"prd_web": "0",
"prd_microfiche": "0",
"prd_post_to_web_date": "2020-01-22T00:00:00-05:00",
"prd_remove_from_web_date": "2020-09-23T00:00:00-04:00",
"prd_featured_product_flag": "0"
},
"ShipToCustomer": {
"cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cst_type": "Individual",
"cst_name_cp": "Mr. JasonTest1 D WattsTest1",
"cst_sort_name_dn": "WattsTest1 JasonTest1 D",
"cst_ind_full_name_dn": "Mr. JasonTest1 D WattsTest1",
"cst_ixo_title_dn": "Mr. JasonTest1 WattsTest1",
"cst_add_date": "2020-04-27T10:58:00-04:00",
"cst_add_user": "jwatts_oti",
"cst_change_date": "2020-04-27T14:54:00-04:00",
"cst_change_user": "jwatts_oti",
"cst_delete_flag": "0",
"cst_recno": "252704",
"cst_id": "000252704I",
"cst_key_ext": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cst_email_text_only": "0",
"cst_tax_exempt_flag": "0",
"cst_cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"cst_no_email_flag": "0",
"cst_eml_address_dn": "jwatts1980+Test1@gmail.com",
"cst_eml_key": "959ab06a-945b-4380-9388-e24c1d64cd86",
"cst_no_phone_flag": "0",
"cst_no_fax_flag": "0",
"cst_no_web_flag": "0",
"cst_member_flag": "0",
"cst_no_msg_flag": "0",
"cst_web_password": "x6tuksc72XHV6SKWQeb4z9v89/1Z9kzY",
"cst_no_mail_flag": "0",
"cst_web_force_password_change": "0",
"cst_web_login_disabled_flag": "0",
"cst_credit_hold_flag": "0",
"cst_web_forgot_password_status": "0",
"cst_no_publish_flag": "0",
"cst_salutation_1": "Mr.. JasonTest1 D WattsTest1 ",
"cst_default_recognize_as": "Mr.. JasonTest1 D WattsTest1 ",
"cst_exclude_from_social_flag": "0",
"cst_salt": "5UBp5HV9KxbZtabi2UEUmsVdjhVA2qUJ",
"cst_iterations": "5000",
"cst_web_password_change_date": "2020-04-27T14:54:00-04:00",
"cst_web_login_locked_flag": "0"
},
"SoldToCustomer": {
"cs2__cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cs2__cst_type": "Individual",
"cs2__cst_name_cp": "Mr. JasonTest1 D WattsTest1",
"cs2__cst_sort_name_dn": "WattsTest1 JasonTest1 D",
"cs2__cst_ind_full_name_dn": "Mr. JasonTest1 D WattsTest1",
"cs2__cst_ixo_title_dn": "Mr. JasonTest1 WattsTest1",
"cs2__cst_add_date": "2020-04-27T10:58:00-04:00",
"cs2__cst_add_user": "jwatts_oti",
"cs2__cst_change_date": "2020-04-27T14:54:00-04:00",
"cs2__cst_change_user": "jwatts_oti",
"cs2__cst_delete_flag": "0",
"cs2__cst_recno": "252704",
"cs2__cst_id": "000252704I",
"cs2__cst_key_ext": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cs2__cst_email_text_only": "0",
"cs2__cst_tax_exempt_flag": "0",
"cs2__cst_cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"cs2__cst_no_email_flag": "0",
"cs2__cst_eml_address_dn": "jwatts1980+Test1@gmail.com",
"cs2__cst_eml_key": "959ab06a-945b-4380-9388-e24c1d64cd86",
"cs2__cst_no_phone_flag": "0",
"cs2__cst_no_fax_flag": "0",
"cs2__cst_no_web_flag": "0",
"cs2__cst_member_flag": "0",
"cs2__cst_no_msg_flag": "0",
"cs2__cst_web_password": "x6tuksc72XHV6SKWQeb4z9v89/1Z9kzY",
"cs2__cst_no_mail_flag": "0",
"cs2__cst_web_force_password_change": "0",
"cs2__cst_web_login_disabled_flag": "0",
"cs2__cst_credit_hold_flag": "0",
"cs2__cst_web_forgot_password_status": "0",
"cs2__cst_no_publish_flag": "0",
"cs2__cst_salutation_1": "Mr.. JasonTest1 D WattsTest1 ",
"cs2__cst_default_recognize_as": "Mr.. JasonTest1 D WattsTest1 ",
"cs2__cst_exclude_from_social_flag": "0",
"cs2__cst_salt": "5UBp5HV9KxbZtabi2UEUmsVdjhVA2qUJ",
"cs2__cst_iterations": "5000",
"cs2__cst_web_password_change_date": "2020-04-27T14:54:00-04:00",
"cs2__cst_web_login_locked_flag": "0"
},
"Shipping_Address": {
"cxa_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cxa_adr_key": "4aea5444-d63d-4947-b32c-adaa504e470b",
"cxa_add_date": "2020-04-27T10:58:00-04:00",
"cxa_add_user": "jwatts_oti",
"cxa_change_date": "2020-04-27T10:58:00-04:00",
"cxa_change_user": "jwatts_oti",
"cxa_delete_flag": "0",
"cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"cxa_key_ext": "478b7598-de07-483d-85c2-6e35c01239d5",
"cxa_on_hold_flag": "0",
"cxa_adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"cxa_mailing_label": "Mr. JasonTest1 D WattsTest1 Mr. JasonTest1 WattsTest1 123 Main St. Houston, TX 77433",
"cxa_mailing_label_html": "Mr. JasonTest1 D WattsTest1<br>Mr. JasonTest1 WattsTest1<br>123 Main St.<br>Houston, TX 77433"
},
"Shipping_Address_Type": {
"adt_code": "Mailing",
"adt_add_user": "Conversion",
"adt_add_date": "2008-04-22T15:56:55-04:00",
"adt_delete_flag": "0",
"adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"adt_key_ext": "e09fc2cf-5f86-46cd-9c31-f215018ba99f"
},
"Invoice_Detail_Additional": null,
"Package_Component": {
"pkg_qty": "1.0000"
},
"Bundle_Component": null,
"Product_Type": {
"ptp_key": "64b77fb4-da34-4034-ada8-f1da796d8720",
"ptp_code": "Event",
"ptp_add_user": "sa",
"ptp_add_date": "2002-06-25T15:27:33-04:00",
"ptp_change_user": "skatragadda",
"ptp_change_date": "2007-02-21T10:08:26-05:00",
"ptp_delete_flag": "0",
"ptp_key_ext": "64b77fb4-da34-4034-ada8-f1da796d8720",
"ptp_sell_online": "1",
"ptp_online_code": "Upcoming Events",
"ptp_discount_flag": "1",
"ptp_exclude_from_bundle_flag": "0",
"ptp_disallow_fractions": "1"
},
"Discount_Product_X_Product": null,
"Billing_Address": null,
"Currency": {
"cur_separator": ",",
"cur_calc_method": "multiply",
"cur_fraction_separator": "."
},
"Order_Detail_Schedule": null,
"Invoice_Detail_IP_Range": null,
"Product_Type_Social_Messages": null,
"Invoice_Detail_Liability": null,
"Credit_Detail": {
"cdd_type": "create credit",
"cdd_required_usage_flag": "0"
},
"Invoice_Detail_Amount_Due": null,
"Invoice_Detail_Get_Balance": null,
"Additional_Invoice_DetailCollection": null,
"Invoice_Detail_AdditionalCollection": null,
"Invoice_Detail_LiabilityCollection": null
}
},
"Additional_Invoice_DetailCollection": null,
"MembershipCollection": null,
"RegistrantCollection": {
"EventsRegistrant": {
"Registrant": {
"reg_key": "01d97ded-e20a-4354-af4a-6c830685fde3",
"reg_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"reg_evt_key": "f7f1bd26-2545-40cc-baa8-3fe87635230e",
"reg_badge_name": "Mr. JasonTest1 WattsTest1",
"reg_cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"reg_eml_key": "959ab06a-945b-4380-9388-e24c1d64cd86",
"reg_attendance_flag": "1",
"reg_ivd_key": "069f95e7-8628-47f1-a294-7a32deb26108",
"reg_adr_city": "Houston",
"reg_key_ext": "01d97ded-e20a-4354-af4a-6c830685fde3",
"reg_adr_state": "TX",
"reg_adr_country": "UNITED STATES",
"reg_ixo_title_dn": "Mr. JasonTest1 WattsTest1",
"reg_registration_date": "2020-04-28T00:00:00-04:00",
"reg_prod_qty": "0.00",
"reg_evt_guests_available": "9999"
},
"Individual": {
"ind_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"ind_prf_code": "Mr.",
"ind_first_name": "JasonTest1",
"ind_mid_name": "D",
"ind_last_name": "WattsTest1",
"ind_full_name_cp": "Mr. JasonTest1 D WattsTest1",
"ind_salutation_cp": "Mr. WattsTest1",
"ind_cst_key_ext": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"ind_badge_name": "Mr. JasonTest1 WattsTest1",
"ind_deceased_flag": "0",
"ind_add_date": "2020-04-27T10:58:00-04:00",
"ind_add_user": "jwatts_oti",
"ind_delete_flag": "0",
"ind_position_classification_ext": "Other",
"ind_department_ext": "IT"
},
"Customer": {
"cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cst_type": "Individual",
"cst_name_cp": "Mr. JasonTest1 D WattsTest1",
"cst_sort_name_dn": "WattsTest1 JasonTest1 D",
"cst_ind_full_name_dn": "Mr. JasonTest1 D WattsTest1",
"cst_ixo_title_dn": "Mr. JasonTest1 WattsTest1",
"cst_add_date": "2020-04-27T10:58:00-04:00",
"cst_add_user": "jwatts_oti",
"cst_change_date": "2020-04-27T14:54:00-04:00",
"cst_change_user": "jwatts_oti",
"cst_delete_flag": "0",
"cst_recno": "252704",
"cst_id": "000252704I",
"cst_key_ext": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cst_email_text_only": "0",
"cst_tax_exempt_flag": "0",
"cst_cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"cst_no_email_flag": "0",
"cst_eml_address_dn": "jwatts1980+Test1@gmail.com",
"cst_eml_key": "959ab06a-945b-4380-9388-e24c1d64cd86",
"cst_no_phone_flag": "0",
"cst_no_fax_flag": "0",
"cst_no_web_flag": "0",
"cst_member_flag": "0",
"cst_no_msg_flag": "0",
"cst_web_password": "x6tuksc72XHV6SKWQeb4z9v89/1Z9kzY",
"cst_no_mail_flag": "0",
"cst_web_force_password_change": "0",
"cst_web_login_disabled_flag": "0",
"cst_credit_hold_flag": "0",
"cst_web_forgot_password_status": "0",
"cst_no_publish_flag": "0",
"cst_salutation_1": "Mr.. JasonTest1 D WattsTest1 ",
"cst_default_recognize_as": "Mr.. JasonTest1 D WattsTest1 ",
"cst_exclude_from_social_flag": "0",
"cst_salt": "5UBp5HV9KxbZtabi2UEUmsVdjhVA2qUJ",
"cst_iterations": "5000",
"cst_web_password_change_date": "2020-04-27T14:54:00-04:00",
"cst_web_login_locked_flag": "0",
"cst_credit_available": "0.00",
"cst_receives_member_benefits_flag": "0",
"cst__ind_send_mail_reset_flag": "0",
"cst_reset_password_flag": "0"
},
"Individual_X_Organization": {
"ixo_title": "Mr. JasonTest1 WattsTest1",
"ixo_primary": "1",
"ixo_owner": "1"
},
"Organization": {
"org_consortia_flag": "0"
},
"Address_XRef": {
"cxa_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cxa_adr_key": "4aea5444-d63d-4947-b32c-adaa504e470b",
"cxa_add_date": "2020-04-27T10:58:00-04:00",
"cxa_add_user": "jwatts_oti",
"cxa_change_date": "2020-04-27T10:58:00-04:00",
"cxa_change_user": "jwatts_oti",
"cxa_delete_flag": "0",
"cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"cxa_key_ext": "478b7598-de07-483d-85c2-6e35c01239d5",
"cxa_on_hold_flag": "0",
"cxa_adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"cxa_mailing_label": "Mr. JasonTest1 D WattsTest1 Mr. JasonTest1 WattsTest1 123 Main St. Houston, TX 77433",
"cxa_mailing_label_html": "Mr. JasonTest1 D WattsTest1<br>Mr. JasonTest1 WattsTest1<br>123 Main St.<br>Houston, TX 77433",
"cxa_primary": "1",
"cxa_owner": "1",
"cxa_billing": "0",
"cxa_create_change_log": "0"
},
"Address": {
"adr_key": "4aea5444-d63d-4947-b32c-adaa504e470b",
"adr_cst_key_owner": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"adr_line1": "123 Main St.",
"adr_city": "Houston",
"adr_state": "TX",
"adr_post_code": "77433",
"adr_city_state_code": "Houston, TX 77433",
"adr_country": "UNITED STATES",
"adr_add_date": "2020-04-27T10:57:57-04:00",
"adr_add_user": "jwatts_oti",
"adr_change_date": "2020-04-27T10:57:59-04:00",
"adr_change_user": "jwatts_oti",
"adr_delete_flag": "0",
"adr_key_ext": "4aea5444-d63d-4947-b32c-adaa504e470b",
"adr_bad_address_flag": "0",
"adr_no_validation_flag": "0"
},
"Email": {
"eml_key": "959ab06a-945b-4380-9388-e24c1d64cd86",
"eml_address": "jwatts1980+Test1@gmail.com",
"eml_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"eml_type": "business",
"eml_add_user": "jwatts_oti",
"eml_add_date": "2020-04-27T10:57:57-04:00",
"eml_delete_flag": "0",
"eml_key_ext": "959ab06a-945b-4380-9388-e24c1d64cd86",
"eml_invalid_flag": "0",
"eml_unlisted_flag": "0",
"eml_primary": "1"
},
"Website": {
"url_type": "internet",
"url_primary": "1"
},
"Messaging": {
"msg_primary": "1"
},
"Phone_XRef": {
"cph_pht_key": "88ff5661-2d14-4bdf-be4c-906c3bff7ef7",
"cph_primary": "1",
"cph_owner": "1"
},
"Phone": {
"phn_cty_key": "bc4b70f8-280e-4bb0-b935-9f728c50e183"
},
"Fax_XRef": {
"cfx_fxt_key": "6b632577-c4ef-42ac-ae19-6dfe0ddece4b",
"cfx_primary": "1",
"cfx_owner": "1"
},
"Fax": {
"fax_cty_key": "bc4b70f8-280e-4bb0-b935-9f728c50e183"
},
"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 **</p> <p>** Receive a $25 early registration discount by registering 60 or more days in advance of the course. 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> </p> <br /> <h2>Registration & 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. 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=\"mailto:RegistrationInfo@nigp.org\">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_has_fees_flag": "1",
"evt_has_products_flag": "0",
"evt_Registered_guest_count": "0",
"evt_has_demographics_flag": "0",
"evt_has_housing_flag": "0",
"evt_waitList_guest_count": "0",
"evt_has_tracks_flag": "0",
"evt_has_sessions_flag": "1",
"evt_payables_batch_suffix": "BATCH"
},
"Event_Location": null,
"Location": null,
"Location_Customer_Address": null,
"Location_Address": {
"ad2__adr_state": "NULL",
"ad2__adr_country": "UNITED STATES"
},
"Location_Phone_XRef": {
"cp2__cph_pht_key": "88ff5661-2d14-4bdf-be4c-906c3bff7ef7"
},
"Location_Website": {
"ur2__url_type": "internet"
},
"Event_Location_Room_Type": null,
"Room_Request": null,
"Registrant_Housing": null,
"RegistrantGuest": {
"rg2__reg_attendance_flag": "1",
"rg2__reg_adr_state": "NULL",
"rg2__reg_adr_country": "UNITED STATES",
"rg2__reg_registration_date": "2020-04-28T00:00:00-04:00"
},
"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": "500.00",
"inv_amount": "500.00",
"inv_balance": "500.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_payment_to_apply": "0.00",
"inv_nettotal": "500.00",
"inv_netpayment": "0.00",
"inv_credit_to_apply": "0.00",
"inv_netbalance": "500.00",
"inv_netcredit": "0.00",
"inv_net_amount_due": "500.00",
"inv_netunpaidbalance": "500.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><th>Qty</th><th>Item</th><th>Price</th><th>Discount</th><th>Taxes</th><th>Shipping</th><th>Sub-Total</th><th>Paid</th><th>Balance</th></tr> <tr><td style='text-align: right;'>1.0000</td><td style='text-align: right;'>Non-Member: Early</td><td style='text-align: right;'>500.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>500.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>500.00</td></tr> </table>",
"inv_details_text": "Quantity Item Price Discount Taxes Shipping Sub-Total Paid Balance 1.0000 Non-Member: Early 500.00 0.00 0.00 0.00 500.00 0.00 500.00 ",
"inv_details_with_customer_html": "<table cellspacing='1' cellpadding='1'><tr><th>Customer</th><th>Qty</th><th>Item</th><th>Price</th><th>Discount</th><th>Taxes</th><th>Shipping</th><th>Sub-Total</th><th>Paid</th><th>Balance</th></tr> <tr><td style='text-align: right;'>WattsTest1 JasonTest1 D</td><td style='text-align: right;'>1.0000</td><td style='text-align: right;'>Non-Member: Early</td><td style='text-align: right;'>500.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>500.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>500.00</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_invoice_detail_count": "1",
"inv_bill_me": "0",
"inv_HasNewLineItems": "1",
"inv_HasOldLineItems": "0",
"inv_total_weight": "0.00",
"inv_discount": "0.00",
"inv_shipping": "0.00",
"inv_tax": "0.00",
"inv_prd_keys": "4611ec21-2547-4b97-a8db-f475ab033ff3"
},
"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,
"Product": {
"prd_atc_key": "7697205e-876a-436a-ae35-9ba3abf05a22"
},
"Price": {
"prc_price": "0.00",
"prc_deferred_flag": "0",
"prc_renew_unpaid_orders_flag": "1",
"prc_allow_unpaid_orders_flag": "1"
},
"Registrant_Type": null,
"Registrant_Custom_Demographics": null,
"Gift": {
"gft_recognition_customer_adr_country": "UNITED STATES",
"gft_stock_high": "0.00",
"gft_stock_low": "0.00"
},
"source_code": null,
"Registrant_Session": {
"rgs_attendance_flag": "1",
"rgs_cancel_qty": "0",
"rgs_lms_status_ext": "Not Enrolled"
},
"Registrant_SessionCollection": {
"EventsRegistrantSession": {
"ev_registration_session": {
"rgs_ses_key": "2c4fd2d6-7ee5-44f3-b1cf-847be359bbaa",
"rgs_attendance_flag": "1",
"rgs_ivd_key": "f342fc1c-69fb-44d8-b6c3-40fe593d86f1",
"rgs_cancel_qty": "0",
"rgs_lms_status_ext": "Not Enrolled",
"rgs_prc_key": "eb310ab4-a5fe-4719-80ed-07e317cc8f49"
},
"ev_registration": {
"reg_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"reg_attendance_flag": "1",
"reg_adr_state": "NULL",
"reg_adr_country": "UNITED STATES",
"reg_registration_date": "2020-04-28T00:00:00-04:00"
},
"ev_session": {
"ses_key": "2c4fd2d6-7ee5-44f3-b1cf-847be359bbaa",
"ses_code": "S",
"ses_add_user": "user",
"ses_add_date": "2020-01-22T16:25:00-05:00",
"ses_change_user": "user",
"ses_change_date": "2020-01-22T16:26:00-05:00",
"ses_delete_flag": "0",
"ses_key_ext": "2c4fd2d6-7ee5-44f3-b1cf-847be359bbaa",
"ses_evt_key": "f7f1bd26-2545-40cc-baa8-3fe87635230e",
"ses_title": "CPPB Prep",
"ses_set_key": "fcfb30b0-ceff-4f11-be6b-350fa31f7584",
"ses_wait_list_flag": "0",
"ses_registration_required": "1",
"ses_restricted": "0",
"ses_short_description": "CPPB Prep 09/22/20 Wilsonville, OR",
"ses_start_date": "2020-09-22T00:00:00-04:00",
"ses_end_date": "2020-09-23T00:00:00-04:00",
"ses_early_registration_date": "2020-07-24T00:00:00-04:00",
"ses_late_registration": "2020-09-08T00:00:00-04:00",
"ses_cutoff_date": "2020-08-23T00:00:00-04:00",
"ses_ticketed": "0",
"ses_cec_key": "b905a2b4-0915-46e7-8dbb-2e1999996c9a",
"ses_abstract_flag": "0",
"ses_free_session_flag": "0",
"ses_free_guest_flag": "0",
"ses_activity_book_flag_ext": "0",
"ses_netforum_book_flag_ext": "0",
"ses_contact_hours_ext": "15.00",
"ses_print_sign_flag_ext": "0"
},
"ev_track": null,
"co_customer": null,
"ev_event": {
"evt_tzn_key": "059930c3-7d4e-46d9-8a59-e3c95a2a19cd",
"evt_charity_event_flag": "0"
}
}
},
"Invoice_DetailCollection": {
"InvoiceDetail": {
"Invoice_Detail": {
"ivd_qty_previous": "1.00",
"ivd_key": "7e2847cb-fcd3-491e-876e-d7e51168d05a",
"ivd_price": "500.00",
"ivd_qty": "1.0000",
"ivd_close_flag": "0",
"ivd_prc_key": "73072a80-6720-4708-9095-fa5e5b29e486",
"ivd_prc_prd_key": "4611ec21-2547-4b97-a8db-f475ab033ff3",
"ivd_amount_cp": "500.00",
"ivd_parity": "1",
"ivd_cst_ship_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"ivd_prc_prd_ptp_key": "64b77fb4-da34-4034-ada8-f1da796d8720",
"ivd_cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"ivd_type": "Product",
"ivd_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"ivd_createorder_flag": "0",
"ivd_lineamount": "500.00",
"ivd_lineamount_no_discount": "500.00",
"ivd_createinvoice_flag": "1",
"ivd_linebalance": "500.00",
"ivd_net_amount_due": "500.00",
"ivd_payamount": "0.00",
"ivd_disable_quantity": "1",
"ivd_subtotal": "500.00",
"ivd_discountamount": "0.00",
"ivd_total": "500.00",
"ivd_applied_payment": "0.00",
"ivd_applied_credit": "0.00",
"ivd_write_off": "0.00",
"ivd_return_payment": "0.00",
"ivd_balance": "500.00",
"ivd_tax": "0.00",
"ivd_shipping": "0.00",
"ivd_nettotal": "500.00",
"ivd_netpayment": "0.00",
"ivd_payment_to_apply": "500.00",
"ivd_credit_to_apply": "0.00",
"ivd_netcredit": "0.00",
"ivd_netwriteoff": "0",
"ivd_writeoff_to_apply": "0.00",
"ivd_netreturn": "0.00",
"ivd_return_to_apply": "0.00",
"ivd_netapplied": "0.00",
"ivd_previous_netpayment": "0.00",
"ivd_total_to_apply": "0.00",
"ivd_netbalance": "500.00",
"ivd_netunpaidbalance": "500.00",
"ivd_price_aggregated": "500.00",
"ivd_discountamount_aggregated": "0.00",
"ivd_tax_aggregated": "0.00",
"ivd_shipping_aggregated": "0.00",
"ivd_nettotal_aggregated": "500.00",
"ivd_netunpaidbalance_aggregated": "500.00",
"ivd_shippable_flag_aggregated": "0",
"ivd_partof_groupreg_discount": "0",
"ivd_cst_credit_available": "0.00",
"ivd_term_based": "0",
"ivd_sub_prorated_flag": "0",
"ivd_autoapply": "1",
"ivd_is_agency_sub": "0",
"ivd_formdetailkey": "7e2847cb-fcd3-491e-876e-d7e51168d05a",
"ivd_formkey": "3d466e13-a42e-427d-bdfe-ffc8cf188788",
"ivd_parentdataobject": "Invoice Detail",
"ivd_reg_key": "01d97ded-e20a-4354-af4a-6c830685fde3",
"ivd_addl_info": "WattsTest1 JasonTest1 D",
"ivd_shippable_flag": "0",
"ivd_inv_shippable_total": "0.00",
"ivd_inv_distributable_credit_total": "0.00"
},
"Invoice_Detail_Term": null,
"Invoice": {
"inv_print_count": "0",
"inv_ship_priority": "3"
},
"Price": {
"prc_key": "73072a80-6720-4708-9095-fa5e5b29e486",
"prc_prd_key": "4611ec21-2547-4b97-a8db-f475ab033ff3",
"prc_price": "500.00",
"prc_add_user": "user",
"prc_add_date": "2020-01-22T16:35:21-05:00",
"prc_delete_flag": "0",
"prc_key_ext": "73072a80-6720-4708-9095-fa5e5b29e486",
"prc_gla_ar_key": "9138846c-fac2-4635-ad3d-1d079d5955d7",
"prc_gla_revenue_key": "3e126b65-509c-4502-adae-d66f2ad1eee7",
"prc_gla_liability_key": "702cf048-6c1f-4963-aea5-472117c4d739",
"prc_gla_return_key": "3e126b65-509c-4502-adae-d66f2ad1eee7",
"prc_gla_writeoff_key": "0a09533a-0dc1-4f94-8a3a-bbd61f89ae89",
"prc_end_date": "2020-07-24T00:00:00-04:00",
"prc_prd_ptp_key": "64b77fb4-da34-4034-ada8-f1da796d8720",
"prc_percent": "0.0000",
"prc_percent_cp": "0.00",
"prc_prd_atc_key": "7697205e-876a-436a-ae35-9ba3abf05a22",
"prc_code": "S",
"prc_display_name": "Non-Member: Early",
"prc_sell_online": "1",
"prc_gla_deferred_key": "57d4d66d-6041-4d46-9ba6-f43fe172755f",
"prc_deferred_flag": "1",
"prc_mail": "0",
"prc_email": "0",
"prc_fax": "0",
"prc_recognize_after_date": "2020-09-23T00:00:00-04:00",
"prc_account_split_flag": "0",
"prc_prorate_flag": "0",
"prc_prorate_first_year_flag": "0",
"prc_web": "0",
"prc_microfiche": "0",
"prc_revenue_recog_frequency": "1",
"prc_allow_installment": "0",
"prc_shippable_flag": "0",
"prc_recognize_by_issue_flag": "0",
"prc_num_grace_issues": "0",
"prc_back_issue_flag": "0",
"prc_renew_unpaid_orders_flag": "1",
"prc_allow_unpaid_orders_flag": "1",
"prc_award_credit_flag": "0",
"prc_allow_sync_flag": "0",
"prc_no_discount_flag": "0"
},
"Product": {
"prd_key": "4611ec21-2547-4b97-a8db-f475ab033ff3",
"prd_name": "CPPB Prep 092220 Wilsonville, OR",
"prd_add_user": "user",
"prd_add_date": "2020-01-22T16:23:07-05:00",
"prd_delete_flag": "0",
"prd_qty_available": "-1.00",
"prd_key_ext": "4611ec21-2547-4b97-a8db-f475ab033ff3",
"prd_allow_partial_ship_flag": "0",
"prd_track_inventory_flag": "0",
"prd_ptp_key": "64b77fb4-da34-4034-ada8-f1da796d8720",
"prd_taxable_flag": "0",
"prd_allow_backorder": "0",
"prd_atc_key": "7697205e-876a-436a-ae35-9ba3abf05a22",
"prd_qty_reorder": "0.0000",
"prd_restock_fee": "0.00",
"prd_restock_percent": "0.0000",
"prd_restock_percent_cp": "0.00",
"prd_mail": "0",
"prd_email": "0",
"prd_fax": "0",
"prd_sell_online": "1",
"prd_code": "S",
"prd_web": "0",
"prd_microfiche": "0",
"prd_post_to_web_date": "2020-01-22T00:00:00-05:00",
"prd_remove_from_web_date": "2020-09-23T00:00:00-04:00",
"prd_featured_product_flag": "0"
},
"ShipToCustomer": {
"cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cst_type": "Individual",
"cst_name_cp": "Mr. JasonTest1 D WattsTest1",
"cst_sort_name_dn": "WattsTest1 JasonTest1 D",
"cst_ind_full_name_dn": "Mr. JasonTest1 D WattsTest1",
"cst_ixo_title_dn": "Mr. JasonTest1 WattsTest1",
"cst_add_date": "2020-04-27T10:58:00-04:00",
"cst_add_user": "jwatts_oti",
"cst_change_date": "2020-04-27T14:54:00-04:00",
"cst_change_user": "jwatts_oti",
"cst_delete_flag": "0",
"cst_recno": "252704",
"cst_id": "000252704I",
"cst_key_ext": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cst_email_text_only": "0",
"cst_tax_exempt_flag": "0",
"cst_cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"cst_no_email_flag": "0",
"cst_eml_address_dn": "jwatts1980+Test1@gmail.com",
"cst_eml_key": "959ab06a-945b-4380-9388-e24c1d64cd86",
"cst_no_phone_flag": "0",
"cst_no_fax_flag": "0",
"cst_no_web_flag": "0",
"cst_member_flag": "0",
"cst_no_msg_flag": "0",
"cst_web_password": "x6tuksc72XHV6SKWQeb4z9v89/1Z9kzY",
"cst_no_mail_flag": "0",
"cst_web_force_password_change": "0",
"cst_web_login_disabled_flag": "0",
"cst_credit_hold_flag": "0",
"cst_web_forgot_password_status": "0",
"cst_no_publish_flag": "0",
"cst_salutation_1": "Mr.. JasonTest1 D WattsTest1 ",
"cst_default_recognize_as": "Mr.. JasonTest1 D WattsTest1 ",
"cst_exclude_from_social_flag": "0",
"cst_salt": "5UBp5HV9KxbZtabi2UEUmsVdjhVA2qUJ",
"cst_iterations": "5000",
"cst_web_password_change_date": "2020-04-27T14:54:00-04:00",
"cst_web_login_locked_flag": "0"
},
"SoldToCustomer": {
"cs2__cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cs2__cst_type": "Individual",
"cs2__cst_name_cp": "Mr. JasonTest1 D WattsTest1",
"cs2__cst_sort_name_dn": "WattsTest1 JasonTest1 D",
"cs2__cst_ind_full_name_dn": "Mr. JasonTest1 D WattsTest1",
"cs2__cst_ixo_title_dn": "Mr. JasonTest1 WattsTest1",
"cs2__cst_add_date": "2020-04-27T10:58:00-04:00",
"cs2__cst_add_user": "jwatts_oti",
"cs2__cst_change_date": "2020-04-27T14:54:00-04:00",
"cs2__cst_change_user": "jwatts_oti",
"cs2__cst_delete_flag": "0",
"cs2__cst_recno": "252704",
"cs2__cst_id": "000252704I",
"cs2__cst_key_ext": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cs2__cst_email_text_only": "0",
"cs2__cst_tax_exempt_flag": "0",
"cs2__cst_cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"cs2__cst_no_email_flag": "0",
"cs2__cst_eml_address_dn": "jwatts1980+Test1@gmail.com",
"cs2__cst_eml_key": "959ab06a-945b-4380-9388-e24c1d64cd86",
"cs2__cst_no_phone_flag": "0",
"cs2__cst_no_fax_flag": "0",
"cs2__cst_no_web_flag": "0",
"cs2__cst_member_flag": "0",
"cs2__cst_no_msg_flag": "0",
"cs2__cst_web_password": "x6tuksc72XHV6SKWQeb4z9v89/1Z9kzY",
"cs2__cst_no_mail_flag": "0",
"cs2__cst_web_force_password_change": "0",
"cs2__cst_web_login_disabled_flag": "0",
"cs2__cst_credit_hold_flag": "0",
"cs2__cst_web_forgot_password_status": "0",
"cs2__cst_no_publish_flag": "0",
"cs2__cst_salutation_1": "Mr.. JasonTest1 D WattsTest1 ",
"cs2__cst_default_recognize_as": "Mr.. JasonTest1 D WattsTest1 ",
"cs2__cst_exclude_from_social_flag": "0",
"cs2__cst_salt": "5UBp5HV9KxbZtabi2UEUmsVdjhVA2qUJ",
"cs2__cst_iterations": "5000",
"cs2__cst_web_password_change_date": "2020-04-27T14:54:00-04:00",
"cs2__cst_web_login_locked_flag": "0"
},
"Shipping_Address": {
"cxa_cst_key": "7c8b85b1-bb52-4880-9269-dfbe4f9985e6",
"cxa_adr_key": "4aea5444-d63d-4947-b32c-adaa504e470b",
"cxa_add_date": "2020-04-27T10:58:00-04:00",
"cxa_add_user": "jwatts_oti",
"cxa_change_date": "2020-04-27T10:58:00-04:00",
"cxa_change_user": "jwatts_oti",
"cxa_delete_flag": "0",
"cxa_key": "478b7598-de07-483d-85c2-6e35c01239d5",
"cxa_key_ext": "478b7598-de07-483d-85c2-6e35c01239d5",
"cxa_on_hold_flag": "0",
"cxa_adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"cxa_mailing_label": "Mr. JasonTest1 D WattsTest1 Mr. JasonTest1 WattsTest1 123 Main St. Houston, TX 77433",
"cxa_mailing_label_html": "Mr. JasonTest1 D WattsTest1<br>Mr. JasonTest1 WattsTest1<br>123 Main St.<br>Houston, TX 77433"
},
"Shipping_Address_Type": {
"adt_code": "Mailing",
"adt_add_user": "Conversion",
"adt_add_date": "2008-04-22T15:56:55-04:00",
"adt_delete_flag": "0",
"adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"adt_key_ext": "e09fc2cf-5f86-46cd-9c31-f215018ba99f"
},
"Invoice_Detail_Additional": null,
"Package_Component": {
"pkg_qty": "1.0000"
},
"Bundle_Component": null,
"Product_Type": {
"ptp_key": "64b77fb4-da34-4034-ada8-f1da796d8720",
"ptp_code": "Event",
"ptp_add_user": "sa",
"ptp_add_date": "2002-06-25T15:27:33-04:00",
"ptp_change_user": "skatragadda",
"ptp_change_date": "2007-02-21T10:08:26-05:00",
"ptp_delete_flag": "0",
"ptp_key_ext": "64b77fb4-da34-4034-ada8-f1da796d8720",
"ptp_sell_online": "1",
"ptp_online_code": "Upcoming Events",
"ptp_discount_flag": "1",
"ptp_exclude_from_bundle_flag": "0",
"ptp_disallow_fractions": "1"
},
"Discount_Product_X_Product": null,
"Billing_Address": null,
"Currency": {
"cur_separator": ",",
"cur_calc_method": "multiply",
"cur_fraction_separator": "."
},
"Order_Detail_Schedule": null,
"Invoice_Detail_IP_Range": null,
"Product_Type_Social_Messages": null,
"Invoice_Detail_Liability": null,
"Credit_Detail": {
"cdd_type": "create credit",
"cdd_required_usage_flag": "0"
},
"Invoice_Detail_Amount_Due": null,
"Invoice_Detail_Get_Balance": null,
"Additional_Invoice_DetailCollection": null,
"Invoice_Detail_AdditionalCollection": null,
"Invoice_Detail_LiabilityCollection": null
}
},
"Additional_Invoice_DetailCollection": null
}
},
"Group_RegistrantionCollection": null,
"GiftCollection": null,
"InvoiceToPayCollection": null,
"ExhibitorCollection": null,
"Accreditation_ApplicantCollection": null
}
}