WEBCentralizedShoppingCartGetPaymentOptions
Initial Build |
2008.01 |
xWEB |
Web Method |
Response Type |
XML Results |
This method can be used to get a list of potential payment methods for the shopping cart.
Only payment methods of these general payment type will be returned, and only if they are configured in netFORUM to show online:
- Credit Card
- Telecheck
- ACH
- PayPal
Important! Payment methods are not fixed for a NetForum site. They can vary by the Business Unit associated with the order. In most cases, the business unit is derived from the Batch which is contained in <Invoice.inv_bat_key> in the Shopping Cart Object. Therefore, to reduce the frequency that you need to call this method, your application can cache locally the payments methods associated with a particular inv_bat_key. It is safe to say that once you pass one Shopping Cart Object with a particular batch key, then the results from this web method will be the same for any other Shopping Cart Object with the same batch key.
Parameters
Name | Type | Occurs | Description |
---|---|---|---|
oCentralizedOrderEntry | CentralizedOrderEntryType | 0(R)..1 | The active shopping cart object. |
Return
XML Results containing a list of Payment Methods.
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:WEBCentralizedShoppingCartGetPaymentOptions>
<ns:oCentalizedOrderEntry>
[[Shopping Cart Object]]
</ns:oCentalizedOrderEntry>
</ns:WEBCentralizedShoppingCartGetPaymentOptions>
</soapenv:Body>
</soapenv:Envelope>
Sample Response
Name | Description | Datatype | Notes |
---|---|---|---|
apm_key | Key | string | The primary key (in the format of a Guid Type) of the payment method. This key will be needed to pass into other methods. |
apm_type | Type | string | The general type of the payment method (credit cart, telectheck, ACH, PayPal, etc. |
apm_method | Method | string | The name of the method such as Visa, American Express, etc. This is the value that you would show to an end user if you are giving them a choice of which payment method to use. |
Troubleshooting: All Payment Methods
The following GetQuery will give you a list of all payment methods, both "electronic" and non-electronic.
<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:GetQuery>
<ns:szObjectName>PaymentMethod</ns:szObjectName>
<ns:szColumnList>atc_code, pma_atc_key, apm_method, apm_type, apm_eweb_flag, apm_atc_key, gtw_name, pma_config_option, gtw_assembly, gtw_type_name, apm_gateway_is_frozen_flag, pma_gateway_is_frozen_flag, gtw_gateway_is_frozen_flag</ns:szColumnList>
<ns:szWhereClause>pma_delete_flag=0</ns:szWhereClause>
<ns:szOrderBy>ac_payment_gateway.gtw_name,pma_config_option,apm_method</ns:szOrderBy>
</ns:GetQuery>
</soapenv:Body>
</soapenv:Envelope>
JSON Method
Get a list of payment options for the current cart.
The apm_key is used in the WEBCentralizedShoppingCartInsert method when applying a credit card payment.
GET n/a
POST /xweb/JSON/WEBCentralizedShoppingCartGetPaymentOptions
DATA: JSON
{
"WEBCentralizedShoppingCartGetPaymentOptions": {
"oCentralizedOrderEntry": {
"Invoice": {
"inv_key": "04cafd64-26a7-4ad4-aabb-942a8dea092f",
"inv_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"inv_print_count": "0",
"inv_ship_priority": "3",
"inv_orig_trans_type": "prepaid",
"inv_cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"inv_eml_key": "089afd74-3495-4fce-94a0-72188210299a",
"inv_cst_billing_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"inv_AutoRefund": "0",
"inv_eweb_credit_available": "0.00",
"inv_eweb_apply_credit_amount": "0.00",
"inv_first_installment_amount": "0.00",
"inv_mbr_mbt_keys": "d076a22a-92c2-40ac-81de-b3f520fab6ac",
"inv_cst_first_last_name": "JasonTest1 D WattsTest1",
"inv_total": "190.00",
"inv_amount": "190.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": "190.00",
"inv_nettotal": "190.00",
"inv_netpayment": "190.00",
"inv_credit_to_apply": "0.00",
"inv_netbalance": "0.00",
"inv_netcredit": "0.00",
"inv_net_amount_due": "190.00",
"inv_netunpaidbalance": "190.00",
"inv_netwriteoff": "0.00",
"inv_writeoff_to_apply": "0.00",
"inv_netreturn": "0.00",
"inv_return_to_apply": "0.00",
"inv_netapplied": "190.00",
"inv_previous_netapplied": "0.00",
"inv_previous_netpayment": "0.00",
"inv_total_to_apply": "190.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;'>Individual Dues</td><td style='text-align: right;'>190.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;'>190.00</td><td style='text-align: right;'>190.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 Individual Dues 190.00 0.00 0.00 0.00 190.00 190.00 0.00 ",
"inv_details_with_customer_html": "<table cellspacing='1' cellpadding='1'><tr><th>Customer</th><th>Qty</th><th>Item</th><th>Price</th><th>Discount</th><th>Taxes</th><th>Shipping</th><th>Sub-Total</th><th>Paid</th><th>Balance</th></tr> <tr><td style='text-align: right;'>WattsTest1 JasonTest1 D</td><td style='text-align: right;'>1.0000</td><td style='text-align: right;'>Individual Dues</td><td style='text-align: right;'>190.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;'>190.00</td><td style='text-align: right;'>190.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": "1db7089a-357f-448d-8d9d-e3906a3d2599,157bc4f1-159a-4828-b529-4e3bbe5a065d",
"inv_Show_Popup": "0",
"inv_convert_to_installmentpayments": "0",
"inv_allow_installment": "0"
},
"Invoice_Detail": {
"ivd_parity": "1",
"ivd_cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"ivd_type": "Product"
},
"Invoice_Detail_Term": null,
"Claim": {
"cld_claim_status": "Approved"
},
"Default_Shipping_Address": {
"cxs__cxa_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"cxs__cxa_adr_key": "c95a666a-bee2-4dbf-82a2-3ddee254af4d",
"cxs__cxa_add_date": "2020-03-27T00:06:00-05:00",
"cxs__cxa_add_user": "jwatts",
"cxs__cxa_change_date": "2020-03-29T22:37:00-05:00",
"cxs__cxa_change_user": "jwatts",
"cxs__cxa_delete_flag": "0",
"cxs__cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"cxs__cxa_key_ext": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"cxs__cxa_on_hold_flag": "0",
"cxs__cxa_adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"cxs__cxa_mailing_label": "Mr. JasonTest1 D WattsTest1 Mr. JasonTest1 WattsTest1 125 Main St. Houston, TX 77433",
"cxs__cxa_mailing_label_html": "Mr. JasonTest1 D WattsTest1<br>Mr. JasonTest1 WattsTest1<br>125 Main St.<br>Houston, TX 77433"
},
"Payment": {
"pay_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1"
},
"Payment_Info": {
"pin_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"pin_check_amount": "190.00",
"pin_street": "125 Main St.",
"pin_city": "Houston",
"pin_state": "TX",
"pin_zip": "77433",
"pin_email": "jwatts1980+Test1@gmail.com",
"pin_cty_iso_number": "840",
"pin_hosted_page_available": "0",
"pin_mobile_app_available": "0",
"pin_hosted_payment": "0",
"pin_isvault": "0",
"pin_tax_amt": "0.00",
"pin_billing_info_required_for_ach_flag": "0",
"pin_allow_online_payment_flag": "0",
"pin_preferred_flag": "0"
},
"Payment_Method": null,
"Customer": {
"cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"cst_type": "Individual",
"cst_name_cp": "Mr. JasonTest1 D WattsTest1",
"cst_sort_name_dn": "WattsTest1 JasonTest1 D",
"cst_ind_full_name_dn": "Mr. JasonTest1 D WattsTest1",
"cst_ixo_title_dn": "Mr. JasonTest1 WattsTest1",
"cst_add_date": "2020-03-27T00:06:00-05:00",
"cst_add_user": "jwatts",
"cst_change_date": "2020-03-29T22:37:00-05:00",
"cst_change_user": "jwatts",
"cst_delete_flag": "0",
"cst_recno": "240656",
"cst_id": "000240656I",
"cst_key_ext": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"cst_email_text_only": "0",
"cst_tax_exempt_flag": "0",
"cst_cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"cst_no_email_flag": "0",
"cst_eml_address_dn": "jwatts1980+Test1@gmail.com",
"cst_eml_key": "089afd74-3495-4fce-94a0-72188210299a",
"cst_no_phone_flag": "0",
"cst_no_fax_flag": "0",
"cst_no_web_flag": "0",
"cst_member_flag": "0",
"cst_no_msg_flag": "0",
"cst_web_password": "38ykB5HAqV/4arY2uJE7UbViRTA8qHhF",
"cst_no_mail_flag": "0",
"cst_web_force_password_change": "0",
"cst_web_login_disabled_flag": "0",
"cst_credit_hold_flag": "0",
"cst_web_forgot_password_status": "0",
"cst_no_publish_flag": "0",
"cst_salutation_1": "Mr.. JasonTest1 D WattsTest1 ",
"cst_default_recognize_as": "Mr.. JasonTest1 D WattsTest1 ",
"cst_exclude_from_social_flag": "0",
"cst_salt": "vp76fl6vim1pvBY9v5FOn9bOt1rdmzu1",
"cst_iterations": "5000",
"cst_web_password_change_date": "2020-03-28T18:21:00-05:00",
"cst_web_login_locked_flag": "0",
"cst_credit_available": "0.00"
},
"CustomerIndividual": {
"ind_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"ind_prf_code": "Mr.",
"ind_first_name": "JasonTest1",
"ind_mid_name": "D",
"ind_last_name": "WattsTest1",
"ind_full_name_cp": "Mr. JasonTest1 D WattsTest1",
"ind_salutation_cp": "Mr. WattsTest1",
"ind_cst_key_ext": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"ind_badge_name": "Mr. JasonTest1 WattsTest1",
"ind_deceased_flag": "0",
"ind_add_date": "2020-03-27T00:06:00-05:00",
"ind_add_user": "jwatts",
"ind_delete_flag": "0",
"ind_position_classification_ext": "Other",
"ind_department_ext": "IT"
},
"Billing_Address": {
"cxa_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"cxa_adr_key": "c95a666a-bee2-4dbf-82a2-3ddee254af4d",
"cxa_add_date": "2020-03-27T00:06:00-05:00",
"cxa_add_user": "jwatts",
"cxa_change_date": "2020-03-29T22:37:00-05:00",
"cxa_change_user": "jwatts",
"cxa_delete_flag": "0",
"cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"cxa_key_ext": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"cxa_on_hold_flag": "0",
"cxa_adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"cxa_mailing_label": "Mr. JasonTest1 D WattsTest1 Mr. JasonTest1 WattsTest1 125 Main St. Houston, TX 77433",
"cxa_mailing_label_html": "Mr. JasonTest1 D WattsTest1<br>Mr. JasonTest1 WattsTest1<br>125 Main St.<br>Houston, TX 77433"
},
"Billing_Adr": {
"adr_key": "c95a666a-bee2-4dbf-82a2-3ddee254af4d",
"adr_cst_key_owner": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"adr_line1": "125 Main St.",
"adr_city": "Houston",
"adr_state": "TX",
"adr_post_code": "77433",
"adr_city_state_code": "Houston, TX 77433",
"adr_country": "UNITED STATES",
"adr_add_date": "2020-03-27T00:06:27-05:00",
"adr_add_user": "jwatts",
"adr_change_date": "2020-03-29T22:36:31-05:00",
"adr_change_user": "jwatts",
"adr_delete_flag": "0",
"adr_key_ext": "c95a666a-bee2-4dbf-82a2-3ddee254af4d",
"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": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"bcs__cst_type": "Individual",
"bcs__cst_name_cp": "Mr. JasonTest1 D WattsTest1",
"bcs__cst_sort_name_dn": "WattsTest1 JasonTest1 D",
"bcs__cst_ind_full_name_dn": "Mr. JasonTest1 D WattsTest1",
"bcs__cst_ixo_title_dn": "Mr. JasonTest1 WattsTest1",
"bcs__cst_add_date": "2020-03-27T00:06:00-05:00",
"bcs__cst_add_user": "jwatts",
"bcs__cst_change_date": "2020-03-29T22:37:00-05:00",
"bcs__cst_change_user": "jwatts",
"bcs__cst_delete_flag": "0",
"bcs__cst_recno": "240656",
"bcs__cst_id": "000240656I",
"bcs__cst_key_ext": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"bcs__cst_email_text_only": "0",
"bcs__cst_tax_exempt_flag": "0",
"bcs__cst_cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"bcs__cst_no_email_flag": "0",
"bcs__cst_eml_address_dn": "jwatts1980+Test1@gmail.com",
"bcs__cst_eml_key": "089afd74-3495-4fce-94a0-72188210299a",
"bcs__cst_no_phone_flag": "0",
"bcs__cst_no_fax_flag": "0",
"bcs__cst_no_web_flag": "0",
"bcs__cst_member_flag": "0",
"bcs__cst_no_msg_flag": "0",
"bcs__cst_web_password": "38ykB5HAqV/4arY2uJE7UbViRTA8qHhF",
"bcs__cst_no_mail_flag": "0",
"bcs__cst_web_force_password_change": "0",
"bcs__cst_web_login_disabled_flag": "0",
"bcs__cst_credit_hold_flag": "0",
"bcs__cst_web_forgot_password_status": "0",
"bcs__cst_no_publish_flag": "0",
"bcs__cst_salutation_1": "Mr.. JasonTest1 D WattsTest1 ",
"bcs__cst_default_recognize_as": "Mr.. JasonTest1 D WattsTest1 ",
"bcs__cst_exclude_from_social_flag": "0",
"bcs__cst_salt": "vp76fl6vim1pvBY9v5FOn9bOt1rdmzu1",
"bcs__cst_iterations": "5000",
"bcs__cst_web_password_change_date": "2020-03-28T18:21:00-05:00",
"bcs__cst_web_login_locked_flag": "0"
},
"BillToCustomerIndividual": {
"bin__ind_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"bin__ind_prf_code": "Mr.",
"bin__ind_first_name": "JasonTest1",
"bin__ind_mid_name": "D",
"bin__ind_last_name": "WattsTest1",
"bin__ind_full_name_cp": "Mr. JasonTest1 D WattsTest1",
"bin__ind_salutation_cp": "Mr. WattsTest1",
"bin__ind_cst_key_ext": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"bin__ind_badge_name": "Mr. JasonTest1 WattsTest1",
"bin__ind_deceased_flag": "0",
"bin__ind_add_date": "2020-03-27T00:06:00-05:00",
"bin__ind_add_user": "jwatts",
"bin__ind_delete_flag": "0",
"bin__ind_position_classification_ext": "Other",
"bin__ind_department_ext": "IT"
},
"Billing_Contact": null,
"InstallmentBilling": {
"ord_proforma": "0"
},
"Company-Business_Unit": {
"atc_code": "ACC",
"atc_name": "National Institute of Governmental Purchasing",
"atc_asn_code": "ACC",
"atc_add_user": "av_Bwoehrle",
"atc_add_date": "2008-02-25T13:41:44-06:00",
"atc_change_user": "user",
"atc_change_date": "2017-03-20T10:20:19-05: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": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"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_mbr_key": "c06e270b-bf23-4ba8-917c-00e72e90058a",
"ivd_qty_previous": "0.00",
"ivd_key": "f14458c9-2e1e-4c36-b384-5fa9ea05561b",
"ivd_price": "190.00",
"ivd_qty": "1.0000",
"ivd_prc_key": "f7c5754b-1afc-4383-a1af-12ab36fb8205",
"ivd_prc_prd_key": "1db7089a-357f-448d-8d9d-e3906a3d2599",
"ivd_amount_cp": "190.00",
"ivd_parity": "1",
"ivd_cst_ship_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"ivd_prc_prd_ptp_key": "d2143394-7ea9-40fd-9bd7-78b12f7580a5",
"ivd_cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"ivd_type": "Product",
"ivd_pak_prd_key": "157bc4f1-159a-4828-b529-4e3bbe5a065d",
"ivd_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"ivd_package_grouping_key": "748145df-d85d-4322-815a-210f79f00b13",
"ivd_distributed_liability_flag": "0",
"ivd_createorder_flag": "0",
"ivd_lineamount": "190.00",
"ivd_lineamount_no_discount": "190.00",
"ivd_createinvoice_flag": "1",
"ivd_linebalance": "0.00",
"ivd_net_amount_due": "190.00",
"ivd_payamount": "190.00",
"ivd_disable_quantity": "1",
"ivd_subtotal": "190.00",
"ivd_discountamount": "0.00",
"ivd_total": "190.00",
"ivd_applied_payment": "190.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": "190.00",
"ivd_netpayment": "190.00",
"ivd_payment_to_apply": "190.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": "190.00",
"ivd_previous_netpayment": "0.00",
"ivd_total_to_apply": "190.00",
"ivd_netbalance": "0.00",
"ivd_netunpaidbalance": "190.00",
"ivd_price_aggregated": "190.00",
"ivd_discountamount_aggregated": "0.00",
"ivd_tax_aggregated": "0.00",
"ivd_shipping_aggregated": "0.00",
"ivd_nettotal_aggregated": "190.00",
"ivd_netunpaidbalance_aggregated": "190.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": "f14458c9-2e1e-4c36-b384-5fa9ea05561b",
"ivd_formkey": "3d466e13-a42e-427d-bdfe-ffc8cf188788",
"ivd_parentdataobject": "Invoice Detail",
"ivd_addl_info": "WattsTest1 JasonTest1 D",
"ivd_shippable_flag": "0",
"ivd_inv_shippable_total": "0.00",
"ivd_inv_distributable_credit_total": "0.00"
},
"Invoice_Detail_Term": null,
"Invoice": {
"inv_print_count": "0",
"inv_ship_priority": "3",
"inv_orig_trans_type": "prepaid",
"inv_cst_billing_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1"
},
"Price": {
"prc_key": "f7c5754b-1afc-4383-a1af-12ab36fb8205",
"prc_prd_key": "1db7089a-357f-448d-8d9d-e3906a3d2599",
"prc_price": "190.00",
"prc_add_user": "FJackson",
"prc_add_date": "2008-05-08T09:41:12-05:00",
"prc_change_user": "EYunani",
"prc_change_date": "2015-08-03T10:36:13-05:00",
"prc_delete_flag": "0",
"prc_key_ext": "f7c5754b-1afc-4383-a1af-12ab36fb8205",
"prc_gla_ar_key": "4ec9ebd8-f9e8-4c66-bd75-01964bf0cc77",
"prc_gla_revenue_key": "49d65a38-9787-4ff3-8692-fa5a25d27356",
"prc_gla_liability_key": "702cf048-6c1f-4963-aea5-472117c4d739",
"prc_gla_return_key": "49d65a38-9787-4ff3-8692-fa5a25d27356",
"prc_gla_writeoff_key": "21ea5878-33d5-4c8f-bbc6-ac493255ad3e",
"prc_ptr_key": "00ac054b-d057-4ab8-91de-a81a94f866a1",
"prc_prd_ptp_key": "d2143394-7ea9-40fd-9bd7-78b12f7580a5",
"prc_percent": "0.0000",
"prc_percent_cp": "0.00",
"prc_prd_atc_key": "7697205e-876a-436a-ae35-9ba3abf05a22",
"prc_code": "IndDues",
"prc_display_name": "Individual Dues",
"prc_sell_online": "0",
"prc_gla_deferred_key": "8aba7cce-3bef-486f-9c1e-fcebc1dc2453",
"prc_deferred_flag": "1",
"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": "1db7089a-357f-448d-8d9d-e3906a3d2599",
"prd_name": "Individual Dues",
"prd_add_user": "FJackson",
"prd_add_date": "2008-05-08T09:41:12-05:00",
"prd_delete_flag": "0",
"prd_qty_available": "-1.00",
"prd_key_ext": "1db7089a-357f-448d-8d9d-e3906a3d2599",
"prd_description": "Individual Dues",
"prd_allow_partial_ship_flag": "1",
"prd_track_inventory_flag": "0",
"prd_ptp_key": "d2143394-7ea9-40fd-9bd7-78b12f7580a5",
"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": "0",
"prd_web": "0",
"prd_microfiche": "0",
"prd_featured_product_flag": "0"
},
"ShipToCustomer": {
"cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"cst_type": "Individual",
"cst_name_cp": "Mr. JasonTest1 D WattsTest1",
"cst_sort_name_dn": "WattsTest1 JasonTest1 D",
"cst_ind_full_name_dn": "Mr. JasonTest1 D WattsTest1",
"cst_ixo_title_dn": "Mr. JasonTest1 WattsTest1",
"cst_add_date": "2020-03-27T00:06:00-05:00",
"cst_add_user": "jwatts",
"cst_change_date": "2020-03-29T22:37:00-05:00",
"cst_change_user": "jwatts",
"cst_delete_flag": "0",
"cst_recno": "240656",
"cst_id": "000240656I",
"cst_key_ext": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"cst_email_text_only": "0",
"cst_tax_exempt_flag": "0",
"cst_cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"cst_no_email_flag": "0",
"cst_eml_address_dn": "jwatts1980+Test1@gmail.com",
"cst_eml_key": "089afd74-3495-4fce-94a0-72188210299a",
"cst_no_phone_flag": "0",
"cst_no_fax_flag": "0",
"cst_no_web_flag": "0",
"cst_member_flag": "0",
"cst_no_msg_flag": "0",
"cst_web_password": "38ykB5HAqV/4arY2uJE7UbViRTA8qHhF",
"cst_no_mail_flag": "0",
"cst_web_force_password_change": "0",
"cst_web_login_disabled_flag": "0",
"cst_credit_hold_flag": "0",
"cst_web_forgot_password_status": "0",
"cst_no_publish_flag": "0",
"cst_salutation_1": "Mr.. JasonTest1 D WattsTest1 ",
"cst_default_recognize_as": "Mr.. JasonTest1 D WattsTest1 ",
"cst_exclude_from_social_flag": "0",
"cst_salt": "vp76fl6vim1pvBY9v5FOn9bOt1rdmzu1",
"cst_iterations": "5000",
"cst_web_password_change_date": "2020-03-28T18:21:00-05:00",
"cst_web_login_locked_flag": "0"
},
"SoldToCustomer": {
"cs2__cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"cs2__cst_type": "Individual",
"cs2__cst_name_cp": "Mr. JasonTest1 D WattsTest1",
"cs2__cst_sort_name_dn": "WattsTest1 JasonTest1 D",
"cs2__cst_ind_full_name_dn": "Mr. JasonTest1 D WattsTest1",
"cs2__cst_ixo_title_dn": "Mr. JasonTest1 WattsTest1",
"cs2__cst_add_date": "2020-03-27T00:06:00-05:00",
"cs2__cst_add_user": "jwatts",
"cs2__cst_change_date": "2020-03-29T22:37:00-05:00",
"cs2__cst_change_user": "jwatts",
"cs2__cst_delete_flag": "0",
"cs2__cst_recno": "240656",
"cs2__cst_id": "000240656I",
"cs2__cst_key_ext": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"cs2__cst_email_text_only": "0",
"cs2__cst_tax_exempt_flag": "0",
"cs2__cst_cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"cs2__cst_no_email_flag": "0",
"cs2__cst_eml_address_dn": "jwatts1980+Test1@gmail.com",
"cs2__cst_eml_key": "089afd74-3495-4fce-94a0-72188210299a",
"cs2__cst_no_phone_flag": "0",
"cs2__cst_no_fax_flag": "0",
"cs2__cst_no_web_flag": "0",
"cs2__cst_member_flag": "0",
"cs2__cst_no_msg_flag": "0",
"cs2__cst_web_password": "38ykB5HAqV/4arY2uJE7UbViRTA8qHhF",
"cs2__cst_no_mail_flag": "0",
"cs2__cst_web_force_password_change": "0",
"cs2__cst_web_login_disabled_flag": "0",
"cs2__cst_credit_hold_flag": "0",
"cs2__cst_web_forgot_password_status": "0",
"cs2__cst_no_publish_flag": "0",
"cs2__cst_salutation_1": "Mr.. JasonTest1 D WattsTest1 ",
"cs2__cst_default_recognize_as": "Mr.. JasonTest1 D WattsTest1 ",
"cs2__cst_exclude_from_social_flag": "0",
"cs2__cst_salt": "vp76fl6vim1pvBY9v5FOn9bOt1rdmzu1",
"cs2__cst_iterations": "5000",
"cs2__cst_web_password_change_date": "2020-03-28T18:21:00-05:00",
"cs2__cst_web_login_locked_flag": "0"
},
"Shipping_Address": {
"cxa_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"cxa_adr_key": "c95a666a-bee2-4dbf-82a2-3ddee254af4d",
"cxa_add_date": "2020-03-27T00:06:00-05:00",
"cxa_add_user": "jwatts",
"cxa_change_date": "2020-03-29T22:37:00-05:00",
"cxa_change_user": "jwatts",
"cxa_delete_flag": "0",
"cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"cxa_key_ext": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"cxa_on_hold_flag": "0",
"cxa_adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"cxa_mailing_label": "Mr. JasonTest1 D WattsTest1 Mr. JasonTest1 WattsTest1 125 Main St. Houston, TX 77433",
"cxa_mailing_label_html": "Mr. JasonTest1 D WattsTest1<br>Mr. JasonTest1 WattsTest1<br>125 Main St.<br>Houston, TX 77433"
},
"Shipping_Address_Type": {
"adt_code": "Mailing",
"adt_add_user": "Conversion",
"adt_add_date": "2008-04-22T15:56:55-05: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": "d2143394-7ea9-40fd-9bd7-78b12f7580a5",
"ptp_code": "Membership Dues",
"ptp_add_user": "XMEN\\jmalin",
"ptp_add_date": "2002-07-10T17:23:52-05:00",
"ptp_change_user": "ppatil",
"ptp_change_date": "2007-09-05T15:26:02-05:00",
"ptp_delete_flag": "0",
"ptp_key_ext": "d2143394-7ea9-40fd-9bd7-78b12f7580a5",
"ptp_sell_online": "0",
"ptp_discount_flag": "1",
"ptp_order": "480",
"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": {
"mb_membership": {
"Membership": {
"mbr_asn_code": "ACC",
"mbr_key": "c06e270b-bf23-4ba8-917c-00e72e90058a",
"mbr_key_ext": "c06e270b-bf23-4ba8-917c-00e72e90058a",
"mbr_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"mbr_mbt_key": "d076a22a-92c2-40ac-81de-b3f520fab6ac",
"mbr_pak_prd_key": "157bc4f1-159a-4828-b529-4e3bbe5a065d",
"mbr_pak_prd_renewal_key": "157bc4f1-159a-4828-b529-4e3bbe5a065d",
"mbr_invoice_date": "2020-03-30T00:00:00-05:00",
"mbr_apply_credits_flag": "0",
"mbr_available_credit": "0.00",
"mbr_total": "190.00"
},
"Chapter_Membership": null,
"Change_Membership": null,
"Invoice": {
"inv_print_count": "0",
"inv_ship_priority": "3",
"inv_cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"inv_cst_billing_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"inv_AutoRefund": "0",
"inv_eweb_credit_available": "0.00",
"inv_eweb_apply_credit_amount": "0.00",
"inv_total": "0.00",
"inv_amount": "0.00",
"inv_balance": "0.00",
"inv_payment_to_apply_distributed": "0.00",
"inv_close_opportunity": "0",
"inv_credit_to_apply_distributed": "0.00",
"inv_distributable_credit_total": "0.00",
"inv_distributable_credit_balance": "0.00",
"inv_paid_by_liability_balance": "0.00",
"inv_nettotal": "0.00",
"inv_netpayment": "0.00",
"inv_credit_to_apply": "0.00",
"inv_netbalance": "0.00",
"inv_netcredit": "0.00",
"inv_netunpaidbalance": "0.00",
"inv_netwriteoff": "0.00",
"inv_writeoff_to_apply": "0.00",
"inv_netreturn": "0.00",
"inv_return_to_apply": "0.00",
"inv_netapplied": "0.00",
"inv_previous_netapplied": "0.00",
"inv_previous_netpayment": "0.00",
"inv_total_to_apply": "0.00",
"inv_allow_payment_with_frozen_payment_method": "0",
"inv_select_all": "0",
"inv_details_html": "<table cellspacing='1' cellpadding='1'><tr><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;'>Individual Dues</td><td style='text-align: right;'>190.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;'>190.00</td><td style='text-align: right;'>190.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 Individual Dues 190.00 0.00 0.00 0.00 190.00 190.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"
},
"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"
},
"Inovice_Terms": {
"ait_discount_days": "0",
"ait_discount_percent": "0.0000",
"ait_finance_charge_days": "0",
"ait_finance_charge_percent": "0.0000"
},
"Individual": {
"ind_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"ind_prf_code": "Mr.",
"ind_first_name": "JasonTest1",
"ind_mid_name": "D",
"ind_last_name": "WattsTest1",
"ind_full_name_cp": "Mr. JasonTest1 D WattsTest1",
"ind_salutation_cp": "Mr. WattsTest1",
"ind_cst_key_ext": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"ind_badge_name": "Mr. JasonTest1 WattsTest1",
"ind_deceased_flag": "0",
"ind_add_date": "2020-03-27T00:06:00-05:00",
"ind_add_user": "jwatts",
"ind_delete_flag": "0",
"ind_position_classification_ext": "Other",
"ind_department_ext": "IT"
},
"Customer": {
"cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"cst_type": "Individual",
"cst_name_cp": "Mr. JasonTest1 D WattsTest1",
"cst_sort_name_dn": "WattsTest1 JasonTest1 D",
"cst_ind_full_name_dn": "Mr. JasonTest1 D WattsTest1",
"cst_ixo_title_dn": "Mr. JasonTest1 WattsTest1",
"cst_bio": "<h1>Hi!</h1>This is the bio for my test user2! <p>More text on another line2.</p>",
"cst_add_date": "2020-03-27T00:06:00-05:00",
"cst_add_user": "jwatts",
"cst_change_date": "2020-03-29T22:37:00-05:00",
"cst_change_user": "jwatts",
"cst_delete_flag": "0",
"cst_recno": "240656",
"cst_id": "000240656I",
"cst_key_ext": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"cst_email_text_only": "0",
"cst_tax_exempt_flag": "0",
"cst_cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"cst_no_email_flag": "0",
"cst_eml_address_dn": "jwatts1980+Test1@gmail.com",
"cst_eml_key": "089afd74-3495-4fce-94a0-72188210299a",
"cst_no_phone_flag": "0",
"cst_no_fax_flag": "0",
"cst_no_web_flag": "0",
"cst_member_flag": "0",
"cst_no_msg_flag": "0",
"cst_web_password": "38ykB5HAqV/4arY2uJE7UbViRTA8qHhF",
"cst_no_mail_flag": "0",
"cst_web_force_password_change": "0",
"cst_web_login_disabled_flag": "0",
"cst_credit_hold_flag": "0",
"cst_web_forgot_password_status": "0",
"cst_no_publish_flag": "0",
"cst_salutation_1": "Mr.. JasonTest1 D WattsTest1 ",
"cst_salutation_2": "",
"cst_default_recognize_as": "Mr.. JasonTest1 D WattsTest1 ",
"cst_exclude_from_social_flag": "0",
"cst_salt": "vp76fl6vim1pvBY9v5FOn9bOt1rdmzu1",
"cst_iterations": "5000",
"cst_web_password_change_date": "2020-03-28T18:21:00-05:00",
"cst_web_login_locked_flag": "0"
},
"Customer_Lookup": {
"cs2__cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"cs2__cst_type": "Individual",
"cs2__cst_name_cp": "Mr. JasonTest1 D WattsTest1",
"cs2__cst_sort_name_dn": "WattsTest1 JasonTest1 D",
"cs2__cst_ind_full_name_dn": "Mr. JasonTest1 D WattsTest1",
"cs2__cst_ixo_title_dn": "Mr. JasonTest1 WattsTest1",
"cs2__cst_add_date": "2020-03-27T00:06:00-05:00",
"cs2__cst_add_user": "jwatts",
"cs2__cst_change_date": "2020-03-28T18:21:00-05:00",
"cs2__cst_change_user": "jwatts",
"cs2__cst_delete_flag": "0",
"cs2__cst_recno": "240656",
"cs2__cst_id": "000240656I",
"cs2__cst_key_ext": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"cs2__cst_email_text_only": "0",
"cs2__cst_tax_exempt_flag": "0",
"cs2__cst_cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"cs2__cst_no_email_flag": "0",
"cs2__cst_eml_address_dn": "jwatts1980+Test1@gmail.com",
"cs2__cst_eml_key": "089afd74-3495-4fce-94a0-72188210299a",
"cs2__cst_no_phone_flag": "0",
"cs2__cst_no_fax_flag": "0",
"cs2__cst_no_web_flag": "0",
"cs2__cst_member_flag": "0",
"cs2__cst_no_msg_flag": "0",
"cs2__cst_web_password": "38ykB5HAqV/4arY2uJE7UbViRTA8qHhF",
"cs2__cst_no_mail_flag": "0",
"cs2__cst_web_force_password_change": "0",
"cs2__cst_web_login_disabled_flag": "0",
"cs2__cst_credit_hold_flag": "0",
"cs2__cst_web_forgot_password_status": "0",
"cs2__cst_no_publish_flag": "0",
"cs2__cst_salutation_1": "Mr.. JasonTest1 D WattsTest1 ",
"cs2__cst_default_recognize_as": "Mr.. JasonTest1 D WattsTest1 ",
"cs2__cst_exclude_from_social_flag": "0",
"cs2__cst_salt": "vp76fl6vim1pvBY9v5FOn9bOt1rdmzu1",
"cs2__cst_iterations": "5000",
"cs2__cst_web_password_change_date": "2020-03-28T18:21:00-05:00",
"cs2__cst_web_login_locked_flag": "0"
},
"Referring_Customer": null,
"Organization": null,
"Membership_Invoices": {
"mxi_key": "ce240de4-53ec-444f-b1cd-44e8b9cccedb",
"mxi_mbr_key": "c06e270b-bf23-4ba8-917c-00e72e90058a",
"mxi_pak_prd_key": "157bc4f1-159a-4828-b529-4e3bbe5a065d",
"mxi_renew_year": "2020",
"mxi_ivd_key": "f14458c9-2e1e-4c36-b384-5fa9ea05561b",
"mxi_current_price": "190.00",
"mxi_current_product_key": "1db7089a-357f-448d-8d9d-e3906a3d2599"
},
"Chapter": null,
"Member_Type": {
"mbt_key": "d076a22a-92c2-40ac-81de-b3f520fab6ac",
"mbt_code": "Individual",
"mbt_asn_code": "ACC",
"mbt_add_user": "FJackson",
"mbt_add_date": "2008-05-08T09:09:00-05:00",
"mbt_change_user": "user",
"mbt_change_date": "2017-03-12T20:34:00-05:00",
"mbt_delete_flag": "0",
"mbt_key_ext": "d076a22a-92c2-40ac-81de-b3f520fab6ac",
"mbt_chapter_flag": "0",
"mbt_calendar_flag": "0",
"mbt_membership_start_day": "1",
"mbt_membership_next_month_after_day": "15",
"mbt_membership_grace_period": "month",
"mbt_membership_grace_length": "1",
"mbt_update_date_when": "Invoice Created",
"mbt_flow_down": "0",
"mbt_voting_rights": "0",
"mbt_invoice_type": "proforma",
"mbt_flip_customer_member_flag": "1",
"mbt_set_on_paid_date_flag": "0",
"mbt_mbs_drop_key": "e9708a90-a0da-42f5-8109-355d3c28333c",
"mbt_mbs_approval_key": "dc383a9b-f130-46ed-916d-69528834c587",
"mbt_description": "Individual",
"mbt_cst_type": "Individual",
"mbt_first_installment_flag": "0",
"mbt_online_autopay_enroll": "0"
},
"Membership_Audit_Trail": null,
"Member_Dues_History": {
"mdh_key": "c69be924-d44a-416c-a853-e1a956113cbb",
"mdh_key_ext": "c69be924-d44a-416c-a853-e1a956113cbb",
"mdh_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"mdh_mbr_key": "c06e270b-bf23-4ba8-917c-00e72e90058a",
"mdh_dues_year": "2020"
},
"Dues_Variables": null,
"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,
"Association_Package": {
"asp_key": "ad8a6e2f-de3f-40e4-bb2b-327d335d4ae6",
"asp_asn_key": "9335e2ca-90ae-4573-8a24-1e986e0c439d",
"asp_mbt_key": "d076a22a-92c2-40ac-81de-b3f520fab6ac",
"asp_pak_prd_key": "157bc4f1-159a-4828-b529-4e3bbe5a065d",
"asp_pak_prd_renewal_key": "157bc4f1-159a-4828-b529-4e3bbe5a065d",
"asp_add_user": "FJackson",
"asp_add_date": "2008-05-08T09:41:12-05:00",
"asp_delete_flag": "0",
"asp_optional_item_count": "0"
},
"Association": {
"asn_code": "ACC",
"asn_name": "National Institute of Governmental Purchasing",
"asn_add_date": "2008-02-25T13:41:00-06:00",
"asn_add_user": "av_Bwoehrle",
"asn_change_date": "2008-05-08T09:15:00-05:00",
"asn_change_user": "FJackson",
"asn_delete_flag": "0",
"asn_key": "9335e2ca-90ae-4573-8a24-1e986e0c439d",
"asn_key_ext": "9335e2ca-90ae-4573-8a24-1e986e0c439d",
"asn_calendar_flag": "0",
"asn_membership_start_day": "1",
"asn_membership_grace_period": "month",
"asn_membership_grace_length": "1",
"asn_update_date_when": "Percent Paid",
"asn_percent_paid": "100",
"asn_invoice_type": "proforma",
"asn_set_on_paid_date_flag": "0",
"asn_flip_customer_member_flag": "1"
},
"Bundle": null,
"Installment_Billing": {
"ord_proforma": "0",
"ord_generate_from_date": "2020-03-29T00:00:00-05: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"
},
"Package_Component": {
"pkg_qty": "1.0000"
},
"Package": {
"pak_prd_key": "157bc4f1-159a-4828-b529-4e3bbe5a065d",
"pak_add_user": "FJackson",
"pak_add_date": "2008-05-08T09:41:12-05:00",
"pak_delete_flag": "0",
"pak_prd_key_ext": "157bc4f1-159a-4828-b529-4e3bbe5a065d",
"pak_dues_flag": "1",
"pak_sell_online_flag": "1",
"pak_allow_installment": "0",
"pak_has_optional_components": "0",
"pak_optional_item_count": "0",
"pak_events_flag": "0",
"pak_hide_components_flag": "0",
"pak_collective_dues_flag": "0"
},
"Product": {
"prd_key": "157bc4f1-159a-4828-b529-4e3bbe5a065d",
"prd_name": "Individual Dues",
"prd_add_user": "FJackson",
"prd_add_date": "2008-05-08T09:41:12-05:00",
"prd_delete_flag": "0",
"prd_key_ext": "157bc4f1-159a-4828-b529-4e3bbe5a065d",
"prd_description": "Individual Dues",
"prd_allow_partial_ship_flag": "1",
"prd_track_inventory_flag": "0",
"prd_ptp_key": "69ae3f25-de29-4e2f-b323-bd94d792a376",
"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": "IndDues",
"prd_web": "0",
"prd_microfiche": "0",
"prd_featured_product_flag": "0"
},
"Chapter_Product": {
"cpr__prd_atc_key": "7697205e-876a-436a-ae35-9ba3abf05a22"
},
"CustomerAddress": null,
"source_code": null,
"Invoice_DetailCollection": {
"InvoiceDetail": {
"Invoice_Detail": {
"ivd_mbr_key": "c06e270b-bf23-4ba8-917c-00e72e90058a",
"ivd_qty_previous": "0.00",
"ivd_key": "f14458c9-2e1e-4c36-b384-5fa9ea05561b",
"ivd_price": "190.00",
"ivd_qty": "1.0000",
"ivd_prc_key": "f7c5754b-1afc-4383-a1af-12ab36fb8205",
"ivd_prc_prd_key": "1db7089a-357f-448d-8d9d-e3906a3d2599",
"ivd_amount_cp": "190.00",
"ivd_parity": "1",
"ivd_cst_ship_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"ivd_prc_prd_ptp_key": "d2143394-7ea9-40fd-9bd7-78b12f7580a5",
"ivd_cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"ivd_type": "Product",
"ivd_pak_prd_key": "157bc4f1-159a-4828-b529-4e3bbe5a065d",
"ivd_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"ivd_package_grouping_key": "748145df-d85d-4322-815a-210f79f00b13",
"ivd_distributed_liability_flag": "0",
"ivd_createorder_flag": "0",
"ivd_lineamount": "190.00",
"ivd_lineamount_no_discount": "190.00",
"ivd_createinvoice_flag": "1",
"ivd_linebalance": "0.00",
"ivd_net_amount_due": "190.00",
"ivd_payamount": "190.00",
"ivd_disable_quantity": "1",
"ivd_subtotal": "190.00",
"ivd_discountamount": "0.00",
"ivd_total": "190.00",
"ivd_applied_payment": "190.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": "190.00",
"ivd_netpayment": "190.00",
"ivd_payment_to_apply": "190.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": "190.00",
"ivd_previous_netpayment": "0.00",
"ivd_total_to_apply": "190.00",
"ivd_netbalance": "0.00",
"ivd_netunpaidbalance": "190.00",
"ivd_price_aggregated": "190.00",
"ivd_discountamount_aggregated": "0.00",
"ivd_tax_aggregated": "0.00",
"ivd_shipping_aggregated": "0.00",
"ivd_nettotal_aggregated": "190.00",
"ivd_netunpaidbalance_aggregated": "190.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": "f14458c9-2e1e-4c36-b384-5fa9ea05561b",
"ivd_formkey": "3d466e13-a42e-427d-bdfe-ffc8cf188788",
"ivd_parentdataobject": "Invoice Detail",
"ivd_addl_info": "WattsTest1 JasonTest1 D",
"ivd_shippable_flag": "0",
"ivd_inv_shippable_total": "0.00",
"ivd_inv_distributable_credit_total": "0.00"
},
"Invoice_Detail_Term": null,
"Invoice": {
"inv_print_count": "0",
"inv_ship_priority": "3",
"inv_orig_trans_type": "prepaid",
"inv_cst_billing_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1"
},
"Price": {
"prc_key": "f7c5754b-1afc-4383-a1af-12ab36fb8205",
"prc_prd_key": "1db7089a-357f-448d-8d9d-e3906a3d2599",
"prc_price": "190.00",
"prc_add_user": "FJackson",
"prc_add_date": "2008-05-08T09:41:12-05:00",
"prc_change_user": "EYunani",
"prc_change_date": "2015-08-03T10:36:13-05:00",
"prc_delete_flag": "0",
"prc_key_ext": "f7c5754b-1afc-4383-a1af-12ab36fb8205",
"prc_gla_ar_key": "4ec9ebd8-f9e8-4c66-bd75-01964bf0cc77",
"prc_gla_revenue_key": "49d65a38-9787-4ff3-8692-fa5a25d27356",
"prc_gla_liability_key": "702cf048-6c1f-4963-aea5-472117c4d739",
"prc_gla_return_key": "49d65a38-9787-4ff3-8692-fa5a25d27356",
"prc_gla_writeoff_key": "21ea5878-33d5-4c8f-bbc6-ac493255ad3e",
"prc_ptr_key": "00ac054b-d057-4ab8-91de-a81a94f866a1",
"prc_prd_ptp_key": "d2143394-7ea9-40fd-9bd7-78b12f7580a5",
"prc_percent": "0.0000",
"prc_percent_cp": "0.00",
"prc_prd_atc_key": "7697205e-876a-436a-ae35-9ba3abf05a22",
"prc_code": "IndDues",
"prc_display_name": "Individual Dues",
"prc_sell_online": "0",
"prc_gla_deferred_key": "8aba7cce-3bef-486f-9c1e-fcebc1dc2453",
"prc_deferred_flag": "1",
"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": "1db7089a-357f-448d-8d9d-e3906a3d2599",
"prd_name": "Individual Dues",
"prd_add_user": "FJackson",
"prd_add_date": "2008-05-08T09:41:12-05:00",
"prd_delete_flag": "0",
"prd_qty_available": "-1.00",
"prd_key_ext": "1db7089a-357f-448d-8d9d-e3906a3d2599",
"prd_description": "Individual Dues",
"prd_allow_partial_ship_flag": "1",
"prd_track_inventory_flag": "0",
"prd_ptp_key": "d2143394-7ea9-40fd-9bd7-78b12f7580a5",
"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": "0",
"prd_web": "0",
"prd_microfiche": "0",
"prd_featured_product_flag": "0"
},
"ShipToCustomer": {
"cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"cst_type": "Individual",
"cst_name_cp": "Mr. JasonTest1 D WattsTest1",
"cst_sort_name_dn": "WattsTest1 JasonTest1 D",
"cst_ind_full_name_dn": "Mr. JasonTest1 D WattsTest1",
"cst_ixo_title_dn": "Mr. JasonTest1 WattsTest1",
"cst_add_date": "2020-03-27T00:06:00-05:00",
"cst_add_user": "jwatts",
"cst_change_date": "2020-03-29T22:37:00-05:00",
"cst_change_user": "jwatts",
"cst_delete_flag": "0",
"cst_recno": "240656",
"cst_id": "000240656I",
"cst_key_ext": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"cst_email_text_only": "0",
"cst_tax_exempt_flag": "0",
"cst_cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"cst_no_email_flag": "0",
"cst_eml_address_dn": "jwatts1980+Test1@gmail.com",
"cst_eml_key": "089afd74-3495-4fce-94a0-72188210299a",
"cst_no_phone_flag": "0",
"cst_no_fax_flag": "0",
"cst_no_web_flag": "0",
"cst_member_flag": "0",
"cst_no_msg_flag": "0",
"cst_web_password": "38ykB5HAqV/4arY2uJE7UbViRTA8qHhF",
"cst_no_mail_flag": "0",
"cst_web_force_password_change": "0",
"cst_web_login_disabled_flag": "0",
"cst_credit_hold_flag": "0",
"cst_web_forgot_password_status": "0",
"cst_no_publish_flag": "0",
"cst_salutation_1": "Mr.. JasonTest1 D WattsTest1 ",
"cst_default_recognize_as": "Mr.. JasonTest1 D WattsTest1 ",
"cst_exclude_from_social_flag": "0",
"cst_salt": "vp76fl6vim1pvBY9v5FOn9bOt1rdmzu1",
"cst_iterations": "5000",
"cst_web_password_change_date": "2020-03-28T18:21:00-05:00",
"cst_web_login_locked_flag": "0"
},
"SoldToCustomer": {
"cs2__cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"cs2__cst_type": "Individual",
"cs2__cst_name_cp": "Mr. JasonTest1 D WattsTest1",
"cs2__cst_sort_name_dn": "WattsTest1 JasonTest1 D",
"cs2__cst_ind_full_name_dn": "Mr. JasonTest1 D WattsTest1",
"cs2__cst_ixo_title_dn": "Mr. JasonTest1 WattsTest1",
"cs2__cst_add_date": "2020-03-27T00:06:00-05:00",
"cs2__cst_add_user": "jwatts",
"cs2__cst_change_date": "2020-03-29T22:37:00-05:00",
"cs2__cst_change_user": "jwatts",
"cs2__cst_delete_flag": "0",
"cs2__cst_recno": "240656",
"cs2__cst_id": "000240656I",
"cs2__cst_key_ext": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"cs2__cst_email_text_only": "0",
"cs2__cst_tax_exempt_flag": "0",
"cs2__cst_cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"cs2__cst_no_email_flag": "0",
"cs2__cst_eml_address_dn": "jwatts1980+Test1@gmail.com",
"cs2__cst_eml_key": "089afd74-3495-4fce-94a0-72188210299a",
"cs2__cst_no_phone_flag": "0",
"cs2__cst_no_fax_flag": "0",
"cs2__cst_no_web_flag": "0",
"cs2__cst_member_flag": "0",
"cs2__cst_no_msg_flag": "0",
"cs2__cst_web_password": "38ykB5HAqV/4arY2uJE7UbViRTA8qHhF",
"cs2__cst_no_mail_flag": "0",
"cs2__cst_web_force_password_change": "0",
"cs2__cst_web_login_disabled_flag": "0",
"cs2__cst_credit_hold_flag": "0",
"cs2__cst_web_forgot_password_status": "0",
"cs2__cst_no_publish_flag": "0",
"cs2__cst_salutation_1": "Mr.. JasonTest1 D WattsTest1 ",
"cs2__cst_default_recognize_as": "Mr.. JasonTest1 D WattsTest1 ",
"cs2__cst_exclude_from_social_flag": "0",
"cs2__cst_salt": "vp76fl6vim1pvBY9v5FOn9bOt1rdmzu1",
"cs2__cst_iterations": "5000",
"cs2__cst_web_password_change_date": "2020-03-28T18:21:00-05:00",
"cs2__cst_web_login_locked_flag": "0"
},
"Shipping_Address": {
"cxa_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"cxa_adr_key": "c95a666a-bee2-4dbf-82a2-3ddee254af4d",
"cxa_add_date": "2020-03-27T00:06:00-05:00",
"cxa_add_user": "jwatts",
"cxa_change_date": "2020-03-29T22:37:00-05:00",
"cxa_change_user": "jwatts",
"cxa_delete_flag": "0",
"cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"cxa_key_ext": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"cxa_on_hold_flag": "0",
"cxa_adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"cxa_mailing_label": "Mr. JasonTest1 D WattsTest1 Mr. JasonTest1 WattsTest1 125 Main St. Houston, TX 77433",
"cxa_mailing_label_html": "Mr. JasonTest1 D WattsTest1<br>Mr. JasonTest1 WattsTest1<br>125 Main St.<br>Houston, TX 77433"
},
"Shipping_Address_Type": {
"adt_code": "Mailing",
"adt_add_user": "Conversion",
"adt_add_date": "2008-04-22T15:56:55-05: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": "d2143394-7ea9-40fd-9bd7-78b12f7580a5",
"ptp_code": "Membership Dues",
"ptp_add_user": "XMEN\\jmalin",
"ptp_add_date": "2002-07-10T17:23:52-05:00",
"ptp_change_user": "ppatil",
"ptp_change_date": "2007-09-05T15:26:02-05:00",
"ptp_delete_flag": "0",
"ptp_key_ext": "d2143394-7ea9-40fd-9bd7-78b12f7580a5",
"ptp_sell_online": "0",
"ptp_discount_flag": "1",
"ptp_order": "480",
"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
}
}
}
},
"RegistrantCollection": null,
"Group_RegistrantionCollection": null,
"GiftCollection": null,
"InvoiceToPayCollection": null,
"ExhibitorCollection": null,
"Accreditation_ApplicantCollection": null
}
}
}
SAMPLE RESULT
HTTP STATUS: 200
DATA: JSON
{
"Results": {
"@recordReturn": "2",
"Result": [
{
"apm_key": "96776b30-e7e3-478e-9839-3b7af8cc50dd",
"apm_method": "American Express",
"apm_type": "credit card"
},
{
"apm_key": "dfbe27ac-1ded-4f3d-acfd-8a00c584c805",
"apm_method": "Visa/Mastercard",
"apm_type": "credit card"
}
]
}
}