WEBCentralizedShoppingCartAddEventRegistrantGroup
Initial Build |
2008.01 |
xWEB |
Web Method |
Response Type |
shopping cart object |
This method can be used to add a Group Registration to a Shopping Cart.
See XWeb Event Group Registration for a complete walk-through of how to create an Events Group Registration in xWeb.
Parameters
- oCentralizedOrderEntry (Shopping Cart Object).
- oGroupRegistration (Group Registration Object).
Response
This method returns the Shopping Cart Object with the Group Registration object added to the cart's Group Registrants RegistrantCollection.
Sample Request
<WEBCentralizedShoppingCartAddEventRegistrantGroup xmlns="http://www.avectra.com/2005/">
<oCentralizedOrderEntry>
[[Shopping Cart Object]]
</oCentralizedOrderEntry>
<oGroupRegistration>
[[Group Registration Object]]
</oGroupRegistration>
</WEBCentralizedShoppingCartAddEventRegistrantGroup>
Sample Response
<WEBCentralizedShoppingCartAddEventRegistrantGroupResponse>
<WEBCentralizedShoppingCartAddEventRegistrantGroupResult>
<CentralizedOrderEntryType>
[[Shopping Cart Object]]
</CentralizedOrderEntryType>
</WEBCentralizedShoppingCartAddEventRegistrantGroupResult>
</WEBCentralizedShoppingCartAddEventRegistrantGroupResponse>
JSON Method
Adds a group registration to the cart.
See the following additional methods for working with the registration and group registration objects.
-
WEBCentralizedShoppingCartEventRegistrantGroupGetNew
-
WEBCentralizedShoppingCartEventRegistrantGet
-
WEBCentralizedShoppingCartEventRegistrantGroupGetNew
-
WEBCentralizedShoppingCartEventRegistrantGroupGet
GET n/a
POST /xweb/JSON/WEBCentralizedShoppingCartAddEventRegistrantGroup
DATA: JSON
{
"WEBCentralizedShoppingCartAddEventRegistrantGroup": {
"oCentralizedOrderEntry": {
<<ShoppingCartObject>>
},
"oGroupRegistration": {
<<GroupRegistrationObject>>
}
}
}
SAMPLE RESULT
HTTP STATUS: 200
DATA: JSON
{
"CentralizedOrderEntryType": {
"Invoice": {
"inv_key": "a2286bf5-680c-4fb7-8720-2f7836a5fe3e",
"inv_cst_key": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"inv_print_count": "0",
"inv_ship_priority": "3",
"inv_orig_trans_type": "prepaid",
"inv_cxa_key": "58f2971c-4d05-4e5a-bfcb-b4ca3b761179",
"inv_cph_key": "d09b4f37-6500-46c7-9b1c-9592336fa567",
"inv_cfx_key": "4f0f6d66-b633-4d31-99ee-66ae11c8bce3",
"inv_eml_key": "44dc4620-21a4-45ac-9b70-0c0765ce4c63",
"inv_cst_billing_key": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"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": "Haleema Mohammed",
"inv_total": "400.00",
"inv_amount": "400.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": "400.00",
"inv_nettotal": "400.00",
"inv_netpayment": "400.00",
"inv_credit_to_apply": "0.00",
"inv_netbalance": "0.00",
"inv_netcredit": "0.00",
"inv_net_amount_due": "400.00",
"inv_netunpaidbalance": "400.00",
"inv_netwriteoff": "0.00",
"inv_writeoff_to_apply": "0.00",
"inv_netreturn": "0.00",
"inv_return_to_apply": "0.00",
"inv_netapplied": "400.00",
"inv_previous_netapplied": "0.00",
"inv_previous_netpayment": "0.00",
"inv_total_to_apply": "400.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;'>Institute Member: Early</td><td style='text-align: right;'>400.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;'>400.00</td><td style='text-align: right;'>400.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 Institute Member: Early 400.00 0.00 0.00 0.00 400.00 400.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;'>Mohammed Haleema</td><td style='text-align: right;'>1.0000</td><td style='text-align: right;'>Institute Member: Early</td><td style='text-align: right;'>400.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;'>400.00</td><td style='text-align: right;'>400.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": "58f2971c-4d05-4e5a-bfcb-b4ca3b761179",
"ivd_type": "Product"
},
"Invoice_Detail_Term": null,
"Claim": {
"cld_claim_status": "Approved"
},
"Default_Shipping_Address": {
"cxs__cxa_cst_key": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"cxs__cxa_adr_key": "92988d94-3096-4bf2-99fc-6cc968e52e4b",
"cxs__cxa_add_date": "2009-03-03T10:25:00-05:00",
"cxs__cxa_add_user": "Conversion",
"cxs__cxa_change_date": "2009-04-28T20:12:00-04:00",
"cxs__cxa_change_user": "LRiegelman",
"cxs__cxa_delete_flag": "0",
"cxs__cxa_key": "58f2971c-4d05-4e5a-bfcb-b4ca3b761179",
"cxs__cxa_key_ext": "58f2971c-4d05-4e5a-bfcb-b4ca3b761179",
"cxs__cxa_on_hold_flag": "0",
"cxs__cxa_adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"cxs__cxa_mailing_label": "Ms. Haleema Mohammed Purchasing Agent I Broward County Sheriff's Office 2601 W. Broward Blvd Fort Lauderdale, FL 33312-1308",
"cxs__cxa_mailing_label_html": "Ms. Haleema Mohammed<br>Purchasing Agent I<br>Broward County Sheriff's Office<br>2601 W. Broward Blvd<br>Fort Lauderdale, FL 33312-1308"
},
"Payment": {
"pay_cst_key": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3"
},
"Payment_Info": {
"pin_cst_key": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"pin_check_amount": "400.00",
"pin_street": "2601 W. Broward Blvd",
"pin_city": "Fort Lauderdale",
"pin_state": "FL",
"pin_zip": "33312-1308",
"pin_email": "zzhaleema_mohammed@sheriff.orgzz",
"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": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"cst_type": "Individual",
"cst_name_cp": "Ms. Haleema Mohammed",
"cst_sort_name_dn": "Mohammed Haleema",
"cst_ind_full_name_dn": "Ms. Haleema Mohammed",
"cst_org_name_dn": "Broward County Sheriff's Office",
"cst_ixo_title_dn": "Purchasing Agent I",
"cst_add_date": "2009-03-03T09:05:00-05:00",
"cst_add_user": "Conversion",
"cst_change_date": "2018-07-23T17:12:00-04:00",
"cst_change_user": "GS_eml_flag_update",
"cst_delete_flag": "0",
"cst_recno": "39026",
"cst_id": "000039026I",
"cst_key_ext": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"cst_email_text_only": "0",
"cst_tax_exempt_flag": "0",
"cst_cxa_key": "58f2971c-4d05-4e5a-bfcb-b4ca3b761179",
"cst_no_email_flag": "0",
"cst_eml_address_dn": "zzhaleema_mohammed@sheriff.orgzz",
"cst_eml_key": "44dc4620-21a4-45ac-9b70-0c0765ce4c63",
"cst_no_phone_flag": "0",
"cst_phn_number_complete_dn": "(954)831-8170",
"cst_cph_key": "d09b4f37-6500-46c7-9b1c-9592336fa567",
"cst_no_fax_flag": "0",
"cst_fax_number_complete_dn": "(954)765-4006",
"cst_cfx_key": "4f0f6d66-b633-4d31-99ee-66ae11c8bce3",
"cst_ixo_key": "c47ec19b-e5c9-42e8-91ae-7da17a321dd6",
"cst_no_web_flag": "0",
"cst_oldid": "28237",
"cst_member_flag": "0",
"cst_no_msg_flag": "0",
"cst_web_password": "d138f04ec716a21acc2ae19ddc78bc",
"cst_no_mail_flag": "0",
"cst_web_start_date": "2009-03-03T00:00:00-05:00",
"cst_web_force_password_change": "0",
"cst_web_login_disabled_flag": "0",
"cst_credit_hold_flag": "0",
"cst_web_forgot_password_status": "0",
"cst_last_email_date": "2010-05-04T00:00:00-04:00",
"cst_no_publish_flag": "0",
"cst_exclude_from_social_flag": "0",
"cst_credit_available": "0.00"
},
"CustomerIndividual": {
"ind_cst_key": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"ind_prf_code": "Ms.",
"ind_first_name": "Haleema",
"ind_last_name": "Mohammed",
"ind_gender": "Female",
"ind_full_name_cp": "Ms. Haleema Mohammed",
"ind_salutation_cp": "Ms. Mohammed",
"ind_cst_key_ext": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"ind_badge_name": "Haleema",
"ind_deceased_flag": "0",
"ind_add_date": "2009-03-03T09:18:00-05:00",
"ind_add_user": "Conversion",
"ind_delete_flag": "0",
"ind_department_ext": "Purchasing"
},
"Billing_Address": {
"cxa_cst_key": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"cxa_adr_key": "92988d94-3096-4bf2-99fc-6cc968e52e4b",
"cxa_add_date": "2009-03-03T10:25:00-05:00",
"cxa_add_user": "Conversion",
"cxa_change_date": "2009-04-28T20:12:00-04:00",
"cxa_change_user": "LRiegelman",
"cxa_delete_flag": "0",
"cxa_key": "58f2971c-4d05-4e5a-bfcb-b4ca3b761179",
"cxa_key_ext": "58f2971c-4d05-4e5a-bfcb-b4ca3b761179",
"cxa_on_hold_flag": "0",
"cxa_adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"cxa_mailing_label": "Ms. Haleema Mohammed Purchasing Agent I Broward County Sheriff's Office 2601 W. Broward Blvd Fort Lauderdale, FL 33312-1308",
"cxa_mailing_label_html": "Ms. Haleema Mohammed<br>Purchasing Agent I<br>Broward County Sheriff's Office<br>2601 W. Broward Blvd<br>Fort Lauderdale, FL 33312-1308"
},
"Billing_Adr": {
"adr_key": "92988d94-3096-4bf2-99fc-6cc968e52e4b",
"adr_cst_key_owner": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"adr_line1": "2601 W. Broward Blvd",
"adr_city": "Fort Lauderdale",
"adr_state": "FL",
"adr_post_code": "33312-1308",
"adr_city_state_code": "Fort Lauderdale, FL 33312-1308",
"adr_country": "UNITED STATES",
"adr_county": "BROWARD",
"adr_cong_dist": "23",
"adr_mailing_label": "2601 W. Broward Blvd Fort Lauderdale, FL 33312-1308 ",
"adr_mailing_label_html": "2601 W. Broward Blvd<br>Fort Lauderdale, FL 33312-1308<br>",
"adr_add_date": "2009-03-02T19:17:56-05:00",
"adr_add_user": "Conversion",
"adr_delete_flag": "0",
"adr_key_ext": "92988d94-3096-4bf2-99fc-6cc968e52e4b",
"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": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"bcs__cst_type": "Individual",
"bcs__cst_name_cp": "Ms. Haleema Mohammed",
"bcs__cst_sort_name_dn": "Mohammed Haleema",
"bcs__cst_ind_full_name_dn": "Ms. Haleema Mohammed",
"bcs__cst_org_name_dn": "Broward County Sheriff's Office",
"bcs__cst_ixo_title_dn": "Purchasing Agent I",
"bcs__cst_add_date": "2009-03-03T09:05:00-05:00",
"bcs__cst_add_user": "Conversion",
"bcs__cst_change_date": "2018-07-23T17:12:00-04:00",
"bcs__cst_change_user": "GS_eml_flag_update",
"bcs__cst_delete_flag": "0",
"bcs__cst_recno": "39026",
"bcs__cst_id": "000039026I",
"bcs__cst_key_ext": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"bcs__cst_email_text_only": "0",
"bcs__cst_tax_exempt_flag": "0",
"bcs__cst_cxa_key": "58f2971c-4d05-4e5a-bfcb-b4ca3b761179",
"bcs__cst_no_email_flag": "0",
"bcs__cst_eml_address_dn": "zzhaleema_mohammed@sheriff.orgzz",
"bcs__cst_eml_key": "44dc4620-21a4-45ac-9b70-0c0765ce4c63",
"bcs__cst_no_phone_flag": "0",
"bcs__cst_phn_number_complete_dn": "(954)831-8170",
"bcs__cst_cph_key": "d09b4f37-6500-46c7-9b1c-9592336fa567",
"bcs__cst_no_fax_flag": "0",
"bcs__cst_fax_number_complete_dn": "(954)765-4006",
"bcs__cst_cfx_key": "4f0f6d66-b633-4d31-99ee-66ae11c8bce3",
"bcs__cst_ixo_key": "c47ec19b-e5c9-42e8-91ae-7da17a321dd6",
"bcs__cst_no_web_flag": "0",
"bcs__cst_oldid": "28237",
"bcs__cst_member_flag": "0",
"bcs__cst_no_msg_flag": "0",
"bcs__cst_web_password": "d138f04ec716a21acc2ae19ddc78bc",
"bcs__cst_no_mail_flag": "0",
"bcs__cst_web_start_date": "2009-03-03T00:00:00-05:00",
"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_last_email_date": "2010-05-04T00:00:00-04:00",
"bcs__cst_no_publish_flag": "0",
"bcs__cst_exclude_from_social_flag": "0"
},
"BillToCustomerIndividual": {
"bin__ind_cst_key": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"bin__ind_prf_code": "Ms.",
"bin__ind_first_name": "Haleema",
"bin__ind_last_name": "Mohammed",
"bin__ind_gender": "Female",
"bin__ind_full_name_cp": "Ms. Haleema Mohammed",
"bin__ind_salutation_cp": "Ms. Mohammed",
"bin__ind_cst_key_ext": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"bin__ind_badge_name": "Haleema",
"bin__ind_deceased_flag": "0",
"bin__ind_add_date": "2009-03-03T09:18:00-05:00",
"bin__ind_add_user": "Conversion",
"bin__ind_delete_flag": "0",
"bin__ind_department_ext": "Purchasing"
},
"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": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"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_egp_key": "1cd70d32-7f30-46e0-acdd-dc3130850434",
"ivd_qty_previous": "1.00",
"ivd_key": "fbd9a9b0-74b8-4e93-a75e-1760e1a4a4e1",
"ivd_price": "400.00",
"ivd_qty": "1.0000",
"ivd_close_flag": "0",
"ivd_prc_key": "a7b234e0-c9b4-42e7-84b3-031e60d20eb5",
"ivd_prc_prd_key": "4611ec21-2547-4b97-a8db-f475ab033ff3",
"ivd_amount_cp": "400.00",
"ivd_parity": "1",
"ivd_cst_ship_key": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"ivd_prc_prd_ptp_key": "64b77fb4-da34-4034-ada8-f1da796d8720",
"ivd_cxa_key": "58f2971c-4d05-4e5a-bfcb-b4ca3b761179",
"ivd_type": "Product",
"ivd_cst_key": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"ivd_createorder_flag": "0",
"ivd_lineamount": "400.00",
"ivd_lineamount_no_discount": "400.00",
"ivd_createinvoice_flag": "1",
"ivd_linebalance": "0.00",
"ivd_net_amount_due": "400.00",
"ivd_payamount": "400.00",
"ivd_disable_quantity": "1",
"ivd_subtotal": "400.00",
"ivd_discountamount": "0.00",
"ivd_total": "400.00",
"ivd_applied_payment": "400.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": "400.00",
"ivd_netpayment": "400.00",
"ivd_payment_to_apply": "400.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": "400.00",
"ivd_previous_netpayment": "0.00",
"ivd_total_to_apply": "400.00",
"ivd_netbalance": "0.00",
"ivd_netunpaidbalance": "400.00",
"ivd_price_aggregated": "400.00",
"ivd_discountamount_aggregated": "0.00",
"ivd_tax_aggregated": "0.00",
"ivd_shipping_aggregated": "0.00",
"ivd_nettotal_aggregated": "400.00",
"ivd_netunpaidbalance_aggregated": "400.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": "fbd9a9b0-74b8-4e93-a75e-1760e1a4a4e1",
"ivd_formkey": "3d466e13-a42e-427d-bdfe-ffc8cf188788",
"ivd_parentdataobject": "Invoice Detail",
"ivd_reg_key": "d7bda912-ffbf-48fa-9f03-209eec1d467a",
"ivd_addl_info": "Haleema",
"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": "a7b234e0-c9b4-42e7-84b3-031e60d20eb5",
"prc_prd_key": "4611ec21-2547-4b97-a8db-f475ab033ff3",
"prc_price": "400.00",
"prc_add_user": "user",
"prc_add_date": "2020-01-22T16:23:07-05:00",
"prc_change_user": "user",
"prc_change_date": "2020-01-22T16:29:09-05:00",
"prc_delete_flag": "0",
"prc_key_ext": "a7b234e0-c9b4-42e7-84b3-031e60d20eb5",
"prc_gla_ar_key": "5e44d950-b8d8-43a1-b762-f54c81374c4e",
"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": "Institute 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": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"cst_type": "Individual",
"cst_name_cp": "Ms. Haleema Mohammed",
"cst_sort_name_dn": "Mohammed Haleema",
"cst_ind_full_name_dn": "Ms. Haleema Mohammed",
"cst_org_name_dn": "Broward County Sheriff's Office",
"cst_ixo_title_dn": "Purchasing Agent I",
"cst_add_date": "2009-03-03T09:05:00-05:00",
"cst_add_user": "Conversion",
"cst_change_date": "2018-07-23T17:12:00-04:00",
"cst_change_user": "GS_eml_flag_update",
"cst_delete_flag": "0",
"cst_recno": "39026",
"cst_id": "000039026I",
"cst_key_ext": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"cst_email_text_only": "0",
"cst_tax_exempt_flag": "0",
"cst_cxa_key": "58f2971c-4d05-4e5a-bfcb-b4ca3b761179",
"cst_no_email_flag": "0",
"cst_eml_address_dn": "zzhaleema_mohammed@sheriff.orgzz",
"cst_eml_key": "44dc4620-21a4-45ac-9b70-0c0765ce4c63",
"cst_no_phone_flag": "0",
"cst_phn_number_complete_dn": "(954)831-8170",
"cst_cph_key": "d09b4f37-6500-46c7-9b1c-9592336fa567",
"cst_no_fax_flag": "0",
"cst_fax_number_complete_dn": "(954)765-4006",
"cst_cfx_key": "4f0f6d66-b633-4d31-99ee-66ae11c8bce3",
"cst_ixo_key": "c47ec19b-e5c9-42e8-91ae-7da17a321dd6",
"cst_no_web_flag": "0",
"cst_oldid": "28237",
"cst_member_flag": "0",
"cst_no_msg_flag": "0",
"cst_web_password": "d138f04ec716a21acc2ae19ddc78bc",
"cst_no_mail_flag": "0",
"cst_web_start_date": "2009-03-03T00:00:00-05:00",
"cst_web_force_password_change": "0",
"cst_web_login_disabled_flag": "0",
"cst_credit_hold_flag": "0",
"cst_web_forgot_password_status": "0",
"cst_last_email_date": "2010-05-04T00:00:00-04:00",
"cst_no_publish_flag": "0",
"cst_exclude_from_social_flag": "0"
},
"SoldToCustomer": {
"cs2__cst_key": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"cs2__cst_type": "Individual",
"cs2__cst_name_cp": "Ms. Haleema Mohammed",
"cs2__cst_sort_name_dn": "Mohammed Haleema",
"cs2__cst_ind_full_name_dn": "Ms. Haleema Mohammed",
"cs2__cst_org_name_dn": "Broward County Sheriff's Office",
"cs2__cst_ixo_title_dn": "Purchasing Agent I",
"cs2__cst_add_date": "2009-03-03T09:05:00-05:00",
"cs2__cst_add_user": "Conversion",
"cs2__cst_change_date": "2018-07-23T17:12:00-04:00",
"cs2__cst_change_user": "GS_eml_flag_update",
"cs2__cst_delete_flag": "0",
"cs2__cst_recno": "39026",
"cs2__cst_id": "000039026I",
"cs2__cst_key_ext": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"cs2__cst_email_text_only": "0",
"cs2__cst_tax_exempt_flag": "0",
"cs2__cst_cxa_key": "58f2971c-4d05-4e5a-bfcb-b4ca3b761179",
"cs2__cst_no_email_flag": "0",
"cs2__cst_eml_address_dn": "zzhaleema_mohammed@sheriff.orgzz",
"cs2__cst_eml_key": "44dc4620-21a4-45ac-9b70-0c0765ce4c63",
"cs2__cst_no_phone_flag": "0",
"cs2__cst_phn_number_complete_dn": "(954)831-8170",
"cs2__cst_cph_key": "d09b4f37-6500-46c7-9b1c-9592336fa567",
"cs2__cst_no_fax_flag": "0",
"cs2__cst_fax_number_complete_dn": "(954)765-4006",
"cs2__cst_cfx_key": "4f0f6d66-b633-4d31-99ee-66ae11c8bce3",
"cs2__cst_ixo_key": "c47ec19b-e5c9-42e8-91ae-7da17a321dd6",
"cs2__cst_no_web_flag": "0",
"cs2__cst_oldid": "28237",
"cs2__cst_member_flag": "0",
"cs2__cst_no_msg_flag": "0",
"cs2__cst_web_password": "d138f04ec716a21acc2ae19ddc78bc",
"cs2__cst_no_mail_flag": "0",
"cs2__cst_web_start_date": "2009-03-03T00:00:00-05:00",
"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_last_email_date": "2010-05-04T00:00:00-04:00",
"cs2__cst_no_publish_flag": "0",
"cs2__cst_exclude_from_social_flag": "0"
},
"Shipping_Address": {
"cxa_cst_key": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"cxa_adr_key": "92988d94-3096-4bf2-99fc-6cc968e52e4b",
"cxa_add_date": "2009-03-03T10:25:00-05:00",
"cxa_add_user": "Conversion",
"cxa_change_date": "2009-04-28T20:12:00-04:00",
"cxa_change_user": "LRiegelman",
"cxa_delete_flag": "0",
"cxa_key": "58f2971c-4d05-4e5a-bfcb-b4ca3b761179",
"cxa_key_ext": "58f2971c-4d05-4e5a-bfcb-b4ca3b761179",
"cxa_on_hold_flag": "0",
"cxa_adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"cxa_mailing_label": "Ms. Haleema Mohammed Purchasing Agent I Broward County Sheriff's Office 2601 W. Broward Blvd Fort Lauderdale, FL 33312-1308",
"cxa_mailing_label_html": "Ms. Haleema Mohammed<br>Purchasing Agent I<br>Broward County Sheriff's Office<br>2601 W. Broward Blvd<br>Fort Lauderdale, FL 33312-1308"
},
"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": null,
"Group_RegistrantionCollection": {
"EventsRegistrantGroup": {
"Group_Registration": {
"egp_key": "1cd70d32-7f30-46e0-acdd-dc3130850434",
"egp_evt_key": "f7f1bd26-2545-40cc-baa8-3fe87635230e",
"egp_key_ext": "1cd70d32-7f30-46e0-acdd-dc3130850434",
"egp_registration_date": "2020-04-28T00:00:00-04:00",
"egp_number_of_registrants": "0"
},
"Organization": {
"org_consortia_flag": "0",
"org_select_flag": "0"
},
"Customer": null,
"Individual_X_Organization": {
"ixo_primary": "0",
"ixo_owner": "0"
},
"Individual": null,
"Address": {
"adr_state": "NULL",
"adr_country": "UNITED STATES"
},
"Address_XRef": {
"cxa_primary": "0",
"cxa_owner": "0",
"cxa_billing": "0",
"cxa_create_change_log": "0"
},
"Email": {
"eml_type": "business",
"eml_primary": "0"
},
"Website": {
"url_type": "internet",
"url_primary": "0"
},
"Messaging": {
"msg_primary": "0"
},
"Phone": {
"phn_cty_key": "bc4b70f8-280e-4bb0-b935-9f728c50e183"
},
"Phone_XRef": {
"cph_pht_key": "88ff5661-2d14-4bdf-be4c-906c3bff7ef7",
"cph_primary": "0",
"cph_owner": "0"
},
"Fax": {
"fax_cty_key": "bc4b70f8-280e-4bb0-b935-9f728c50e183"
},
"Fax_XRef": {
"cfx_fxt_key": "6b632577-c4ef-42ac-ae19-6dfe0ddece4b",
"cfx_primary": "0",
"cfx_owner": "0"
},
"Event": {
"evt_key": "f7f1bd26-2545-40cc-baa8-3fe87635230e",
"evt_code": "S",
"evt_etp_key": "bfbfd195-5f06-43e9-80b8-99b97fecdd56",
"evt_title": "CPPB Prep 092220 Wilsonville, OR",
"evt_capacity": "24",
"evt_wait_list_flag": "0",
"evt_registration_required": "1",
"evt_restricted": "0",
"evt_short_description": "CPPB Prep 09/22/20 Wilsonville, OR",
"evt_description_html": "<p>In an effort to prepare candidates for the computer-based CPPB exam containing 175 questions, this course provides a review that addresses key information on topics identified in the UPPCC Body of Knowledge. Considered as a tool to help the student in assessing their own strengths and weaknesses, as they relate to the subject matter, this course is only a part of the candidates overall study plan for preparation. Participation in this class does not guarantee success on the examination. </p> <p><a href=\"http://www.Client.org/grow-professionally/education/catalog-courses/cppb-prep\">Course Description</a></p>",
"evt_start_date": "2020-09-22T00:00:00-04:00",
"evt_start_time": "8:00 AM",
"evt_end_date": "2020-09-23T00:00:00-04:00",
"evt_end_time": "5:00 PM",
"evt_early_registration_date": "2020-07-24T00:00:00-04:00",
"evt_late_registration_date": "2020-09-08T00:00:00-04:00",
"evt_cutoff_date": "2020-08-23T00:00:00-04:00",
"evt_post_to_web_date": "2020-01-22T00:00:00-05:00",
"evt_remove_from_web_date": "2020-09-23T00:00:00-04:00",
"evt_add_user": "user",
"evt_add_date": "2020-01-22T16:23:07-05:00",
"evt_change_user": "user",
"evt_change_date": "2020-01-22T17:25:53-05:00",
"evt_delete_flag": "0",
"evt_key_ext": "f7f1bd26-2545-40cc-baa8-3fe87635230e",
"evt_cct_key": "c32616d1-4376-4e7a-ace6-ed1626c8cd80",
"evt_tzn_key": "2946213c-fd4b-49ff-9522-5e39a34cf2b8",
"evt_etc_key": "9b760920-c9ac-45ed-b63f-36a92e6d8fc5",
"evt_abstract_flag": "0",
"evt_closed_flag": "0",
"evt_free_event_flag": "0",
"evt_regid_counter": "34",
"evt_free_guest_flag": "0",
"evt_charity_event_flag": "0",
"evt_activity_type_ext": "Chapter- LEAP Advanced",
"evt_contact_hours_ext": "15.00",
"evt_firsttimer_fullconf_flag_ext": "0",
"evt_firsttimer_confonly_flag_ext": "0",
"evt_n18_key_ext": "b15a09b5-e73b-40ab-b620-358dccb2553b",
"evt_accreditation_ext": "Non-Accredited",
"evt_reg_payment_info_html_ext": "<h2>Course Fees / Pre-Registration Required</h2> <p><strong>Standard pricing:</strong></p> <p>Institute Members - $425 **<br /> Non-Members - $525 **</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_Registered_guest_count": "0",
"evt_waitList_guest_count": "0",
"evt_payables_batch_suffix": "BATCH"
},
"Event_Location_Room_Type": null,
"Room_Request": null,
"Invoice": {
"inv_print_count": "0",
"inv_ship_priority": "3",
"inv_AutoRefund": "0",
"inv_eweb_credit_available": "0.00",
"inv_eweb_apply_credit_amount": "0.00",
"inv_total": "400.00",
"inv_amount": "0.00",
"inv_balance": "0.00",
"inv_payment_to_apply_distributed": "0.00",
"inv_close_opportunity": "0",
"inv_credit_to_apply_distributed": "0.00",
"inv_distributable_credit_total": "0.00",
"inv_distributable_credit_balance": "0.00",
"inv_paid_by_liability_balance": "0.00",
"inv_nettotal": "0.00",
"inv_netpayment": "0.00",
"inv_credit_to_apply": "0.00",
"inv_netbalance": "0.00",
"inv_netcredit": "0.00",
"inv_netunpaidbalance": "0.00",
"inv_netwriteoff": "0.00",
"inv_writeoff_to_apply": "0.00",
"inv_netreturn": "0.00",
"inv_return_to_apply": "0.00",
"inv_netapplied": "0.00",
"inv_previous_netapplied": "0.00",
"inv_previous_netpayment": "0.00",
"inv_total_to_apply": "0.00",
"inv_allow_payment_with_frozen_payment_method": "0",
"inv_select_all": "0",
"inv_details_html": "<table cellspacing=1 cellpadding=1><tr><td><br><span>Mohammed Haleema<span><br><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;'>Institute Member: Early</td><td style='text-align: right;'>400.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;'>400.00</td><td style='text-align: right;'>400.00</td><td style='text-align: right;'>0.00</td></tr> </table></td></tr></table>",
"inv_details_text": "Quantity Item Price Discount Taxes Shipping Sub-Total Paid Balance 1.0000 Institute Member: Early 400.00 0.00 0.00 0.00 400.00 400.00 0.00 ",
"inv_autoapply": "0",
"inv_autoapplypayment": "0",
"inv_installment_flag": "0",
"inv_coe_flag": "0",
"inv_shippable_total": "0.00",
"inv_unapplied_shipping_total": "0.00",
"inv_shippable_items_flag": "0",
"inv_autoapplycredit": "0",
"inv_bill_me": "0",
"inv_HasNewLineItems": "0",
"inv_HasOldLineItems": "0",
"inv_total_weight": "0.00",
"inv_discount": "0.00",
"inv_shipping": "0.00",
"inv_tax": "0.00"
},
"Payment": null,
"Payment_Info": {
"pin_hosted_page_available": "0",
"pin_mobile_app_available": "0",
"pin_hosted_payment": "0",
"pin_isvault": "0",
"pin_tax_amt": "0.00",
"pin_billing_info_required_for_ach_flag": "0",
"pin_allow_online_payment_flag": "0",
"pin_preferred_flag": "0"
},
"Payment_Method": null,
"source_code": null,
"Registrant": {
"reg_attendance_flag": "1",
"reg_adr_state": "NULL",
"reg_adr_country": "UNITED STATES",
"reg_registration_date": "2020-04-28T00:00:00-04:00"
},
"RegistrantCollection": {
"EventsRegistrant": {
"Registrant": {
"reg_key": "d7bda912-ffbf-48fa-9f03-209eec1d467a",
"reg_cst_key": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"reg_evt_key": "f7f1bd26-2545-40cc-baa8-3fe87635230e",
"reg_badge_name": "Haleema",
"reg_cxa_key": "58f2971c-4d05-4e5a-bfcb-b4ca3b761179",
"reg_cph_key": "d09b4f37-6500-46c7-9b1c-9592336fa567",
"reg_eml_key": "44dc4620-21a4-45ac-9b70-0c0765ce4c63",
"reg_cfx_key": "4f0f6d66-b633-4d31-99ee-66ae11c8bce3",
"reg_attendance_flag": "1",
"reg_ivd_key": "fbd9a9b0-74b8-4e93-a75e-1760e1a4a4e1",
"reg_org_name_dn": "Broward County Sheriff's Office",
"reg_adr_city": "Fort Lauderdale",
"reg_key_ext": "d7bda912-ffbf-48fa-9f03-209eec1d467a",
"reg_adr_state": "FL",
"reg_adr_country": "UNITED STATES",
"reg_ixo_title_dn": "Purchasing Agent I",
"reg_ixo_key": "c47ec19b-e5c9-42e8-91ae-7da17a321dd6",
"reg_registration_date": "2020-04-28T00:00:00-04:00",
"reg_prod_qty": "0.00",
"reg_evt_guests_available": "9999"
},
"Individual": {
"ind_cst_key": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"ind_prf_code": "Ms.",
"ind_first_name": "Haleema",
"ind_last_name": "Mohammed",
"ind_gender": "Female",
"ind_full_name_cp": "Ms. Haleema Mohammed",
"ind_salutation_cp": "Ms. Mohammed",
"ind_cst_key_ext": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"ind_badge_name": "Haleema",
"ind_deceased_flag": "0",
"ind_add_date": "2009-03-03T09:18:00-05:00",
"ind_add_user": "Conversion",
"ind_delete_flag": "0",
"ind_department_ext": "Purchasing"
},
"Customer": {
"cst_key": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"cst_type": "Individual",
"cst_name_cp": "Ms. Haleema Mohammed",
"cst_sort_name_dn": "Mohammed Haleema",
"cst_ind_full_name_dn": "Ms. Haleema Mohammed",
"cst_org_name_dn": "Broward County Sheriff's Office",
"cst_ixo_title_dn": "Purchasing Agent I",
"cst_add_date": "2009-03-03T09:05:00-05:00",
"cst_add_user": "Conversion",
"cst_change_date": "2018-07-23T17:12:00-04:00",
"cst_change_user": "GS_eml_flag_update",
"cst_delete_flag": "0",
"cst_recno": "39026",
"cst_id": "000039026I",
"cst_key_ext": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"cst_email_text_only": "0",
"cst_tax_exempt_flag": "0",
"cst_cxa_key": "58f2971c-4d05-4e5a-bfcb-b4ca3b761179",
"cst_no_email_flag": "0",
"cst_eml_address_dn": "zzhaleema_mohammed@sheriff.orgzz",
"cst_eml_key": "44dc4620-21a4-45ac-9b70-0c0765ce4c63",
"cst_no_phone_flag": "0",
"cst_phn_number_complete_dn": "(954)831-8170",
"cst_cph_key": "d09b4f37-6500-46c7-9b1c-9592336fa567",
"cst_no_fax_flag": "0",
"cst_fax_number_complete_dn": "(954)765-4006",
"cst_cfx_key": "4f0f6d66-b633-4d31-99ee-66ae11c8bce3",
"cst_ixo_key": "c47ec19b-e5c9-42e8-91ae-7da17a321dd6",
"cst_no_web_flag": "0",
"cst_oldid": "28237",
"cst_member_flag": "0",
"cst_no_msg_flag": "0",
"cst_web_password": "d138f04ec716a21acc2ae19ddc78bc",
"cst_no_mail_flag": "0",
"cst_web_start_date": "2009-03-03T00:00:00-05:00",
"cst_web_force_password_change": "0",
"cst_web_login_disabled_flag": "0",
"cst_credit_hold_flag": "0",
"cst_web_forgot_password_status": "0",
"cst_last_email_date": "2010-05-04T00:00:00-04:00",
"cst_no_publish_flag": "0",
"cst_exclude_from_social_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_key": "c47ec19b-e5c9-42e8-91ae-7da17a321dd6",
"ixo_rlt_code": "Supplemental",
"ixo_title": "Purchasing Agent I",
"ixo_start_date": "2000-06-27T00:00:00-04:00",
"ixo_ind_cst_key": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"ixo_org_cst_key": "f660e3de-9e5c-4ef7-9c8a-220b902301e9",
"ixo_add_date": "2009-03-03T10:12:00-05:00",
"ixo_add_user": "Conversion",
"ixo_rlt_key": "708073fe-abd6-459d-bcbb-7248e7d7a277",
"ixo_delete_flag": "0",
"ixo_key_ext": "c47ec19b-e5c9-42e8-91ae-7da17a321dd6",
"ixo_void_flag": "0",
"ixo_primary": "1",
"ixo_owner": "0"
},
"Organization": {
"org_consortia_flag": "0",
"org_cst_key": "f660e3de-9e5c-4ef7-9c8a-220b902301e9",
"org_name": "Broward County Sheriff's Office",
"org_ogt_code": "County/Region",
"org_cst_key_ext": "f660e3de-9e5c-4ef7-9c8a-220b902301e9",
"org_acronym": "BSO",
"org_ind_cst_key": "d7dcb58c-d3ac-444b-87dc-b212d7b884dd",
"org_num_employee": "4100",
"org_add_date": "2009-03-02T19:16:00-05:00",
"org_nonprofit_flag": "0",
"org_add_user": "Conversion",
"org_ineligible_flag_ext": "0",
"org_change_date": "2020-01-09T09:54:07-05:00",
"org_number_staff_purchasing_ext": "3) 4-7",
"org_change_user": "user",
"org_fiscal_year_ext": "October",
"org_delete_flag": "0",
"org_population_served_ext": "1490000",
"org_purchasing_volume_ext": "50000000.00",
"org_mou_flag_ext": "0",
"org_oa4_number_ext": "73",
"org_measure_subscriber_ext": "0"
},
"Address_XRef": {
"cxa_cst_key": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"cxa_adr_key": "92988d94-3096-4bf2-99fc-6cc968e52e4b",
"cxa_add_date": "2009-03-03T10:25:00-05:00",
"cxa_add_user": "Conversion",
"cxa_change_date": "2009-04-28T20:12:00-04:00",
"cxa_change_user": "LRiegelman",
"cxa_delete_flag": "0",
"cxa_key": "58f2971c-4d05-4e5a-bfcb-b4ca3b761179",
"cxa_key_ext": "58f2971c-4d05-4e5a-bfcb-b4ca3b761179",
"cxa_on_hold_flag": "0",
"cxa_adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"cxa_mailing_label": "Ms. Haleema Mohammed Purchasing Agent I Broward County Sheriff's Office 2601 W. Broward Blvd Fort Lauderdale, FL 33312-1308",
"cxa_mailing_label_html": "Ms. Haleema Mohammed<br>Purchasing Agent I<br>Broward County Sheriff's Office<br>2601 W. Broward Blvd<br>Fort Lauderdale, FL 33312-1308",
"cxa_primary": "1",
"cxa_owner": "1",
"cxa_billing": "0",
"cxa_create_change_log": "0"
},
"Address": {
"adr_key": "92988d94-3096-4bf2-99fc-6cc968e52e4b",
"adr_cst_key_owner": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"adr_line1": "2601 W. Broward Blvd",
"adr_city": "Fort Lauderdale",
"adr_state": "FL",
"adr_post_code": "33312-1308",
"adr_city_state_code": "Fort Lauderdale, FL 33312-1308",
"adr_country": "UNITED STATES",
"adr_county": "BROWARD",
"adr_cong_dist": "23",
"adr_mailing_label": "2601 W. Broward Blvd Fort Lauderdale, FL 33312-1308 ",
"adr_mailing_label_html": "2601 W. Broward Blvd<br>Fort Lauderdale, FL 33312-1308<br>",
"adr_add_date": "2009-03-02T19:17:56-05:00",
"adr_add_user": "Conversion",
"adr_delete_flag": "0",
"adr_key_ext": "92988d94-3096-4bf2-99fc-6cc968e52e4b",
"adr_bad_address_flag": "0",
"adr_no_validation_flag": "0"
},
"Email": {
"eml_key": "44dc4620-21a4-45ac-9b70-0c0765ce4c63",
"eml_address": "zzhaleema_mohammed@sheriff.orgzz",
"eml_cst_key": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"eml_type": "Business",
"eml_add_user": "Conversion",
"eml_add_date": "2009-03-03T10:45:54-05:00",
"eml_delete_flag": "0",
"eml_key_ext": "44dc4620-21a4-45ac-9b70-0c0765ce4c63",
"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_key": "d09b4f37-6500-46c7-9b1c-9592336fa567",
"cph_cst_key": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"cph_phn_key": "dac26a37-5d74-4095-8c73-0feee36208f3",
"cph_pht_key": "f8676b1c-d8eb-4ffa-a063-c5c423031445",
"cph_add_user": "Conversion",
"cph_add_date": "2009-03-03T10:33:58-05:00",
"cph_delete_flag": "0",
"cph_key_ext": "d09b4f37-6500-46c7-9b1c-9592336fa567",
"cph_unlisted_flag": "0",
"cph_phn_number_complete": "(954)831-8170",
"cph_primary": "1",
"cph_owner": "1"
},
"Phone": {
"phn_key": "dac26a37-5d74-4095-8c73-0feee36208f3",
"phn_cst_key_owner": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"phn_number": "9548318170",
"phn_number_display": "(954)831-8170",
"phn_cty_key": "bc4b70f8-280e-4bb0-b935-9f728c50e183",
"phn_add_user": "Conversion",
"phn_add_date": "2009-03-02T19:23:36-05:00",
"phn_delete_flag": "0",
"phn_key_ext": "dac26a37-5d74-4095-8c73-0feee36208f3"
},
"Fax_XRef": {
"cfx_key": "4f0f6d66-b633-4d31-99ee-66ae11c8bce3",
"cfx_cst_key": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"cfx_fax_key": "38d8c70c-31ec-4d25-82df-a0ac83b7fde3",
"cfx_fxt_key": "1e583faf-f85b-4df0-b9c1-fd4b696560b9",
"cfx_add_user": "Conversion",
"cfx_add_date": "2009-03-03T10:40:46-05:00",
"cfx_delete_flag": "0",
"cfx_key_ext": "4f0f6d66-b633-4d31-99ee-66ae11c8bce3",
"cfx_unlisted_flag": "0",
"cfx_fax_number_complete": "(954)765-4006",
"cfx_primary": "1",
"cfx_owner": "1"
},
"Fax": {
"fax_key": "38d8c70c-31ec-4d25-82df-a0ac83b7fde3",
"fax_cst_key_owner": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"fax_number": "9547654006",
"fax_number_display": "(954)765-4006",
"fax_cty_key": "bc4b70f8-280e-4bb0-b935-9f728c50e183",
"fax_add_user": "Conversion",
"fax_add_date": "2009-03-02T19:27:12-05:00",
"fax_delete_flag": "0",
"fax_key_ext": "38d8c70c-31ec-4d25-82df-a0ac83b7fde3"
},
"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": "400.00",
"inv_amount": "400.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": "400.00",
"inv_nettotal": "400.00",
"inv_netpayment": "400.00",
"inv_credit_to_apply": "0.00",
"inv_netbalance": "0.00",
"inv_netcredit": "0.00",
"inv_net_amount_due": "400.00",
"inv_netunpaidbalance": "400.00",
"inv_netwriteoff": "0.00",
"inv_writeoff_to_apply": "0.00",
"inv_netreturn": "0.00",
"inv_return_to_apply": "0.00",
"inv_netapplied": "400.00",
"inv_previous_netapplied": "0.00",
"inv_previous_netpayment": "0.00",
"inv_total_to_apply": "400.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;'>Institute Member: Early</td><td style='text-align: right;'>400.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;'>400.00</td><td style='text-align: right;'>400.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 Institute Member: Early 400.00 0.00 0.00 0.00 400.00 400.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;'>Mohammed Haleema</td><td style='text-align: right;'>1.0000</td><td style='text-align: right;'>Institute Member: Early</td><td style='text-align: right;'>400.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;'>400.00</td><td style='text-align: right;'>400.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_egp_key": "1cd70d32-7f30-46e0-acdd-dc3130850434",
"ivd_qty_previous": "1.00",
"ivd_key": "fbd9a9b0-74b8-4e93-a75e-1760e1a4a4e1",
"ivd_price": "400.00",
"ivd_qty": "1.0000",
"ivd_close_flag": "0",
"ivd_prc_key": "a7b234e0-c9b4-42e7-84b3-031e60d20eb5",
"ivd_prc_prd_key": "4611ec21-2547-4b97-a8db-f475ab033ff3",
"ivd_amount_cp": "400.00",
"ivd_parity": "1",
"ivd_cst_ship_key": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"ivd_prc_prd_ptp_key": "64b77fb4-da34-4034-ada8-f1da796d8720",
"ivd_cxa_key": "58f2971c-4d05-4e5a-bfcb-b4ca3b761179",
"ivd_type": "Product",
"ivd_cst_key": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"ivd_createorder_flag": "0",
"ivd_lineamount": "400.00",
"ivd_lineamount_no_discount": "400.00",
"ivd_createinvoice_flag": "1",
"ivd_linebalance": "0.00",
"ivd_net_amount_due": "400.00",
"ivd_payamount": "400.00",
"ivd_disable_quantity": "1",
"ivd_subtotal": "400.00",
"ivd_discountamount": "0.00",
"ivd_total": "400.00",
"ivd_applied_payment": "400.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": "400.00",
"ivd_netpayment": "400.00",
"ivd_payment_to_apply": "400.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": "400.00",
"ivd_previous_netpayment": "0.00",
"ivd_total_to_apply": "400.00",
"ivd_netbalance": "0.00",
"ivd_netunpaidbalance": "400.00",
"ivd_price_aggregated": "400.00",
"ivd_discountamount_aggregated": "0.00",
"ivd_tax_aggregated": "0.00",
"ivd_shipping_aggregated": "0.00",
"ivd_nettotal_aggregated": "400.00",
"ivd_netunpaidbalance_aggregated": "400.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": "fbd9a9b0-74b8-4e93-a75e-1760e1a4a4e1",
"ivd_formkey": "3d466e13-a42e-427d-bdfe-ffc8cf188788",
"ivd_parentdataobject": "Invoice Detail",
"ivd_reg_key": "d7bda912-ffbf-48fa-9f03-209eec1d467a",
"ivd_addl_info": "Haleema",
"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": "a7b234e0-c9b4-42e7-84b3-031e60d20eb5",
"prc_prd_key": "4611ec21-2547-4b97-a8db-f475ab033ff3",
"prc_price": "400.00",
"prc_add_user": "user",
"prc_add_date": "2020-01-22T16:23:07-05:00",
"prc_change_user": "user",
"prc_change_date": "2020-01-22T16:29:09-05:00",
"prc_delete_flag": "0",
"prc_key_ext": "a7b234e0-c9b4-42e7-84b3-031e60d20eb5",
"prc_gla_ar_key": "5e44d950-b8d8-43a1-b762-f54c81374c4e",
"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": "Institute 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": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"cst_type": "Individual",
"cst_name_cp": "Ms. Haleema Mohammed",
"cst_sort_name_dn": "Mohammed Haleema",
"cst_ind_full_name_dn": "Ms. Haleema Mohammed",
"cst_org_name_dn": "Broward County Sheriff's Office",
"cst_ixo_title_dn": "Purchasing Agent I",
"cst_add_date": "2009-03-03T09:05:00-05:00",
"cst_add_user": "Conversion",
"cst_change_date": "2018-07-23T17:12:00-04:00",
"cst_change_user": "GS_eml_flag_update",
"cst_delete_flag": "0",
"cst_recno": "39026",
"cst_id": "000039026I",
"cst_key_ext": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"cst_email_text_only": "0",
"cst_tax_exempt_flag": "0",
"cst_cxa_key": "58f2971c-4d05-4e5a-bfcb-b4ca3b761179",
"cst_no_email_flag": "0",
"cst_eml_address_dn": "zzhaleema_mohammed@sheriff.orgzz",
"cst_eml_key": "44dc4620-21a4-45ac-9b70-0c0765ce4c63",
"cst_no_phone_flag": "0",
"cst_phn_number_complete_dn": "(954)831-8170",
"cst_cph_key": "d09b4f37-6500-46c7-9b1c-9592336fa567",
"cst_no_fax_flag": "0",
"cst_fax_number_complete_dn": "(954)765-4006",
"cst_cfx_key": "4f0f6d66-b633-4d31-99ee-66ae11c8bce3",
"cst_ixo_key": "c47ec19b-e5c9-42e8-91ae-7da17a321dd6",
"cst_no_web_flag": "0",
"cst_oldid": "28237",
"cst_member_flag": "0",
"cst_no_msg_flag": "0",
"cst_web_password": "d138f04ec716a21acc2ae19ddc78bc",
"cst_no_mail_flag": "0",
"cst_web_start_date": "2009-03-03T00:00:00-05:00",
"cst_web_force_password_change": "0",
"cst_web_login_disabled_flag": "0",
"cst_credit_hold_flag": "0",
"cst_web_forgot_password_status": "0",
"cst_last_email_date": "2010-05-04T00:00:00-04:00",
"cst_no_publish_flag": "0",
"cst_exclude_from_social_flag": "0"
},
"SoldToCustomer": {
"cs2__cst_key": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"cs2__cst_type": "Individual",
"cs2__cst_name_cp": "Ms. Haleema Mohammed",
"cs2__cst_sort_name_dn": "Mohammed Haleema",
"cs2__cst_ind_full_name_dn": "Ms. Haleema Mohammed",
"cs2__cst_org_name_dn": "Broward County Sheriff's Office",
"cs2__cst_ixo_title_dn": "Purchasing Agent I",
"cs2__cst_add_date": "2009-03-03T09:05:00-05:00",
"cs2__cst_add_user": "Conversion",
"cs2__cst_change_date": "2018-07-23T17:12:00-04:00",
"cs2__cst_change_user": "GS_eml_flag_update",
"cs2__cst_delete_flag": "0",
"cs2__cst_recno": "39026",
"cs2__cst_id": "000039026I",
"cs2__cst_key_ext": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"cs2__cst_email_text_only": "0",
"cs2__cst_tax_exempt_flag": "0",
"cs2__cst_cxa_key": "58f2971c-4d05-4e5a-bfcb-b4ca3b761179",
"cs2__cst_no_email_flag": "0",
"cs2__cst_eml_address_dn": "zzhaleema_mohammed@sheriff.orgzz",
"cs2__cst_eml_key": "44dc4620-21a4-45ac-9b70-0c0765ce4c63",
"cs2__cst_no_phone_flag": "0",
"cs2__cst_phn_number_complete_dn": "(954)831-8170",
"cs2__cst_cph_key": "d09b4f37-6500-46c7-9b1c-9592336fa567",
"cs2__cst_no_fax_flag": "0",
"cs2__cst_fax_number_complete_dn": "(954)765-4006",
"cs2__cst_cfx_key": "4f0f6d66-b633-4d31-99ee-66ae11c8bce3",
"cs2__cst_ixo_key": "c47ec19b-e5c9-42e8-91ae-7da17a321dd6",
"cs2__cst_no_web_flag": "0",
"cs2__cst_oldid": "28237",
"cs2__cst_member_flag": "0",
"cs2__cst_no_msg_flag": "0",
"cs2__cst_web_password": "d138f04ec716a21acc2ae19ddc78bc",
"cs2__cst_no_mail_flag": "0",
"cs2__cst_web_start_date": "2009-03-03T00:00:00-05:00",
"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_last_email_date": "2010-05-04T00:00:00-04:00",
"cs2__cst_no_publish_flag": "0",
"cs2__cst_exclude_from_social_flag": "0"
},
"Shipping_Address": {
"cxa_cst_key": "fa800f66-fef3-4cb5-ae6b-00a91ca6ddd3",
"cxa_adr_key": "92988d94-3096-4bf2-99fc-6cc968e52e4b",
"cxa_add_date": "2009-03-03T10:25:00-05:00",
"cxa_add_user": "Conversion",
"cxa_change_date": "2009-04-28T20:12:00-04:00",
"cxa_change_user": "LRiegelman",
"cxa_delete_flag": "0",
"cxa_key": "58f2971c-4d05-4e5a-bfcb-b4ca3b761179",
"cxa_key_ext": "58f2971c-4d05-4e5a-bfcb-b4ca3b761179",
"cxa_on_hold_flag": "0",
"cxa_adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"cxa_mailing_label": "Ms. Haleema Mohammed Purchasing Agent I Broward County Sheriff's Office 2601 W. Broward Blvd Fort Lauderdale, FL 33312-1308",
"cxa_mailing_label_html": "Ms. Haleema Mohammed<br>Purchasing Agent I<br>Broward County Sheriff's Office<br>2601 W. Broward Blvd<br>Fort Lauderdale, FL 33312-1308"
},
"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
}
}
}
},
"GiftCollection": null,
"InvoiceToPayCollection": null,
"ExhibitorCollection": null,
"Accreditation_ApplicantCollection": null
}
}