WEBCentralizedShoppingCartGiftFundraisingSetLineItems

Initial Build

2008.01

xWEB

Web Method

Response Type

object

This method is used to add and remove line items for a Fundraising Gift. This method should be called prior to adding the Gift object to Centralized Order Entry. If fees need to be added or removed after the Gift has been added to the cart, use WEBCentralizedShoppingCartGiftFundraisingSetLineItemsWithCart

In most cases, the donor will enter their donation amount, although he or she may be prompted by suggested amounts ($25, $50, $100, $250, etc.). If the amount the donor wants to give differs from the default amount, then your application needs to set this amount in the overrideamount property in the Fee of the FeeCollection that you pass as a parameter in this method.

Parameters

  • oFundraisingGift (Gift Object). The gift object for the gift being given.
  • oFeeCollection (FeeCollection). The fees to be added/removed for this gift.

Response

Gift (Gift Object). The provided gift object with the invoice details collection updated to match the fee collection. New invoice details will be created for fees to add and existing invoice details will be removed for fees to remove.

Sample Request

<<SAMPLE REQUEST>>

Sample Response

<<SAMPLE RESPONSE>>
   

JSON Method

POST /xWeb/JSON/WEBCentralizedShoppingCartGiftFundraisingSetLineItems

Copy
DATA: JSON
{
    "WEBCentralizedShoppingCartGiftFundraisingSetLineItems": {
        "oFundraisingGift":{{giftObjGiftPurchaseA}},
        "oFeeCollection": [
            {
                "prc_key":"{{prcKeyGiftPurchaseA}}",
                "action" : "0",
                "qty" : "1"
            }
        ]
    }
}

 

