WEBCentralizedShoppingCartGiftFundraisingGetNew

Initial Build

2008.01

xWEB

Web Method

Response Type

object

This method returns a new fundraising Gift Object for the specified customer with the customer's information and default values populated.

Parameters

  • CustomerKey (guid). This is the Customer Key of the person giving the gift.
  • GiftKey (guid). This is the price key related to the Fund to which the donor is making a donation. You can get a price key from one of several other methods which returns a property called prc_key.

Response

Gift (Gift Object). A gift object populated with the customer's information and with information based on the provided price key of the gift.

Sample Request

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.avectra.com/2005/">
<soapenv:Header>
<ns:AuthorizationToken>
<ns:Token>************************</ns:Token>
</ns:AuthorizationToken>
</soapenv:Header>
<soapenv:Body>
<ns:WEBCentralizedShoppingCartGiftFundraisingGetNew>
<ns:CustomerKey>cb82545f-f458-4dba-8cc1-7640299dab37</ns:CustomerKey>
<ns:GiftKey>90BE275F-90A0-4D0B-A17C-5F6D7C27B408</ns:GiftKey>
</ns:WEBCentralizedShoppingCartGiftFundraisingGetNew>
</soapenv:Body>
</soapenv:Envelope>

Sample Response

The response will be in the form of a Gift Object. Here is a representative sample:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Header>
<AuthorizationToken xmlns="http://www.avectra.com/2005/">
<Token>9fb7f073-12f2-4c60-8f09-aeb8e15cdffe</Token>
</AuthorizationToken>
</soap:Header>
<soap:Body>
<WEBCentralizedShoppingCartGiftFundraisingGetNewResponse xmlns="http://www.avectra.com/2005/">
<WEBCentralizedShoppingCartGiftFundraisingGetNewResult>
<Gift>
<gft_key>a71e5f49-3b66-4f1b-b4a2-001ff996438c</gft_key>
<gft_dnr_key>c83759ea-ac45-4d70-915f-12d9942c2b35</gft_dnr_key>
<gft_apl_key>ef5c12e2-5b39-4603-b896-15d841fb71f4</gft_apl_key>
<gft_fun_key>481f8164-da77-4dbd-9cdc-41b6815f3ebb</gft_fun_key>
<gft_cmp_key>834547cd-03c3-4951-bceb-70ac257b95e9</gft_cmp_key>
<gft_gty_key>e9d56ba2-cfcb-4977-85ff-29eaba0aeb2e</gft_gty_key>
<gft_date>09/27/2011</gft_date>
<gft_key_ext>a71e5f49-3b66-4f1b-b4a2-001ff996438c</gft_key_ext>
<gft_fpc_prd_key>b06941b3-e5f6-43a6-b9b6-dafa5372839c</gft_fpc_prd_key>
<gft_pck_key>44bb4e98-deec-49f1-9f86-fb91578f0588</gft_pck_key>
<gft_anonymous_flag>0</gft_anonymous_flag>
<gft_recognition_customer_adr_country>UNITED STATES</gft_recognition_customer_adr_country>
<gft_amount>0.00</gft_amount>
<gft_parentdataobject>Invoice Detail</gft_parentdataobject>
</Gift>
<Constituent>
<dnr_key>c83759ea-ac45-4d70-915f-12d9942c2b35</dnr_key>
<dnr_cst_key>cb82545f-f458-4dba-8cc1-7640299dab37</dnr_cst_key>
<dnr_salutation1>Sam Hopkins</dnr_salutation1>
<dnr_salutation2></dnr_salutation2>
<dnr_dcg_key>fae8cf0b-64b4-43d4-bb67-6f6e06a11f26</dnr_dcg_key>
<dnr_rfm_join_date>04/14/2011</dnr_rfm_join_date>
<dnr_rfm_join_source>d7112476-6f76-42bc-bc10-cd1f48304848</dnr_rfm_join_source>
<dnr_rfm_ytd_amt>6749.78</dnr_rfm_ytd_amt>
<dnr_rfm_ytd_count>11</dnr_rfm_ytd_count>
<dnr_rfm_ly_amt>0.00</dnr_rfm_ly_amt>
<dnr_rfm_ly_count>0</dnr_rfm_ly_count>
<dnr_rfm_ttd_amt>6749.78</dnr_rfm_ttd_amt>
<dnr_rfm_ttd_count>11</dnr_rfm_ttd_count>
<dnr_rfm_highest_amt>1666.00</dnr_rfm_highest_amt>
<dnr_rfm_highest_date>09/16/2011</dnr_rfm_highest_date>
<dnr_rfm_highest_source>99476384-3d99-414a-b9dd-01480e657e10</dnr_rfm_highest_source>
<dnr_rfm_latest_amt>100.00</dnr_rfm_latest_amt>
<dnr_rfm_latest_date>09/22/2011</dnr_rfm_latest_date>
<dnr_rfm_latest_source>99476384-3d99-414a-b9dd-01480e657e10</dnr_rfm_latest_source>
<dnr_add_user>dhopkins</dnr_add_user>
<dnr_add_date>02/01/2011</dnr_add_date>
<dnr_change_user>dhopkins</dnr_change_user>
<dnr_change_date>09/22/2011</dnr_change_date>
<dnr_delete_flag>0</dnr_delete_flag>
<dnr_key_ext>c83759ea-ac45-4d70-915f-12d9942c2b35</dnr_key_ext>
<dnr_rfm_first_gift_amt>120.00</dnr_rfm_first_gift_amt>
<dnr_vip_flag>1</dnr_vip_flag>
<dnr_rcl_key>a09ed044-1bc9-4e27-a1da-a0e1a3428ac0</dnr_rcl_key>
<dnr_recognition_level_override_flag>0</dnr_recognition_level_override_flag>
<dnr_gives_anonymous>0</dnr_gives_anonymous>
</Constituent>
<Customer>
<cst_key>cb82545f-f458-4dba-8cc1-7640299dab37</cst_key>
<cst_type>Individual</cst_type>
<cst_name_cp>Sam Hopkins</cst_name_cp>
<cst_sort_name_dn>Hopkins Sam</cst_sort_name_dn>
<cst_ind_full_name_dn>Sam Hopkins</cst_ind_full_name_dn>
<cst_add_date>02/01/2011</cst_add_date>
<cst_add_user>dhopkins</cst_add_user>
<cst_change_date>02/01/2011</cst_change_date>
<cst_change_user>dhopkins</cst_change_user>
<cst_delete_flag>0</cst_delete_flag>
<cst_recno>85261</cst_recno>
<cst_id>000085261I</cst_id>
<cst_key_ext>cb82545f-f458-4dba-8cc1-7640299dab37</cst_key_ext>
<cst_email_text_only>0</cst_email_text_only>
<cst_credit_limit>0.00</cst_credit_limit>
<cst_tax_exempt_flag>0</cst_tax_exempt_flag>
<cst_cxa_key>8591a270-b446-42c0-b25e-8a2c50fa6201</cst_cxa_key>
<cst_no_email_flag>0</cst_no_email_flag>
<cst_no_phone_flag>0</cst_no_phone_flag>
<cst_no_fax_flag>0</cst_no_fax_flag>
<cst_no_web_flag>0</cst_no_web_flag>
<cst_member_flag>0</cst_member_flag>
<cst_no_msg_flag>0</cst_no_msg_flag>
<cst_no_mail_flag>0</cst_no_mail_flag>
<cst_web_login_disabled_flag>0</cst_web_login_disabled_flag>
<cst_credit_hold_flag>0</cst_credit_hold_flag>
<cst_no_publish_flag>0</cst_no_publish_flag>
<cst_salutation_1>Sam Hopkins</cst_salutation_1>
<cst_salutation_2></cst_salutation_2>
<cst_score>29.0000</cst_score>
<cst_score_normalized>85</cst_score_normalized>
<cst_score_trend>3</cst_score_trend>
<cst_exclude_from_social_flag>0</cst_exclude_from_social_flag>
</Customer>
<Indivdiual>
<ind_cst_key>cb82545f-f458-4dba-8cc1-7640299dab37</ind_cst_key>
<ind_first_name>Sam</ind_first_name>
<ind_last_name>Hopkins</ind_last_name>
<ind_full_name_cp>Sam Hopkins</ind_full_name_cp>
<ind_salutation_cp>Sam</ind_salutation_cp>
<ind_cst_key_ext>cb82545f-f458-4dba-8cc1-7640299dab37</ind_cst_key_ext>
<ind_salary>0.00</ind_salary>
<ind_deceased_flag>0</ind_deceased_flag>
<ind_add_date>02/01/2011</ind_add_date>
<ind_add_user>dhopkins</ind_add_user>
<ind_delete_flag>0</ind_delete_flag>
</Indivdiual>
<Ind_Business_Address>
<adr_key>f4332265-a52c-42f7-bee8-d2c2d66093ec</adr_key>
<adr_cst_key_owner>cb82545f-f458-4dba-8cc1-7640299dab37</adr_cst_key_owner>
<adr_line1>1 main st</adr_line1>
<adr_city>arlington</adr_city>
<adr_state>VA</adr_state>
<adr_post_code>22202</adr_post_code>
<adr_city_state_code>arlington, VA 22202</adr_city_state_code>
<adr_country>UNITED STATES</adr_country>
<adr_add_date>02/01/2011</adr_add_date>
<adr_add_user>dhopkins</adr_add_user>
<adr_change_date>2/1/2011 2:19:25 PM</adr_change_date>
<adr_change_user>dhopkins</adr_change_user>
<adr_delete_flag>0</adr_delete_flag>
<adr_key_ext>f4332265-a52c-42f7-bee8-d2c2d66093ec</adr_key_ext>
<adr_bad_address_flag>0</adr_bad_address_flag>
<adr_no_validation_flag>0</adr_no_validation_flag>
</Ind_Business_Address>
<Ind_Business_Address_XRef>
<cxa_cst_key>cb82545f-f458-4dba-8cc1-7640299dab37</cxa_cst_key>
<cxa_adr_key>f4332265-a52c-42f7-bee8-d2c2d66093ec</cxa_adr_key>
<cxa_add_date>02/01/2011</cxa_add_date>
<cxa_add_user>dhopkins</cxa_add_user>
<cxa_change_date>02/01/2011</cxa_change_date>
<cxa_change_user>dhopkins</cxa_change_user>
<cxa_delete_flag>0</cxa_delete_flag>
<cxa_key>8591a270-b446-42c0-b25e-8a2c50fa6201</cxa_key>
<cxa_key_ext>8591a270-b446-42c0-b25e-8a2c50fa6201</cxa_key_ext>
<cxa_on_hold_flag>0</cxa_on_hold_flag>
<cxa_adt_key>5d692fde-8cb6-4e87-9ac1-59ee6c3faa34</cxa_adt_key>
<cxa_mailing_label>Sam Hopkins 1 main st arlington, VA 22202</cxa_mailing_label>
<cxa_mailing_label_html>Sam Hopkins&lt;br>1 main st&lt;br>arlington, VA 22202</cxa_mailing_label_html>
<cxa_primary>1</cxa_primary>
<cxa_owner>1</cxa_owner>
<cxa_billing>0</cxa_billing>
<cxa_create_change_log>0</cxa_create_change_log>
</Ind_Business_Address_XRef>
<Ind_Business_Address_Country>
<cty_code>UNITED STATES</cty_code>
<cty_add_date>12/05/2001</cty_add_date>
<cty_add_user>XMEN\tward</cty_add_user>
<cty_change_date>09/26/2011</cty_change_date>
<cty_change_user>jpieron</cty_change_user>
<cty_delete_flag>0</cty_delete_flag>
<cty_key>bc4b70f8-280e-4bb0-b935-9f728c50e183</cty_key>
<cty_key_ext>bc4b70f8-280e-4bb0-b935-9f728c50e183</cty_key_ext>
<cty_long_name>United States of America</cty_long_name>
<cty_fips_code>US</cty_fips_code>
<cty_status>independent</cty_status>
<cty_capital>Washington, DC</cty_capital>
<cty_idd_code>001</cty_idd_code>
<cty_srg_key>7bb753c4-216e-42e0-b01b-499c8cc917cf</cty_srg_key>
<cty_postal_input_mask>regex:\d{5}(-\d{4})?</cty_postal_input_mask>
<cty_phone_input_mask>^(\d{3})(\d{3})(\d{4})$~($1)$2-$3</cty_phone_input_mask>
<cty_currency_code>USD</cty_currency_code>
<cty_currency_code_description>U.S. Dollar</cty_currency_code_description>
<cty_vat_flag>0</cty_vat_flag>
<cty_iso_2>US</cty_iso_2>
<cty_iso_3>USA</cty_iso_3>
<cty_do_not_ship>0</cty_do_not_ship>
<cty_iso_number>840</cty_iso_number>
<cty_bpa_region>NORTH AMERICA</cty_bpa_region>
<cty_do_not_sell>0</cty_do_not_sell>
<cty_dyn_key>82b095b3-c816-4e03-9061-66d54be8261a</cty_dyn_key>
<cty_dyn_key_2>8268f5bb-fd87-4497-b2e0-2d22ed7661d5</cty_dyn_key_2>
</Ind_Business_Address_Country>
<Ind_Business_Phone>
<phn_cty_key>bc4b70f8-280e-4bb0-b935-9f728c50e183</phn_cty_key>
</Ind_Business_Phone>
<Ind_Business_Phone_XRef>
<cph_pht_key>3445f817-a38f-483a-aabe-b8d3c084832b</cph_pht_key>
<cph_primary>1</cph_primary>
<cph_owner>1</cph_owner>
</Ind_Business_Phone_XRef>
<Ind_Business_Phone_country>
<ct3__cty_code>UNITED STATES</ct3__cty_code>
<ct3__cty_add_date>12/05/2001</ct3__cty_add_date>
<ct3__cty_add_user>XMEN\tward</ct3__cty_add_user>
<ct3__cty_change_date>09/26/2011</ct3__cty_change_date>
<ct3__cty_change_user>jpieron</ct3__cty_change_user>
<ct3__cty_delete_flag>0</ct3__cty_delete_flag>
<ct3__cty_key>bc4b70f8-280e-4bb0-b935-9f728c50e183</ct3__cty_key>
<ct3__cty_key_ext>bc4b70f8-280e-4bb0-b935-9f728c50e183</ct3__cty_key_ext>
<ct3__cty_long_name>United States of America</ct3__cty_long_name>
<ct3__cty_fips_code>US</ct3__cty_fips_code>
<ct3__cty_status>independent</ct3__cty_status>
<ct3__cty_capital>Washington, DC</ct3__cty_capital>
<ct3__cty_idd_code>001</ct3__cty_idd_code>
<ct3__cty_srg_key>7bb753c4-216e-42e0-b01b-499c8cc917cf</ct3__cty_srg_key>
<ct3__cty_postal_input_mask>regex:\d{5}(-\d{4})?</ct3__cty_postal_input_mask>
<ct3__cty_phone_input_mask>^(\d{3})(\d{3})(\d{4})$~($1)$2-$3</ct3__cty_phone_input_mask>
<ct3__cty_currency_code>USD</ct3__cty_currency_code>
<ct3__cty_currency_code_description>U.S. Dollar</ct3__cty_currency_code_description>
<ct3__cty_vat_flag>0</ct3__cty_vat_flag>
<ct3__cty_iso_2>US</ct3__cty_iso_2>
<ct3__cty_iso_3>USA</ct3__cty_iso_3>
<ct3__cty_do_not_ship>0</ct3__cty_do_not_ship>
<ct3__cty_iso_number>840</ct3__cty_iso_number>
<ct3__cty_bpa_region>NORTH AMERICA</ct3__cty_bpa_region>
<ct3__cty_do_not_sell>0</ct3__cty_do_not_sell>
<ct3__cty_dyn_key>82b095b3-c816-4e03-9061-66d54be8261a</ct3__cty_dyn_key>
<ct3__cty_dyn_key_2>8268f5bb-fd87-4497-b2e0-2d22ed7661d5</ct3__cty_dyn_key_2>
</Ind_Business_Phone_country>
<Ind_Business_Fax>
<fax_cty_key>bc4b70f8-280e-4bb0-b935-9f728c50e183</fax_cty_key>
</Ind_Business_Fax>
<Ind_Business_Fax_XRef>
<cfx_fxt_key>6e87e930-a750-4361-a15a-c1f55fa46244</cfx_fxt_key>
<cfx_primary>1</cfx_primary>
<cfx_owner>1</cfx_owner>
</Ind_Business_Fax_XRef>
<Ind_Business_Fax_Country>
<ct5__cty_code>UNITED STATES</ct5__cty_code>
<ct5__cty_add_date>12/05/2001</ct5__cty_add_date>
<ct5__cty_add_user>XMEN\tward</ct5__cty_add_user>
<ct5__cty_change_date>09/26/2011</ct5__cty_change_date>
<ct5__cty_change_user>jpieron</ct5__cty_change_user>
<ct5__cty_delete_flag>0</ct5__cty_delete_flag>
<ct5__cty_key>bc4b70f8-280e-4bb0-b935-9f728c50e183</ct5__cty_key>
<ct5__cty_key_ext>bc4b70f8-280e-4bb0-b935-9f728c50e183</ct5__cty_key_ext>
<ct5__cty_long_name>United States of America</ct5__cty_long_name>
<ct5__cty_fips_code>US</ct5__cty_fips_code>
<ct5__cty_status>independent</ct5__cty_status>
<ct5__cty_capital>Washington, DC</ct5__cty_capital>
<ct5__cty_idd_code>001</ct5__cty_idd_code>
<ct5__cty_srg_key>7bb753c4-216e-42e0-b01b-499c8cc917cf</ct5__cty_srg_key>
<ct5__cty_postal_input_mask>regex:\d{5}(-\d{4})?</ct5__cty_postal_input_mask>
<ct5__cty_phone_input_mask>^(\d{3})(\d{3})(\d{4})$~($1)$2-$3</ct5__cty_phone_input_mask>
<ct5__cty_currency_code>USD</ct5__cty_currency_code>
<ct5__cty_currency_code_description>U.S. Dollar</ct5__cty_currency_code_description>
<ct5__cty_vat_flag>0</ct5__cty_vat_flag>
<ct5__cty_iso_2>US</ct5__cty_iso_2>
<ct5__cty_iso_3>USA</ct5__cty_iso_3>
<ct5__cty_do_not_ship>0</ct5__cty_do_not_ship>
<ct5__cty_iso_number>840</ct5__cty_iso_number>
<ct5__cty_bpa_region>NORTH AMERICA</ct5__cty_bpa_region>
<ct5__cty_do_not_sell>0</ct5__cty_do_not_sell>
<ct5__cty_dyn_key>82b095b3-c816-4e03-9061-66d54be8261a</ct5__cty_dyn_key>
<ct5__cty_dyn_key_2>8268f5bb-fd87-4497-b2e0-2d22ed7661d5</ct5__cty_dyn_key_2>
</Ind_Business_Fax_Country>
<Ind_eMail>
<eml_type>business</eml_type>
<eml_primary>1</eml_primary>
</Ind_eMail>
<Ind_URL>
<url_type>internet</url_type>
<url_primary>1</url_primary>
</Ind_URL>
<Ind_Messaging>
<msg_primary>1</msg_primary>
</Ind_Messaging>
<Organization>
<org_consortia_flag>0</org_consortia_flag>
<org_select_flag>0</org_select_flag>
</Organization>
<Org_Business_Address>
<ad6__adr_state>VA</ad6__adr_state>
<ad6__adr_country>UNITED STATES</ad6__adr_country>
</Org_Business_Address>
<Org_Business_Address_XRef>
<cx6__cxa_primary>0</cx6__cxa_primary>
<cx6__cxa_owner>0</cx6__cxa_owner>
<cx6__cxa_billing>0</cx6__cxa_billing>
<cx6__cxa_create_change_log>0</cx6__cxa_create_change_log>
</Org_Business_Address_XRef>
<Org_Business_Address_Country/>
<Org_Business_Phone>
<ph6__phn_cty_key>bc4b70f8-280e-4bb0-b935-9f728c50e183</ph6__phn_cty_key>
</Org_Business_Phone>
<Org_Business_Phone_XRef>
<cp6__cph_pht_key>3445f817-a38f-483a-aabe-b8d3c084832b</cp6__cph_pht_key>
<cp6__cph_primary>0</cp6__cph_primary>
<cp6__cph_owner>0</cp6__cph_owner>
</Org_Business_Phone_XRef>
<Org_Business_Phone_country/>
<Org_Business_Fax>
<fa6__fax_cty_key>bc4b70f8-280e-4bb0-b935-9f728c50e183</fa6__fax_cty_key>
</Org_Business_Fax>
<Org_Business_Fax_XRef>
<cf6__cfx_fxt_key>6e87e930-a750-4361-a15a-c1f55fa46244</cf6__cfx_fxt_key>
<cf6__cfx_primary>0</cf6__cfx_primary>
<cf6__cfx_owner>0</cf6__cfx_owner>
</Org_Business_Fax_XRef>
<Org_Business_Fax_Country/>
<Org_eMail>
<em6__eml_type>business</em6__eml_type>
<em6__eml_primary>0</em6__eml_primary>
</Org_eMail>
<Org_URL>
<ur6__url_type>internet</ur6__url_type>
<ur6__url_primary>0</ur6__url_primary>
</Org_URL>
<Org_Messaging>
<ms6__msg_primary>0</ms6__msg_primary>
</Org_Messaging>
<Pledge/>
<Premium/>
<Product_Code>
<fpc_add_user>tbutcher</fpc_add_user>
<fpc_add_date>08/30/2010</fpc_add_date>
<fpc_change_user>tbutcher</fpc_change_user>
<fpc_change_date>09/14/2010</fpc_change_date>
<fpc_delete_flag>0</fpc_delete_flag>
<fpc_prd_key>b06941b3-e5f6-43a6-b9b6-dafa5372839c</fpc_prd_key>
<fpc_fun_key>481f8164-da77-4dbd-9cdc-41b6815f3ebb</fpc_fun_key>
<fpc_cmp_key>834547cd-03c3-4951-bceb-70ac257b95e9</fpc_cmp_key>
<fpc_apl_key>ef5c12e2-5b39-4603-b896-15d841fb71f4</fpc_apl_key>
<fpc_pck_key>44bb4e98-deec-49f1-9f86-fb91578f0588</fpc_pck_key>
<fpc_track_recognition_level_flag>1</fpc_track_recognition_level_flag>
<fpc_event_flag>0</fpc_event_flag>
<fpc_prd_key_ext>b06941b3-e5f6-43a6-b9b6-dafa5372839c</fpc_prd_key_ext>
<fpc_funds_raised>191237.93</fpc_funds_raised>
<fpc_funds_goal>0.00</fpc_funds_goal>
</Product_Code>
<Product>
<prd_key>b06941b3-e5f6-43a6-b9b6-dafa5372839c</prd_key>
<prd_name>NATW Donations &amp; Gifts</prd_name>
<prd_add_user>tbutcher</prd_add_user>
<prd_add_date>08/30/2010</prd_add_date>
<prd_change_user>tbutcher</prd_change_user>
<prd_change_date>09/14/2010</prd_change_date>
<prd_delete_flag>0</prd_delete_flag>
<prd_key_ext>b06941b3-e5f6-43a6-b9b6-dafa5372839c</prd_key_ext>
<prd_description>NATW Donations &amp; Gifts</prd_description>
<prd_allow_partial_ship_flag>1</prd_allow_partial_ship_flag>
<prd_track_inventory_flag>0</prd_track_inventory_flag>
<prd_ptp_key>1a8be41b-7e30-4d45-b3ab-c290ae1e73a6</prd_ptp_key>
<prd_taxable_flag>0</prd_taxable_flag>
<prd_allow_backorder>0</prd_allow_backorder>
<prd_atc_key>248ef7ea-cb21-4f07-8e0b-830d27ec946d</prd_atc_key>
<prd_qty_reorder>0.0000</prd_qty_reorder>
<prd_restock_fee>0.00</prd_restock_fee>
<prd_restock_percent>0.0000</prd_restock_percent>
<prd_restock_percent_cp>0.00000000</prd_restock_percent_cp>
<prd_mail>0</prd_mail>
<prd_email>0</prd_email>
<prd_fax>0</prd_fax>
<prd_sell_online>1</prd_sell_online>
<prd_code>NATW Donations</prd_code>
<prd_web>0</prd_web>
<prd_microfiche>0</prd_microfiche>
<prd_featured_product_flag>0</prd_featured_product_flag>
</Product>
<Campaign_Code>
<cmp_key>834547cd-03c3-4951-bceb-70ac257b95e9</cmp_key>
<cmp_code>NATW End of Season Campaign</cmp_code>
<cmp_description>NATW end of season campaign fundraising</cmp_description>
<cmp_start_date>07/01/2010</cmp_start_date>
<cmp_end_date>02/28/2011</cmp_end_date>
<cmp_goal>10000.00</cmp_goal>
<cmp_active_flag>1</cmp_active_flag>
<cmp_add_user>tbutcher</cmp_add_user>
<cmp_add_date>08/30/2010</cmp_add_date>
<cmp_change_user>sgokina</cmp_change_user>
<cmp_change_date>02/22/2011</cmp_change_date>
<cmp_delete_flag>0</cmp_delete_flag>
<cmp_raised>162414.60</cmp_raised>
<cmp_pledged>0.00</cmp_pledged>
<cmp_key_ext>834547cd-03c3-4951-bceb-70ac257b95e9</cmp_key_ext>
</Campaign_Code>
<Fund_Code>
<fun_key>481f8164-da77-4dbd-9cdc-41b6815f3ebb</fun_key>
<fun_code>Chesapeake Bay Watershed</fun_code>
<fun_goal>0.00</fun_goal>
<fun_active_flag>1</fun_active_flag>
<fun_add_user>tbutcher</fun_add_user>
<fun_add_date>08/30/2010</fun_add_date>
<fun_change_user>dhopkins</fun_change_user>
<fun_change_date>02/03/2011</fun_change_date>
<fun_delete_flag>1</fun_delete_flag>
<fun_raised>183058.60</fun_raised>
<fun_pledged>0.00</fun_pledged>
<fun_key_ext>481f8164-da77-4dbd-9cdc-41b6815f3ebb</fun_key_ext>
</Fund_Code>
<Appeal_Code>
<apl_key>ef5c12e2-5b39-4603-b896-15d841fb71f4</apl_key>
<apl_code>NATW Appeal</apl_code>
<apl_goal>0.00</apl_goal>
<apl_active_flag>1</apl_active_flag>
<apl_add_user>tbutcher</apl_add_user>
<apl_add_date>08/30/2010</apl_add_date>
<apl_change_user>sgokina</apl_change_user>
<apl_change_date>12/16/2010</apl_change_date>
<apl_delete_flag>0</apl_delete_flag>
<apl_raised>162414.60</apl_raised>
<apl_pledged>0.00</apl_pledged>
<apl_key_ext>ef5c12e2-5b39-4603-b896-15d841fb71f4</apl_key_ext>
<apl_cmp_key>834547cd-03c3-4951-bceb-70ac257b95e9</apl_cmp_key>
</Appeal_Code>
<Package_Code>
<pck_key>44bb4e98-deec-49f1-9f86-fb91578f0588</pck_key>
<pck_code>NATW Package</pck_code>
<pck_goal>0.00</pck_goal>
<pck_active_flag>1</pck_active_flag>
<pck_add_user>tbutcher</pck_add_user>
<pck_add_date>08/30/2010</pck_add_date>
<pck_delete_flag>0</pck_delete_flag>
<pck_key_ext>44bb4e98-deec-49f1-9f86-fb91578f0588</pck_key_ext>
</Package_Code>
<Order_Detail_Schedule/>
<Recognition_Customer/>
<Gift_Type>
<gty_key>e9d56ba2-cfcb-4977-85ff-29eaba0aeb2e</gty_key>
<gty_type>Donations</gty_type>
<gty_description>Donation</gty_description>
<gty_add_user>nelliott</gty_add_user>
<gty_add_date>02/04/2005</gty_add_date>
<gty_change_user>sbandaru</gty_change_user>
<gty_change_date>11/01/2006</gty_change_date>
<gty_delete_flag>0</gty_delete_flag>
<gty_display_order>100</gty_display_order>
<gty_key_ext>e9d56ba2-cfcb-4977-85ff-29eaba0aeb2e</gty_key_ext>
</Gift_Type>
<Recogntion_Type/>
<Contributor_Gift>
<gf2__gft_recognition_customer_adr_country>UNITED STATES</gf2__gft_recognition_customer_adr_country>
</Contributor_Gift>
<Solicitor_Customer/>
<Source_Code/>
<ComplementaryGifts>
<gf3__gft_recognition_customer_adr_country>UNITED STATES</gf3__gft_recognition_customer_adr_country>
</ComplementaryGifts>
<Invoice>
<inv_print_count>0</inv_print_count>
<inv_ship_priority>3</inv_ship_priority>
<inv_AutoRefund>0</inv_AutoRefund>
<inv_eweb_credit_available>0.00</inv_eweb_credit_available>
<inv_eweb_apply_credit_amount>0.00</inv_eweb_apply_credit_amount>
<inv_total>0.00</inv_total>
<inv_amount>0.00</inv_amount>
<inv_balance>0.00</inv_balance>
<inv_close_opportunity>0</inv_close_opportunity>
<inv_nettotal>0.00</inv_nettotal>
<inv_netpayment>0.00</inv_netpayment>
<inv_credit_to_apply>0.00</inv_credit_to_apply>
<inv_netbalance>0.00</inv_netbalance>
<inv_netcredit>0.00</inv_netcredit>
<inv_netunpaidbalance>0.00</inv_netunpaidbalance>
<inv_netwriteoff>0.00</inv_netwriteoff>
<inv_writeoff_to_apply>0.00</inv_writeoff_to_apply>
<inv_netreturn>0.00</inv_netreturn>
<inv_return_to_apply>0.00</inv_return_to_apply>
<inv_netapplied>0.00</inv_netapplied>
<inv_total_to_apply>0.00</inv_total_to_apply>
<inv_select_all>0</inv_select_all>
<inv_autoapply>0</inv_autoapply>
<inv_autoapplypayment>0</inv_autoapplypayment>
<inv_installment_flag>0</inv_installment_flag>
<inv_coe_flag>0</inv_coe_flag>
<inv_shippable_total>0.00</inv_shippable_total>
<inv_unapplied_shipping_total>0.00</inv_unapplied_shipping_total>
<inv_shippable_items_flag>0</inv_shippable_items_flag>
<inv_bill_me>0</inv_bill_me>
<inv_HasNewLineItems>0</inv_HasNewLineItems>
<inv_HasOldLineItems>0</inv_HasOldLineItems>
<inv_total_weight>0.00</inv_total_weight>
<inv_discount>0.00</inv_discount>
<inv_shipping>0.00</inv_shipping>
<inv_tax>0.00</inv_tax>
</Invoice>
<Payment/>
<Payment_Info>
<pin_tax_amt>0.00</pin_tax_amt>
</Payment_Info>
<Payment_Method/>
<Installment_Billing>
<ord_generate_from_date>09/27/2011</ord_generate_from_date>
</Installment_Billing>
<Gift_Price>
<prc_price>0</prc_price>
<prc_deferred_flag>0</prc_deferred_flag>
<prc_renew_unpaid_orders_flag>1</prc_renew_unpaid_orders_flag>
<prc_allow_unpaid_orders_flag>1</prc_allow_unpaid_orders_flag>
</Gift_Price>
</WEBCentralizedShoppingCartGiftFundraisingGetNewResult>
</WEBCentralizedShoppingCartGiftFundraisingGetNewResponse>
</soap:Body>
</soap:Envelope>
   

JSON Method

POST /xWeb/JSON/WEBCentralizedShoppingCartGiftFundraisingGetNew

Copy
DATA: JSON
{
    "WEBCentralizedShoppingCartGiftFundraisingGetNew": {
        "CustomerKey":"{{indCstKeyPeerToPeerDonor}}",
        "GiftKey":"{{prcKeyPeerToPeerGift}}"
    }
}

 

Copy
SAMPLE RESULT
HTTP STATUS: 200
DATA: JSON
{
    "FundraisingGiftType": {
        "Gift": {
            "gft_key": "1f661c75-35ca-4972-8f25-723413849884",
            "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": "1f661c75-35ca-4972-8f25-723413849884",
            "gft_fpc_prd_key": "a02ecc6b-476c-4011-ab82-3733ab344b39",
            "gft_pck_key": "714c6326-0ef6-43b0-8e24-4917d50ab45c",
            "gft_recognition_customer_adr_country": "UNITED STATES",
            "gft_recognize_as": " Myriam  Lockman  ",
            "gft_dnr_cst_key": "693468de-473e-4f4d-b479-8d924b51c19f",
            "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": "693468de-473e-4f4d-b479-8d924b51c19f",
            "dnr_salutation1": " Myriam  Lockman  ",
            "dnr_dcg_key": "214913cd-2722-4d09-94fc-05418c4d9506",
            "dnr_rfm_ytd_amt": "0.00",
            "dnr_rfm_ytd_count": "0",
            "dnr_rfm_ly_amt": "0.00",
            "dnr_rfm_ly_count": "0",
            "dnr_rfm_ttd_amt": "0.00",
            "dnr_rfm_ttd_count": "0",
            "dnr_add_user": "phil.roberts",
            "dnr_add_date": "2021-10-28T00:00:00+13:00",
            "dnr_delete_flag": "0",
            "dnr_cst_key_ext": "693468de-473e-4f4d-b479-8d924b51c19f",
            "dnr_vip_flag": "0",
            "dnr_recognition_level_override_flag": "0",
            "dnr_gives_anonymous": "0",
            "dnr_do_not_solicit_flag": "0",
            "dnr_rfm_average_amt": "0.00",
            "dnr_cst_sort_name_dn": "Lockman Myriam",
            "dnr_ask_amount1": "0",
            "dnr_ask_amount2": "0",
            "dnr_ask_amount3": "0",
            "dnr_ask_amount4": "0",
            "dnr_ask_amount5": "0"
        },
        "Customer": {
            "cst_key": "693468de-473e-4f4d-b479-8d924b51c19f",
            "cst_type": "Individual",
            "cst_name_cp": "Myriam Lockman",
            "cst_sort_name_dn": "Lockman Myriam",
            "cst_ind_full_name_dn": "Myriam Lockman",
            "cst_add_date": "2021-10-28T02:15:00+13:00",
            "cst_add_user": "phil.roberts",
            "cst_change_date": "2021-10-28T02:16:00+13:00",
            "cst_change_user": "phil.roberts",
            "cst_delete_flag": "0",
            "cst_recno": "6964",
            "cst_id": "000006964I",
            "cst_key_ext": "693468de-473e-4f4d-b479-8d924b51c19f",
            "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": " Myriam  Lockman  ",
            "cst_salutation_2": "",
            "cst_default_recognize_as": " Myriam  Lockman  ",
            "cst_score": "0.1000",
            "cst_score_normalized": "1",
            "cst_score_trend": "3",
            "cst_exclude_from_social_flag": "0",
            "cst_web_login_locked_flag": "0"
        },
        "Individual": {
            "ind_cst_key": "693468de-473e-4f4d-b479-8d924b51c19f",
            "ind_first_name": "Myriam",
            "ind_last_name": "Lockman",
            "ind_full_name_cp": "Myriam Lockman",
            "ind_salutation_cp": "Myriam",
            "ind_cst_key_ext": "693468de-473e-4f4d-b479-8d924b51c19f",
            "ind_deceased_flag": "0",
            "ind_add_date": "2021-10-28T02:15:00+13:00",
            "ind_add_user": "phil.roberts",
            "ind_delete_flag": "0"
        },
        "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": {
            "cty_code": "UNITED STATES",
            "cty_add_date": "2001-12-05T13:44:00+13:00",
            "cty_add_user": "XMEN\\tward",
            "cty_change_date": "2021-06-30T05:16:38+12:00",
            "cty_change_user": "tracy.fussell",
            "cty_delete_flag": "0",
            "cty_key": "bc4b70f8-280e-4bb0-b935-9f728c50e183",
            "cty_key_ext": "bc4b70f8-280e-4bb0-b935-9f728c50e183",
            "cty_long_name": "United States",
            "cty_fips_code": "US",
            "cty_status": "independent",
            "cty_capital": "Washington, DC",
            "cty_idd_code": "001",
            "cty_srg_key": "27bc82ef-0d5d-4ead-b9c3-560c98003641",
            "cty_postal_input_mask": "regex:^\\d{5}(-\\d{4})?$",
            "cty_phone_input_mask": "^(\\d{3})(\\d{3})(\\d{4})$~($1)$2-$3",
            "cty_currency_code": "USD",
            "cty_currency_code_description": "U.S. Dollar",
            "cty_vat_flag": "0",
            "cty_iso_2": "US",
            "cty_iso_3": "USA",
            "cty_do_not_ship": "0",
            "cty_iso_number": "840",
            "cty_bpa_region": "NORTH AMERICA",
            "cty_do_not_sell": "0",
            "cty_dyn_key": "82b095b3-c816-4e03-9061-66d54be8261a",
            "cty_dyn_key_2": "8268f5bb-fd87-4497-b2e0-2d22ed7661d5"
        },
        "Ind_Business_Phone_XRef": {
            "cph_pht_key": "36cbefc2-d988-42dc-8618-6072a758af08",
            "cph_primary": "1",
            "cph_owner": "1"
        },
        "Ind_Business_Phone": {
            "phn_cty_key": "bc4b70f8-280e-4bb0-b935-9f728c50e183"
        },
        "Ind_Business_Phone_country": {
            "ct3__cty_code": "UNITED STATES",
            "ct3__cty_add_date": "2001-12-05T13:44:00+13:00",
            "ct3__cty_add_user": "XMEN\\tward",
            "ct3__cty_change_date": "2021-06-30T05:16:38+12:00",
            "ct3__cty_change_user": "tracy.fussell",
            "ct3__cty_delete_flag": "0",
            "ct3__cty_key": "bc4b70f8-280e-4bb0-b935-9f728c50e183",
            "ct3__cty_key_ext": "bc4b70f8-280e-4bb0-b935-9f728c50e183",
            "ct3__cty_long_name": "United States",
            "ct3__cty_fips_code": "US",
            "ct3__cty_status": "independent",
            "ct3__cty_capital": "Washington, DC",
            "ct3__cty_idd_code": "001",
            "ct3__cty_srg_key": "27bc82ef-0d5d-4ead-b9c3-560c98003641",
            "ct3__cty_postal_input_mask": "regex:^\\d{5}(-\\d{4})?$",
            "ct3__cty_phone_input_mask": "^(\\d{3})(\\d{3})(\\d{4})$~($1)$2-$3",
            "ct3__cty_currency_code": "USD",
            "ct3__cty_currency_code_description": "U.S. Dollar",
            "ct3__cty_vat_flag": "0",
            "ct3__cty_iso_2": "US",
            "ct3__cty_iso_3": "USA",
            "ct3__cty_do_not_ship": "0",
            "ct3__cty_iso_number": "840",
            "ct3__cty_bpa_region": "NORTH AMERICA",
            "ct3__cty_do_not_sell": "0",
            "ct3__cty_dyn_key": "82b095b3-c816-4e03-9061-66d54be8261a",
            "ct3__cty_dyn_key_2": "8268f5bb-fd87-4497-b2e0-2d22ed7661d5"
        },
        "Ind_Business_Fax_XRef": {
            "cfx_fxt_key": "aad2ad9a-961f-4a1f-b188-21dd063b5978",
            "cfx_primary": "1",
            "cfx_owner": "1"
        },
        "Ind_Business_Fax": {
            "fax_cty_key": "bc4b70f8-280e-4bb0-b935-9f728c50e183"
        },
        "Ind_Business_Fax_Country": {
            "ct5__cty_code": "UNITED STATES",
            "ct5__cty_add_date": "2001-12-05T13:44:00+13:00",
            "ct5__cty_add_user": "XMEN\\tward",
            "ct5__cty_change_date": "2021-06-30T05:16:38+12:00",
            "ct5__cty_change_user": "tracy.fussell",
            "ct5__cty_delete_flag": "0",
            "ct5__cty_key": "bc4b70f8-280e-4bb0-b935-9f728c50e183",
            "ct5__cty_key_ext": "bc4b70f8-280e-4bb0-b935-9f728c50e183",
            "ct5__cty_long_name": "United States",
            "ct5__cty_fips_code": "US",
            "ct5__cty_status": "independent",
            "ct5__cty_capital": "Washington, DC",
            "ct5__cty_idd_code": "001",
            "ct5__cty_srg_key": "27bc82ef-0d5d-4ead-b9c3-560c98003641",
            "ct5__cty_postal_input_mask": "regex:^\\d{5}(-\\d{4})?$",
            "ct5__cty_phone_input_mask": "^(\\d{3})(\\d{3})(\\d{4})$~($1)$2-$3",
            "ct5__cty_currency_code": "USD",
            "ct5__cty_currency_code_description": "U.S. Dollar",
            "ct5__cty_vat_flag": "0",
            "ct5__cty_iso_2": "US",
            "ct5__cty_iso_3": "USA",
            "ct5__cty_do_not_ship": "0",
            "ct5__cty_iso_number": "840",
            "ct5__cty_bpa_region": "NORTH AMERICA",
            "ct5__cty_do_not_sell": "0",
            "ct5__cty_dyn_key": "82b095b3-c816-4e03-9061-66d54be8261a",
            "ct5__cty_dyn_key_2": "8268f5bb-fd87-4497-b2e0-2d22ed7661d5"
        },
        "Ind_eMail": {
            "eml_type": "business",
            "eml_primary": "1"
        },
        "Ind_URL": {
            "url_type": "internet",
            "url_primary": "1"
        },
        "Ind_Messaging": {
            "msg_primary": "1"
        },
        "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": {
            "ct6__cty_code": "UNITED STATES",
            "ct6__cty_add_date": "2001-12-05T13:44:00+13:00",
            "ct6__cty_add_user": "XMEN\\tward",
            "ct6__cty_change_date": "2021-06-30T05:16:38+12:00",
            "ct6__cty_change_user": "tracy.fussell",
            "ct6__cty_delete_flag": "0",
            "ct6__cty_key": "bc4b70f8-280e-4bb0-b935-9f728c50e183",
            "ct6__cty_key_ext": "bc4b70f8-280e-4bb0-b935-9f728c50e183",
            "ct6__cty_long_name": "United States",
            "ct6__cty_fips_code": "US",
            "ct6__cty_status": "independent",
            "ct6__cty_capital": "Washington, DC",
            "ct6__cty_idd_code": "001",
            "ct6__cty_srg_key": "27bc82ef-0d5d-4ead-b9c3-560c98003641",
            "ct6__cty_postal_input_mask": "regex:^\\d{5}(-\\d{4})?$",
            "ct6__cty_phone_input_mask": "^(\\d{3})(\\d{3})(\\d{4})$~($1)$2-$3",
            "ct6__cty_currency_code": "USD",
            "ct6__cty_currency_code_description": "U.S. Dollar",
            "ct6__cty_vat_flag": "0",
            "ct6__cty_iso_2": "US",
            "ct6__cty_iso_3": "USA",
            "ct6__cty_do_not_ship": "0",
            "ct6__cty_iso_number": "840",
            "ct6__cty_bpa_region": "NORTH AMERICA",
            "ct6__cty_do_not_sell": "0",
            "ct6__cty_dyn_key": "82b095b3-c816-4e03-9061-66d54be8261a",
            "ct6__cty_dyn_key_2": "8268f5bb-fd87-4497-b2e0-2d22ed7661d5"
        },
        "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": null,
        "Additional_Invoice_DetailCollection": null
    }
}