Copy
SAMPLE RESULT
HTTP STATUS: 200
DATA: JSON
{
    "FundraisingGiftType": {
        "Gift": {
            "gft_key": "1b1dc5cf-cca5-4aa4-b260-d17877ef16b7",
            "gft_apl_key": "b0d779a6-3217-4ade-bd60-259738052068",
            "gft_fun_key": "135dbf1b-c49e-478e-8bf9-50edb92db9ad",
            "gft_cmp_key": "ea4bab2e-795d-422b-8918-6d41b0a8c1da",
            "gft_gty_key": "e9d56ba2-cfcb-4977-85ff-29eaba0aeb2e",
            "gft_date": "2021-10-28T00:00:00+13:00",
            "gft_key_ext": "1b1dc5cf-cca5-4aa4-b260-d17877ef16b7",
            "gft_fpc_prd_key": "a02ecc6b-476c-4011-ab82-3733ab344b39",
            "gft_ivd_key": "a9ba8b48-fff3-4d81-b4ba-4b20367977ed",
            "gft_pck_key": "714c6326-0ef6-43b0-8e24-4917d50ab45c",
            "gft_recognition_customer_adr_country": "UNITED STATES",
            "gft_recognize_as": " Jerel  Douglas  ",
            "gft_dnr_cst_key": "b0ab3323-3976-42cc-9913-5192a134e94d",
            "gft_amount": "50.00",
            "gft_parentdataobject": "Invoice Detail",
            "gft_is_pledge_flag": "0",
            "gft_stock_high": "0.00",
            "gft_stock_low": "0.00"
        },
        "Constituent": {
            "dnr_cst_key": "b0ab3323-3976-42cc-9913-5192a134e94d",
            "dnr_ask_amount1": "0",
            "dnr_ask_amount2": "0",
            "dnr_ask_amount3": "0",
            "dnr_ask_amount4": "0",
            "dnr_ask_amount5": "0"
        },
        "Customer": {
            "cst_key": "b0ab3323-3976-42cc-9913-5192a134e94d",
            "cst_type": "Individual",
            "cst_name_cp": "Jerel Douglas",
            "cst_sort_name_dn": "Douglas Jerel",
            "cst_ind_full_name_dn": "Jerel Douglas",
            "cst_add_date": "2021-10-28T02:37:00+13:00",
            "cst_add_user": "phil.roberts",
            "cst_change_date": "2021-10-28T02:37:00+13:00",
            "cst_change_user": "phil.roberts",
            "cst_delete_flag": "0",
            "cst_recno": "6967",
            "cst_id": "000006967I",
            "cst_key_ext": "b0ab3323-3976-42cc-9913-5192a134e94d",
            "cst_email_text_only": "0",
            "cst_tax_exempt_flag": "0",
            "cst_no_email_flag": "0",
            "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_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": " Jerel  Douglas  ",
            "cst_default_recognize_as": " Jerel  Douglas  ",
            "cst_exclude_from_social_flag": "0",
            "cst_web_login_locked_flag": "0"
        },
        "Individual": null,
        "Ind_Business_Address_XRef": {
            "cxa_primary": "0",
            "cxa_owner": "0",
            "cxa_billing": "0",
            "cxa_create_change_log": "0"
        },
        "Ind_Business_Address": {
            "adr_state": "VA",
            "adr_country": "UNITED STATES"
        },
        "Ind_Business_Address_Country": null,
        "Ind_Business_Phone_XRef": {
            "cph_pht_key": "36cbefc2-d988-42dc-8618-6072a758af08",
            "cph_primary": "0",
            "cph_owner": "0"
        },
        "Ind_Business_Phone": {
            "phn_cty_key": "bc4b70f8-280e-4bb0-b935-9f728c50e183"
        },
        "Ind_Business_Phone_country": null,
        "Ind_Business_Fax_XRef": {
            "cfx_fxt_key": "aad2ad9a-961f-4a1f-b188-21dd063b5978",
            "cfx_primary": "0",
            "cfx_owner": "0"
        },
        "Ind_Business_Fax": {
            "fax_cty_key": "bc4b70f8-280e-4bb0-b935-9f728c50e183"
        },
        "Ind_Business_Fax_Country": null,
        "Ind_eMail": {
            "eml_type": "business",
            "eml_primary": "0"
        },
        "Ind_URL": {
            "url_type": "internet",
            "url_primary": "0"
        },
        "Ind_Messaging": {
            "msg_primary": "0"
        },
        "Organization": {
            "org_consortia_flag": "0",
            "org_select_flag": "0"
        },
        "Org_Business_Address_XRef": {
            "cx6__cxa_primary": "0",
            "cx6__cxa_owner": "0",
            "cx6__cxa_billing": "0",
            "cx6__cxa_create_change_log": "0"
        },
        "Org_Business_Address": {
            "ad6__adr_state": "VA",
            "ad6__adr_country": "UNITED STATES"
        },
        "Org_Business_Address_Country": null,
        "Org_Business_Phone_XRef": {
            "cp6__cph_pht_key": "36cbefc2-d988-42dc-8618-6072a758af08",
            "cp6__cph_primary": "0",
            "cp6__cph_owner": "0"
        },
        "Org_Business_Phone": {
            "ph6__phn_cty_key": "bc4b70f8-280e-4bb0-b935-9f728c50e183"
        },
        "Org_Business_Phone_country": null,
        "Org_Business_Fax_XRef": {
            "cf6__cfx_fxt_key": "aad2ad9a-961f-4a1f-b188-21dd063b5978",
            "cf6__cfx_primary": "0",
            "cf6__cfx_owner": "0"
        },
        "Org_Business_Fax": {
            "fa6__fax_cty_key": "bc4b70f8-280e-4bb0-b935-9f728c50e183"
        },
        "Org_Business_Fax_Country": null,
        "Org_eMail": {
            "em6__eml_type": "business",
            "em6__eml_primary": "0"
        },
        "Org_URL": {
            "ur6__url_type": "internet",
            "ur6__url_primary": "0"
        },
        "Org_Messaging": {
            "ms6__msg_primary": "0"
        },
        "Pledge": null,
        "Premium": null,
        "Product_Code": {
            "fpc_add_user": "SampleData",
            "fpc_add_date": "2020-02-02T00:00:00+13:00",
            "fpc_change_user": "FundsUpdateTask",
            "fpc_change_date": "2021-10-14T00:00:00+13:00",
            "fpc_delete_flag": "0",
            "fpc_prd_key": "a02ecc6b-476c-4011-ab82-3733ab344b39",
            "fpc_fun_key": "135dbf1b-c49e-478e-8bf9-50edb92db9ad",
            "fpc_cmp_key": "ea4bab2e-795d-422b-8918-6d41b0a8c1da",
            "fpc_apl_key": "b0d779a6-3217-4ade-bd60-259738052068",
            "fpc_pck_key": "714c6326-0ef6-43b0-8e24-4917d50ab45c",
            "fpc_track_recognition_level_flag": "1",
            "fpc_event_flag": "1",
            "fpc_prd_key_ext": "a02ecc6b-476c-4011-ab82-3733ab344b39",
            "fpc_funds_raised": "22594.67",
            "fpc_funds_goal": "0.00"
        },
        "Product": {
            "prd_key": "a02ecc6b-476c-4011-ab82-3733ab344b39",
            "prd_name": "AbilaFund1_abila_bu1",
            "prd_add_user": "SampleData",
            "prd_add_date": "2020-02-02T00:00:00+13:00",
            "prd_delete_flag": "0",
            "prd_key_ext": "a02ecc6b-476c-4011-ab82-3733ab344b39",
            "prd_description": "AbilaFund1_abila_bu1",
            "prd_allow_partial_ship_flag": "0",
            "prd_track_inventory_flag": "0",
            "prd_ptp_key": "1a8be41b-7e30-4d45-b3ab-c290ae1e73a6",
            "prd_taxable_flag": "0",
            "prd_allow_backorder": "0",
            "prd_atc_key": "77b40124-02d2-48d2-a427-ebdce3b26ef4",
            "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": "AbilaFund1_abila_bu1",
            "prd_web": "0",
            "prd_microfiche": "0",
            "prd_pjt_key": "1a7c6fea-b17b-459a-a43c-23231e25970b",
            "prd_featured_product_flag": "0"
        },
        "Campaign_Code": {
            "cmp_key": "ea4bab2e-795d-422b-8918-6d41b0a8c1da",
            "cmp_code": "Abila Campaign1",
            "cmp_description": "Abila Campaign1",
            "cmp_active_flag": "1",
            "cmp_add_user": "SampleData",
            "cmp_add_date": "2020-02-02T00:00:00+13:00",
            "cmp_change_user": "FundsUpdateTask",
            "cmp_change_date": "2021-10-14T00:00:00+13:00",
            "cmp_delete_flag": "0",
            "cmp_raised": "24307.17",
            "cmp_key_ext": "ea4bab2e-795d-422b-8918-6d41b0a8c1da"
        },
        "Fund_Code": {
            "fun_key": "135dbf1b-c49e-478e-8bf9-50edb92db9ad",
            "fun_code": "Abila Purpose1",
            "fun_description": "Abila Purpose1",
            "fun_active_flag": "1",
            "fun_add_user": "SampleData",
            "fun_add_date": "2020-02-02T00:00:00+13:00",
            "fun_change_user": "FundsUpdateTask",
            "fun_change_date": "2021-10-14T00:00:00+13:00",
            "fun_delete_flag": "0",
            "fun_raised": "25398.84",
            "fun_key_ext": "135dbf1b-c49e-478e-8bf9-50edb92db9ad"
        },
        "Appeal_Code": {
            "apl_key": "b0d779a6-3217-4ade-bd60-259738052068",
            "apl_code": "Abila Appeal1",
            "apl_description": "Abila Appeal1",
            "apl_goal": "5000.00",
            "apl_active_flag": "1",
            "apl_add_user": "SampleData",
            "apl_add_date": "2020-02-02T00:00:00+13:00",
            "apl_change_user": "FundsUpdateTask",
            "apl_change_date": "2021-10-14T00:00:00+13:00",
            "apl_delete_flag": "0",
            "apl_raised": "24307.17",
            "apl_key_ext": "b0d779a6-3217-4ade-bd60-259738052068",
            "apl_cmp_key": "ea4bab2e-795d-422b-8918-6d41b0a8c1da"
        },
        "Package_Code": {
            "pck_key": "714c6326-0ef6-43b0-8e24-4917d50ab45c",
            "pck_code": "Abila Package1",
            "pck_description": "Abila Package1",
            "pck_active_flag": "1",
            "pck_add_user": "SampleData",
            "pck_add_date": "2020-02-02T00:00:00+13:00",
            "pck_delete_flag": "0",
            "pck_key_ext": "714c6326-0ef6-43b0-8e24-4917d50ab45c",
            "pck_oes_key": "87e1e44a-b8f5-43d5-b072-22cf9cb08717"
        },
        "Order_Detail_Schedule": null,
        "Recognition_Customer": null,
        "Tribute": null,
        "Tribute_Customer": null,
        "Gift_Type": {
            "gty_key": "e9d56ba2-cfcb-4977-85ff-29eaba0aeb2e",
            "gty_type": "Gift",
            "gty_description": "Gift",
            "gty_add_user": "nelliott",
            "gty_add_date": "2005-02-04T00:00:00+13:00",
            "gty_change_user": "tbutcher",
            "gty_change_date": "2013-02-04T00:00:00+13:00",
            "gty_delete_flag": "0",
            "gty_display_order": "100",
            "gty_key_ext": "e9d56ba2-cfcb-4977-85ff-29eaba0aeb2e"
        },
        "Recogntion_Type": null,
        "Contributor_Gift": {
            "gf2__gft_recognition_customer_adr_country": "UNITED STATES",
            "gf2__gft_stock_high": "0.00",
            "gf2__gft_stock_low": "0.00"
        },
        "Solicitor_Customer": null,
        "Source_Code": null,
        "ComplementaryGifts": {
            "gf3__gft_recognition_customer_adr_country": "UNITED STATES",
            "gf3__gft_stock_high": "0.00",
            "gf3__gft_stock_low": "0.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": "0.00",
            "inv_amount": "0.00",
            "inv_balance": "0.00",
            "inv_payment_to_apply_distributed": "0.00",
            "inv_close_opportunity": "0",
            "inv_credit_to_apply_distributed": "0.00",
            "inv_distributable_credit_total": "0.00",
            "inv_distributable_credit_balance": "0.00",
            "inv_paid_by_liability_balance": "0.00",
            "inv_nettotal": "0.00",
            "inv_netpayment": "0.00",
            "inv_credit_to_apply": "0.00",
            "inv_netbalance": "0.00",
            "inv_netcredit": "0.00",
            "inv_netunpaidbalance": "0.00",
            "inv_netwriteoff": "0.00",
            "inv_writeoff_to_apply": "0.00",
            "inv_netreturn": "0.00",
            "inv_return_to_apply": "0.00",
            "inv_netapplied": "0.00",
            "inv_previous_netapplied": "0.00",
            "inv_previous_netpayment": "0.00",
            "inv_total_to_apply": "0.00",
            "inv_allow_payment_with_frozen_payment_method": "0",
            "inv_select_all": "0",
            "inv_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"
        },
        "Batch": {
            "bat_control_total": "0.00",
            "bat_control_trx_count": "0",
            "bat_post_flag": "0",
            "bat_export_flag": "0",
            "bat_atc_key": "77b40124-02d2-48d2-a427-ebdce3b26ef4",
            "bat_make_default_flag": "0"
        },
        "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,
        "Installment_Billing": {
            "ord_proforma": "0",
            "ord_generate_from_date": "2021-10-28T00:00:00+13:00",
            "ord_inst_distributed_only_flag": "0",
            "ord_distributed_liability_flag": "0",
            "ord_payments_returns_flag": "0",
            "ord_hide_gen_next_installmt_btn_flag": "0",
            "ord_first_installment_amount_user_edit": "0.00"
        },
        "Gift_Price": {
            "prc_price": "0.00",
            "prc_deferred_flag": "0",
            "prc_renew_unpaid_orders_flag": "1",
            "prc_allow_unpaid_orders_flag": "1"
        },
        "Registrant": {
            "reg_attendance_flag": "1",
            "reg_adr_state": "VA",
            "reg_adr_country": "UNITED STATES",
            "reg_registration_date": "2021-10-28T00:00:00+13:00"
        },
        "Registrant_Customer": null,
        "Event": {
            "evt_tzn_key": "059930c3-7d4e-46d9-8a59-e3c95a2a19cd",
            "evt_charity_event_flag": "0"
        },
        "Net_Amount_Information": null,
        "reg_key_Query": null,
        "rgs_reg_key_Query": null,
        "Premium_Price": {
            "pr2__prc_price": "0.00",
            "pr2__prc_deferred_flag": "0",
            "pr2__prc_renew_unpaid_orders_flag": "1",
            "pr2__prc_allow_unpaid_orders_flag": "1"
        },
        "Invoice_DetailCollection": {
            "InvoiceDetail": [
                {
                    "Invoice_Detail": {
                        "ivd_price_previous": "0.00",
                        "ivd_qty_previous": "1.00",
                        "ivd_key": "09525d7a-f516-4dc7-aea2-a2bb151179db",
                        "ivd_price": "0.00",
                        "ivd_qty": "1.0000",
                        "ivd_close_flag": "0",
                        "ivd_prc_key": "1ad58674-f563-42bf-842f-0de1b77bb595",
                        "ivd_prc_prd_key": "a02ecc6b-476c-4011-ab82-3733ab344b39",
                        "ivd_amount_cp": "0.00",
                        "ivd_parity": "1",
                        "ivd_cst_ship_key": "b0ab3323-3976-42cc-9913-5192a134e94d",
                        "ivd_prc_prd_ptp_key": "1a8be41b-7e30-4d45-b3ab-c290ae1e73a6",
                        "ivd_type": "Product",
                        "ivd_createorder_flag": "0",
                        "ivd_lineamount": "0.00",
                        "ivd_lineamount_no_discount": "0.00",
                        "ivd_createinvoice_flag": "1",
                        "ivd_linebalance": "0.00",
                        "ivd_net_amount_due": "0.00",
                        "ivd_payamount": "0.00",
                        "ivd_disable_quantity": "0",
                        "ivd_subtotal": "0.00",
                        "ivd_discountamount": "0.00",
                        "ivd_total": "0.00",
                        "ivd_applied_payment": "0.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": "0.00",
                        "ivd_netpayment": "0.00",
                        "ivd_payment_to_apply": "0.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": "0.00",
                        "ivd_netunpaidbalance": "0.00",
                        "ivd_price_aggregated": "0.00",
                        "ivd_discountamount_aggregated": "0.00",
                        "ivd_tax_aggregated": "0.00",
                        "ivd_shipping_aggregated": "0.00",
                        "ivd_nettotal_aggregated": "0.00",
                        "ivd_netunpaidbalance_aggregated": "0.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": "0",
                        "ivd_is_agency_sub": "0",
                        "ivd_formdetailkey": "09525d7a-f516-4dc7-aea2-a2bb151179db",
                        "ivd_formkey": "3d466e13-a42e-427d-bdfe-ffc8cf188788",
                        "ivd_parentdataobject": "Invoice Detail",
                        "ivd_addl_info": "Douglas Jerel",
                        "ivd_shippable_flag": "0",
                        "ivd_inv_shippable_total": "0.00",
                        "ivd_inv_distributable_credit_total": "0"
                    },
                    "Invoice_Detail_Term": null,
                    "Invoice": {
                        "inv_print_count": "0",
                        "inv_ship_priority": "3"
                    },
                    "Price": {
                        "prc_key": "1ad58674-f563-42bf-842f-0de1b77bb595",
                        "prc_prd_key": "a02ecc6b-476c-4011-ab82-3733ab344b39",
                        "prc_price": "50.00",
                        "prc_add_user": "SampleData",
                        "prc_add_date": "2020-02-02T00:00:00+13:00",
                        "prc_delete_flag": "0",
                        "prc_key_ext": "1ad58674-f563-42bf-842f-0de1b77bb595",
                        "prc_gla_ar_key": "30ba4896-ef2e-4bfc-a0aa-7fb1472b32d7",
                        "prc_gla_revenue_key": "71e39612-e9da-4d71-865c-a8bfecd11660",
                        "prc_gla_liability_key": "e35925d1-fb18-4296-8d0e-755dcf7631a1",
                        "prc_gla_return_key": "71e39612-e9da-4d71-865c-a8bfecd11660",
                        "prc_gla_writeoff_key": "0294f2b1-c873-4d9c-b636-cb23e370fdb8",
                        "prc_prd_ptp_key": "1a8be41b-7e30-4d45-b3ab-c290ae1e73a6",
                        "prc_percent": "0.0000",
                        "prc_percent_cp": "0.00",
                        "prc_prd_atc_key": "77b40124-02d2-48d2-a427-ebdce3b26ef4",
                        "prc_code": "AbilaFund1_abila_bu1",
                        "prc_display_name": "AbilaFund1_abila_bu1",
                        "prc_sell_online": "1",
                        "prc_deferred_flag": "0",
                        "prc_mail": "0",
                        "prc_email": "0",
                        "prc_fax": "0",
                        "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": "a02ecc6b-476c-4011-ab82-3733ab344b39",
                        "prd_name": "AbilaFund1_abila_bu1",
                        "prd_add_user": "SampleData",
                        "prd_add_date": "2020-02-02T00:00:00+13:00",
                        "prd_delete_flag": "0",
                        "prd_qty_available": "-1.00",
                        "prd_key_ext": "a02ecc6b-476c-4011-ab82-3733ab344b39",
                        "prd_description": "AbilaFund1_abila_bu1",
                        "prd_allow_partial_ship_flag": "0",
                        "prd_track_inventory_flag": "0",
                        "prd_ptp_key": "1a8be41b-7e30-4d45-b3ab-c290ae1e73a6",
                        "prd_taxable_flag": "0",
                        "prd_allow_backorder": "0",
                        "prd_atc_key": "77b40124-02d2-48d2-a427-ebdce3b26ef4",
                        "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": "AbilaFund1_abila_bu1",
                        "prd_web": "0",
                        "prd_microfiche": "0",
                        "prd_pjt_key": "1a7c6fea-b17b-459a-a43c-23231e25970b",
                        "prd_featured_product_flag": "0"
                    },
                    "ShipToCustomer": {
                        "cst_key": "b0ab3323-3976-42cc-9913-5192a134e94d",
                        "cst_type": "Individual",
                        "cst_name_cp": "Jerel Douglas",
                        "cst_sort_name_dn": "Douglas Jerel",
                        "cst_ind_full_name_dn": "Jerel Douglas",
                        "cst_add_date": "2021-10-28T02:37:00+13:00",
                        "cst_add_user": "phil.roberts",
                        "cst_change_date": "2021-10-28T02:37:00+13:00",
                        "cst_change_user": "phil.roberts",
                        "cst_delete_flag": "0",
                        "cst_recno": "6967",
                        "cst_id": "000006967I",
                        "cst_key_ext": "b0ab3323-3976-42cc-9913-5192a134e94d",
                        "cst_email_text_only": "0",
                        "cst_tax_exempt_flag": "0",
                        "cst_no_email_flag": "0",
                        "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_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": " Jerel  Douglas  ",
                        "cst_default_recognize_as": " Jerel  Douglas  ",
                        "cst_exclude_from_social_flag": "0",
                        "cst_web_login_locked_flag": "0"
                    },
                    "SoldToCustomer": null,
                    "Shipping_Address": null,
                    "Shipping_Address_Type": null,
                    "Invoice_Detail_Additional": null,
                    "Package_Component": {
                        "pkg_qty": "1.0000"
                    },
                    "Bundle_Component": null,
                    "Product_Type": {
                        "ptp_key": "1a8be41b-7e30-4d45-b3ab-c290ae1e73a6",
                        "ptp_code": "Fundraising",
                        "ptp_add_user": "sBogollu",
                        "ptp_add_date": "2004-10-08T14:21:17+13:00",
                        "ptp_change_user": "skatragadda",
                        "ptp_change_date": "2007-02-21T10:09:01+13:00",
                        "ptp_delete_flag": "0",
                        "ptp_key_ext": "1a8be41b-7e30-4d45-b3ab-c290ae1e73a6",
                        "ptp_sell_online": "0",
                        "ptp_online_code": "Fundraising Activities",
                        "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
                },
                {
                    "Invoice_Detail": {
                        "ivd_price_previous": "50.00",
                        "ivd_qty_previous": "1.00",
                        "ivd_key": "a9ba8b48-fff3-4d81-b4ba-4b20367977ed",
                        "ivd_price": "0.00",
                        "ivd_qty": "1.0000",
                        "ivd_close_flag": "0",
                        "ivd_prc_key": "1ad58674-f563-42bf-842f-0de1b77bb595",
                        "ivd_prc_prd_key": "a02ecc6b-476c-4011-ab82-3733ab344b39",
                        "ivd_amount_cp": "0.00",
                        "ivd_parity": "1",
                        "ivd_cst_ship_key": "b0ab3323-3976-42cc-9913-5192a134e94d",
                        "ivd_prc_prd_ptp_key": "1a8be41b-7e30-4d45-b3ab-c290ae1e73a6",
                        "ivd_type": "Product",
                        "ivd_createorder_flag": "0",
                        "ivd_lineamount": "0.00",
                        "ivd_lineamount_no_discount": "0.00",
                        "ivd_createinvoice_flag": "1",
                        "ivd_linebalance": "0.00",
                        "ivd_net_amount_due": "0.00",
                        "ivd_payamount": "0.00",
                        "ivd_disable_quantity": "0",
                        "ivd_subtotal": "0.00",
                        "ivd_discountamount": "0.00",
                        "ivd_total": "0.00",
                        "ivd_applied_payment": "0.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": "0.00",
                        "ivd_netpayment": "0.00",
                        "ivd_payment_to_apply": "0.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": "0.00",
                        "ivd_netunpaidbalance": "0.00",
                        "ivd_price_aggregated": "0.00",
                        "ivd_discountamount_aggregated": "0.00",
                        "ivd_tax_aggregated": "0.00",
                        "ivd_shipping_aggregated": "0.00",
                        "ivd_nettotal_aggregated": "0.00",
                        "ivd_netunpaidbalance_aggregated": "0.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": "0",
                        "ivd_is_agency_sub": "0",
                        "ivd_formdetailkey": "a9ba8b48-fff3-4d81-b4ba-4b20367977ed",
                        "ivd_formkey": "3d466e13-a42e-427d-bdfe-ffc8cf188788",
                        "ivd_parentdataobject": "Invoice Detail",
                        "ivd_addl_info": "Douglas Jerel",
                        "ivd_shippable_flag": "0",
                        "ivd_inv_shippable_total": "0.00",
                        "ivd_inv_distributable_credit_total": "0"
                    },
                    "Invoice_Detail_Term": null,
                    "Invoice": {
                        "inv_print_count": "0",
                        "inv_ship_priority": "3",
                        "inv_cst_billing_key": "b0ab3323-3976-42cc-9913-5192a134e94d"
                    },
                    "Price": {
                        "prc_key": "1ad58674-f563-42bf-842f-0de1b77bb595",
                        "prc_prd_key": "a02ecc6b-476c-4011-ab82-3733ab344b39",
                        "prc_price": "50.00",
                        "prc_add_user": "SampleData",
                        "prc_add_date": "2020-02-02T00:00:00+13:00",
                        "prc_delete_flag": "0",
                        "prc_key_ext": "1ad58674-f563-42bf-842f-0de1b77bb595",
                        "prc_gla_ar_key": "30ba4896-ef2e-4bfc-a0aa-7fb1472b32d7",
                        "prc_gla_revenue_key": "71e39612-e9da-4d71-865c-a8bfecd11660",
                        "prc_gla_liability_key": "e35925d1-fb18-4296-8d0e-755dcf7631a1",
                        "prc_gla_return_key": "71e39612-e9da-4d71-865c-a8bfecd11660",
                        "prc_gla_writeoff_key": "0294f2b1-c873-4d9c-b636-cb23e370fdb8",
                        "prc_prd_ptp_key": "1a8be41b-7e30-4d45-b3ab-c290ae1e73a6",
                        "prc_percent": "0.0000",
                        "prc_percent_cp": "0.00",
                        "prc_prd_atc_key": "77b40124-02d2-48d2-a427-ebdce3b26ef4",
                        "prc_code": "AbilaFund1_abila_bu1",
                        "prc_display_name": "AbilaFund1_abila_bu1",
                        "prc_sell_online": "1",
                        "prc_deferred_flag": "0",
                        "prc_mail": "0",
                        "prc_email": "0",
                        "prc_fax": "0",
                        "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": "a02ecc6b-476c-4011-ab82-3733ab344b39",
                        "prd_name": "AbilaFund1_abila_bu1",
                        "prd_add_user": "SampleData",
                        "prd_add_date": "2020-02-02T00:00:00+13:00",
                        "prd_delete_flag": "0",
                        "prd_qty_available": "-1.00",
                        "prd_key_ext": "a02ecc6b-476c-4011-ab82-3733ab344b39",
                        "prd_description": "AbilaFund1_abila_bu1",
                        "prd_allow_partial_ship_flag": "0",
                        "prd_track_inventory_flag": "0",
                        "prd_ptp_key": "1a8be41b-7e30-4d45-b3ab-c290ae1e73a6",
                        "prd_taxable_flag": "0",
                        "prd_allow_backorder": "0",
                        "prd_atc_key": "77b40124-02d2-48d2-a427-ebdce3b26ef4",
                        "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": "AbilaFund1_abila_bu1",
                        "prd_web": "0",
                        "prd_microfiche": "0",
                        "prd_pjt_key": "1a7c6fea-b17b-459a-a43c-23231e25970b",
                        "prd_featured_product_flag": "0"
                    },
                    "ShipToCustomer": {
                        "cst_key": "b0ab3323-3976-42cc-9913-5192a134e94d",
                        "cst_type": "Individual",
                        "cst_name_cp": "Jerel Douglas",
                        "cst_sort_name_dn": "Douglas Jerel",
                        "cst_ind_full_name_dn": "Jerel Douglas",
                        "cst_add_date": "2021-10-28T02:37:00+13:00",
                        "cst_add_user": "phil.roberts",
                        "cst_change_date": "2021-10-28T02:38:00+13:00",
                        "cst_change_user": "phil.roberts",
                        "cst_delete_flag": "0",
                        "cst_recno": "6967",
                        "cst_id": "000006967I",
                        "cst_key_ext": "b0ab3323-3976-42cc-9913-5192a134e94d",
                        "cst_email_text_only": "0",
                        "cst_tax_exempt_flag": "0",
                        "cst_no_email_flag": "0",
                        "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_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": " Jerel  Douglas  ",
                        "cst_salutation_2": "",
                        "cst_default_recognize_as": " Jerel  Douglas  ",
                        "cst_score": "0.2000",
                        "cst_score_normalized": "3",
                        "cst_score_trend": "3",
                        "cst_exclude_from_social_flag": "0",
                        "cst_web_login_locked_flag": "0"
                    },
                    "SoldToCustomer": null,
                    "Shipping_Address": null,
                    "Shipping_Address_Type": null,
                    "Invoice_Detail_Additional": null,
                    "Package_Component": {
                        "pkg_qty": "1.0000"
                    },
                    "Bundle_Component": null,
                    "Product_Type": {
                        "ptp_key": "1a8be41b-7e30-4d45-b3ab-c290ae1e73a6",
                        "ptp_code": "Fundraising",
                        "ptp_add_user": "sBogollu",
                        "ptp_add_date": "2004-10-08T14:21:17+13:00",
                        "ptp_change_user": "skatragadda",
                        "ptp_change_date": "2007-02-21T10:09:01+13:00",
                        "ptp_delete_flag": "0",
                        "ptp_key_ext": "1a8be41b-7e30-4d45-b3ab-c290ae1e73a6",
                        "ptp_sell_online": "0",
                        "ptp_online_code": "Fundraising Activities",
                        "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
    }
}