WEBCentralizedShoppingCartInsert

Initial Build

2008.1

xWEB

Web Method

Response Type

object

This method can be used to insert a new invoice, along with a payment (optionally), based on the contents of a Shopping Cart Object.

Parameters

  • oCentralizedOrderEntry (Shopping Cart Object). An Order Entry object.

Response

Shopping Cart Object

Applying Credit Card Payment

If you want to apply a credit card payment, set the following properties in the <Payment_Info> node:

  • pin_cc_cardholder_name - the name as it appears on the credit card.
  • pin_cc_number - the clear text credit card number. Since xWeb is on TSL it will be encrypted.
  • pin_cc_security_code - the credit card security code.
  • pin_cc_expire - the expiration date in exactly YYYY/MM format, eg 2011/08. Include the leading zero for months January (01) through September (09).
  • pin_apm_key - the key of the Payment Method. Visa, MasterCard, Amex, etc. You can get a list of these to put on a payment page by calling WEBCentralizedShoppingCartGetPaymentOptions.
  • pin_check_amount - the amount to apply. You can determine the full calculated amount of the invoice from <Invoice.inv_nettotal>. Technically, you can apply less than that amount and netFORUM will automatically apply the payment toward the various line item(s) in the order according to internal netFORUM rules about how to apply a partial payment. (Note: don't be concerned that this property name, and then next property below, has the word "check" in it; these properties are valid for any payment type including credit cards despite the name.)
  • pin_check_amountSpecified - set to true.

In the <Invoice> node set the following properties:

  • inv_autoapply - set to 1.
  • inv_autoapplypayment - set to 1.

See XWeb_eCommerce_SDK for a link to a PDF document showing a case study with this.

Terms Invoice With No Payment

If you want to create a terms invoice with no payment, then set the following three elements to these values:

  • Invoice.inv_orig_trans_type to terms.
  • Invoice.inv_ait_key - This is the value for the Invoice Terms (such as Net 30 days) set to the appropriate value of ac_invoice_terms.ait_key. You can run GetQuery to discover these values. You'll probably want to do this offline and then create a constant that stores the value you want to set. You'll likely have your application set this value instead of having the end user specify the terms.
  • Invoice.inv_autoapplypayment - set to 0. This property will stop the invoice from trying to apply a payment.

You do not need to set any values in the Payment or Payment_Info elements.

Sample Request

Shortened for brevity.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.avectra.com/2005/">
<soapenv:Header>
<ns:AuthorizationToken>
<ns:Token>xxxxxxxxxxxxx</ns:Token>
</ns:AuthorizationToken>
</soapenv:Header>
<soapenv:Body>
<ns:WEBCentralizedShoppingCartInsert>
<ns:oCentralizedOrderEntry>
[[Shopping Cart Object]]
</ns:oCentralizedOrderEntry>
</ns:WEBCentralizedShoppingCartInsert>
</soapenv:Body>
</soapenv:Envelope>

Sample Response

Shortened for brevity.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Header>
<AuthorizationToken soap:mustUnderstand="1" xmlns="http://www.avectra.com/2005/">
<Token>8aa23d04-d2f9-45bc-9ff5-f187953c990f</Token>
</AuthorizationToken>
</soap:Header>
<soap:Body>
<WEBCentralizedShoppingCartInsertResponse xmlns="http://www.avectra.com/2005/">
<WEBCentralizedShoppingCartInsertResult xsi:type="CentralizedOrderEntryType">
</WEBCentralizedShoppingCartInsertResult>
</WEBCentralizedShoppingCartInsertResponse>
</soap:Body>
</soap:Envelope>
   

JSON Method

Submits a shopping cart for payment.

  • There will be different settings based on if this is a credit card payment, a $0 invoice, or a pay-by-Purchase-Order invoice.

  • For Credit Card payments:

  • Use the WEBCentralizedShoppingCartGetPaymentOptions to get a list of payment options for the cart when updating the pin_apm_key.

  • The credit card is processed via the NetForum credit card processor. If the processing is not successful, the service will pass the decline code back in an XML response and no other actions are taken in NetForum.

  • successful, the system will:

    1. Create a daily batch (if a daily batch has not already been created that day), utilizing a specified naming convention

    2. Create an invoice and any invoice line items, including taxes

    3. If a source code was used, save the source code to the invoice

    4. Create a payment

      1. Set payment date to the current day

      2. Set payment method to the specified method

      3. Set payment amount to the specified amount

    5. Apply the payment to the invoice

    6. When the user is ready to checkout, and their shopping cart total is $0 (like a $0 registration), see the documentation for Terms Invoice with No Payment in the WEBCentralizedShoppingCartInsert method in order to complete the checkout process.

      1. If users are allowed to provide a Purchase Order instead of payment:

    7. In this scenario, the inv_bill_me flag will be set to 1, the PO field (inv_po_number) must be filled in

    8. Create an order and order details

    9. If a membership product was included in the transaction,

      1. convert the dues invoice from proforma to terms

      2. update the membership status, effective, and expire dates

      3. clear the membership termination date, if it had been set

      4. update the member and receives member benefits flags on the individual record

    10. Send a confirmation email to the member as / if configured in baseline

    11. Set the change user for all changes to a specified value

    12. Send the following transaction information back so that a transaction confirmation may be displayed:

    13. Field Label Field Name Conditional Logic/Notes
      Customer Key cst_key  
      Customer sort name cst_sort_name_dn  
      Member type mbr_mbt_key  
      Invoice number inv_code  
      Invoice total inv_total  
      Invoice balance inv_balance  
      Product or fund name prd_name Returned for each invoice line item
      Product or fund code prd_code Returned for each invoice line item
      Sale Price or donation amount ivd_price Returned for each invoice line item
      Quantity ivd_qty Returned for each invoice line item
      Line Item Type ivd_type Returned for each invoice line item
      Net Unit Price ivd_unit_price_with_discount Returned for each invoice line item
      Line amount ivd_lineamount Returned for each invoice line item
      Line item balance ivd_linebalance Returned for each invoice line item
  • GET n/a

  • POST /xweb/JSON/WEBCentralizedShoppingCartInsert

Copy
DATA: JSON
SAMPLE: Credit Card Payment
{
    "WEBCentralizedShoppingCartInsert": {
        "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_cc_cardholder_name": "Jason Watts",
                    "pin_cc_number": "4111111111111111",
                    "pin_cc_security_code": "123",
                    "pin_cc_expire": "2022/10",
                    "pin_apm_key": "dfbe27ac-1ded-4f3d-acfd-8a00c584c805",
                    "pin_check_amountSpecified": "true",
                    "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
            }
        }
    }

 

Copy
SAMPLE RESULT:
HTTP STATUS: 200
DATA: JSON
{
    "CentralizedOrderEntryType": {
        "CurrentKey": "04cafd64-26a7-4ad4-aabb-942a8dea092f",
        "Invoice": {
            "inv_key": "04cafd64-26a7-4ad4-aabb-942a8dea092f",
            "inv_proforma": "0",
            "inv_code": "394642",
            "inv_trx_date": "2020-04-13T00:00:00-05:00",
            "inv_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
            "inv_add_date": "2020-04-13T00:21:56-05:00",
            "inv_key_ext": "04cafd64-26a7-4ad4-aabb-942a8dea092f",
            "inv_print_count": "0",
            "inv_bat_key": "f2aa0880-c303-421e-a791-c847fbd120c9",
            "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_close_flag": "1",
            "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": "190.00",
            "inv_batch_total_diff": "190.00",
            "inv_close_opportunity": "0",
            "inv_credit_to_apply_distributed": "0.00",
            "inv_batch_count": "1",
            "inv_batch_count_diff": "1",
            "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_code_display": "394642",
            "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_key": "b578388f-ae07-410c-8b71-06c6e2abecd4",
            "pay_code": "250132",
            "pay_trx_date": "2020-04-13T00:00:00-05:00",
            "pay_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
            "pay_key_ext": "b578388f-ae07-410c-8b71-06c6e2abecd4",
            "pay_bat_key": "f2aa0880-c303-421e-a791-c847fbd120c9",
            "pay_pin_key": "81d8ea4f-8f51-4f00-9408-5003124d5e57"
        },
        "Payment_Info": {
            "pin_is_level_2_transaction_data_supported_flag": "1",
            "pin_is_level_3_transaction_data_supported_flag": "1",
            "pin_payment_type": "Visa",
            "pin_key": "81d8ea4f-8f51-4f00-9408-5003124d5e57",
            "pin_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
            "pin_apm_key": "dfbe27ac-1ded-4f3d-acfd-8a00c584c805",
            "pin_cc_number": "+hfYav4zcTEYwRA3k+LMo4REnhKK0lw1HsCZgCTMVDE4F7eHNFXArbQffDzX5vLj",
            "pin_cc_number_display": "41**********1111",
            "pin_cc_expire": "2022/10",
            "pin_cc_cardholder_name": "Jason Watts",
            "pin_cc_auth": "234234",
            "pin_other_ref_number": "GHXMMGR1DX",
            "pin_add_date": "2020-04-13T00:22:05-05:00",
            "pin_change_user": "jwatts",
            "pin_change_date": "2020-04-13T00:22:16-05:00",
            "pin_check_amount": "190.00",
            "pin_key_ext": "81d8ea4f-8f51-4f00-9408-5003124d5e57",
            "pin_enc_version": "2",
            "pin_cc_preauth_flag": "0",
            "pin_street": "125 Main St.",
            "pin_city": "Houston",
            "pin_state": "TX",
            "pin_zip": "77433",
            "pin_email": "jwatts1980+Test1@gmail.com",
            "pin_other_preauth_ref_number": "GHXMMGR1DX",
            "pin_cty_iso_number": "840",
            "pin_vault_account": "f1436fea808f4cd1864c1b75a998f135",
            "pin_cpi_key": "30a2b293-3cdb-4ab6-8b92-8e5d485d41f1",
            "pin_hosted_page_available": "0",
            "pin_mobile_app_available": "0",
            "pin_hosted_payment": "0",
            "pin_isvault": "1",
            "pin_tax_amt": "0.00",
            "pin_billing_info_required_for_ach_flag": "0",
            "pin_cc_security_code": "123",
            "pin_allow_online_payment_flag": "0",
            "pin_preferred_flag": "0"
        },
        "Payment_Method": {
            "apm_key": "dfbe27ac-1ded-4f3d-acfd-8a00c584c805",
            "apm_atc_key": "7697205e-876a-436a-ae35-9ba3abf05a22",
            "apm_type": "credit card",
            "apm_method": "Visa/Mastercard",
            "apm_add_user": "Abila",
            "apm_add_date": "2016-09-14T14:19:48-05:00",
            "apm_delete_flag": "0",
            "apm_gla_key": "5253d470-d673-49b7-a1e0-b234a94f9943",
            "apm_iweb_flag": "0",
            "apm_eweb_flag": "1",
            "apm_csc_flag": "0",
            "apm_pma_key": "36fbb4ed-f948-4af3-ae54-d49755068450",
            "apm_gateway_is_frozen_flag": "0"
        },
        "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_key": "f2aa0880-c303-421e-a791-c847fbd120c9",
            "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": {
                "CurrentKey": "f14458c9-2e1e-4c36-b384-5fa9ea05561b",
                "Invoice_Detail": {
                    "ivd_qty_previous": "0.00",
                    "ivd_key": "f14458c9-2e1e-4c36-b384-5fa9ea05561b",
                    "ivd_inv_key": "04cafd64-26a7-4ad4-aabb-942a8dea092f",
                    "ivd_price": "190.00",
                    "ivd_qty": "1.0000",
                    "ivd_key_ext": "f14458c9-2e1e-4c36-b384-5fa9ea05561b",
                    "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_do_not_fulfill": "0",
                    "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_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
                    "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": {
                "CurrentKey": "c06e270b-bf23-4ba8-917c-00e72e90058a",
                "Membership": {
                    "mbr_inv_code": "394642",
                    "mbr_inv_key": "04cafd64-26a7-4ad4-aabb-942a8dea092f",
                    "mbr_ivd_key": "f14458c9-2e1e-4c36-b384-5fa9ea05561b",
                    "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_key": "04cafd64-26a7-4ad4-aabb-942a8dea092f",
                    "inv_proforma": "0",
                    "inv_code": "394642",
                    "inv_trx_date": "2020-04-13T00:00:00-05:00",
                    "inv_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
                    "inv_add_date": "2020-04-13T00:21:56-05:00",
                    "inv_print_count": "0",
                    "inv_bat_key": "f2aa0880-c303-421e-a791-c847fbd120c9",
                    "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_close_flag": "0",
                    "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_cst_first_last_name": "JasonTest1 D WattsTest1",
                    "inv_total": "190.00",
                    "inv_amount": "190.00",
                    "inv_balance": "0.00",
                    "inv_payment_to_apply_distributed": "0.00",
                    "inv_close_opportunity": "0",
                    "inv_credit_to_apply_distributed": "0.00",
                    "inv_distributable_credit_total": "0.00",
                    "inv_distributable_credit_balance": "0.00",
                    "inv_paid_by_liability_balance": "0.00",
                    "inv_payment_to_apply": "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_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;'>0.00</td><td style='text-align: right;'>190.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 0.00 190.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_allow_installment": "0"
                },
                "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": "1",
                    "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_inv_key": "04cafd64-26a7-4ad4-aabb-942a8dea092f",
                    "mxi_pak_prd_key": "157bc4f1-159a-4828-b529-4e3bbe5a065d",
                    "mxi_renew_year": "2020",
                    "mxi_ivd_key": "f14458c9-2e1e-4c36-b384-5fa9ea05561b",
                    "mxi_key_ext": "ce240de4-53ec-444f-b1cd-44e8b9cccedb",
                    "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",
                    "mdh_inv_key": "04cafd64-26a7-4ad4-aabb-942a8dea092f"
                },
                "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": {
                    "apm_method": "Visa/Mastercard"
                },
                "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": {
                    "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"
                },
                "source_code": null,
                "Invoice_DetailCollection": {
                    "InvoiceDetail": {
                        "Invoice_Detail": {
                            "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": "190.00",
                            "ivd_net_amount_due": "190.00",
                            "ivd_payamount": "0.00",
                            "ivd_disable_quantity": "1",
                            "ivd_subtotal": "190.00",
                            "ivd_discountamount": "0.00",
                            "ivd_total": "190.00",
                            "ivd_applied_payment": "0.00",
                            "ivd_applied_credit": "0.00",
                            "ivd_write_off": "0.00",
                            "ivd_return_payment": "0.00",
                            "ivd_balance": "190.00",
                            "ivd_tax": "0.00",
                            "ivd_shipping": "0.00",
                            "ivd_nettotal": "190.00",
                            "ivd_netpayment": "0.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": "0.00",
                            "ivd_previous_netpayment": "0.00",
                            "ivd_total_to_apply": "0.00",
                            "ivd_netbalance": "190.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
    }
}

 

 

FAQ

Selecting a batch

Q. How can I set the Batch that the order will go into?

A. At this point, netFORUM will select the batch automatically based on logic in Avectra.netForum.Components.AC.ac utility.GetWebBatchKey. It is not possible to override this by setting the values in inv_bat_key or other properties in the request.

Although this might not be ideal, one possible work-around is to go ahead and insert the order, and then follow that by updating the batch for the newly created invoice and payment. You can do this by calling UpdateFacadeObject for both the Payment (pay_bat_key) and the Invoice (inv_bat_key) to switch both transactions to the batch you would prefer. To avoid slowing down the main processing, you might want to decouple this operation with the order processing and have it run separately in a batch process or some other asynchronous process.

There should be no issues with doing this, as a staff user in iWeb can do the exact same step manually by editing the invoice or payment and select any non-closed, non-exported, non-hidden batch for which the user have the proper Batch Group Access security credentials.

FOLLOWUP - While manually updating the batch seems like a reasonable suggestion, it appears the process would break if there were no current batch open for the target business unit - as in the case of the first transaction for the daily Web batch. For transactions using the "normal" processes, a new batch is automatically created when needed. But in this case, updating the batch on a newly created invoice and payment, the target batch MUST already exist.

Applying Payment with PayPal Express

To apply a payment via PayPal Express, your application will need to get a Token and PayerID from the buyer using the buyer's PayPal account. You'll need to get this by using the PayPal Express API independently of netFORUM as this interaction must occur on the client-side (e.g. an end user must authenticate to PayPal through a user interface that you engineer into your application in conjunction with the PayPal API). Then, in your request to WEBCentralizedShoppingCartInsert, you must supply the following values:

  • pin_paypaltoken - The timestamped token value that was returned in the SetExpressCheckout response and passed in the GetExpressCheckoutDetails request. You'll need to get this Token by calling the PayPal Express API.
  • pin_paypalpayerid - Unique PayPal buyer account identification number as returned in the GetExpressCheckoutDetails response. You'll need to get this by calling the PayPal Express API.
  • pin_apm_key - You will also need to use a Payment Method with a Payment Type that is PayPal.

Note: The first two properties are Virtual Fields that are used in-memory during runtime purely to send the payment information to the gateway, but are not stored in the netFORUM database.

Inserting Order with external electronic payment

If the external system is managing the electronic payment (i.e. you do not want netFORUM to authorize a credit card) then you still need to apply a payment to pay down the invoice, but you don't want to double-charge the card.

To do this, in iWeb first create a Payment Method that is similar to a cash payment method, and code your external application to use that payment method by setting the <pin_apm_key> with its value. Configure the payment method as follows:

  • Name the payment method something like External Credit Card Payment (or whatever makes sense to you).
  • Set the payment type to other
  • Select both the available internally and available on centralized shopping cart checkboxes.
  • Select the cash account which these transactions should debit.

In xWeb, you should not set the values of any of the "cc" fields (pin_cc_number, pin_cc_cardholder_name, etc.) in the payment, since these fields are used only for actual credit card transactions. Instead, you may use the "reference number" field pin_other_ref_number or pay_notes to include any relevant information about the transaction, such as a masked CC number (for security reasons, do not send over the complete credit card number) or authorization code, that will help you reference the transaction.

By setting the payment type to other, when the payment record is added, netFORUM will not attempt to do any electronic payment transactions, and will treat the payment like a cash/check payment. If a user in netFORUM tries to void or return the payment, it will of course not refund the money back to the credit card, so adjust your organization's SOPs accordingly.

Applying payment with token

To apply a payment with a stored payment information (aka a token from an electronic payment gateway), then you must supply a value to this property:

  • Payment_Info.pin_cpi_key.

To apply payment immediately, set:

cart.InstallmentBilling.ord_auto_pay = 1;
cart.InstallmentBilling.ord_auto_paySpecified = true;
   

Since the token contains all the information about the payment method, you do not need to set any of the other pin fields described in Applying_Credit_Card_Payment.

To get a cpi_key for a particular customer, you can run a GetQuery against the CustomerPaymentInfo object to select tokens for a customer, and filter on cpi_cst_key (the Customer Key) for the given customer.

If you have an application that gets a new token directly from the gateway, independently of netFORUM, you first must insert that token into netFORUM via InsertFacadeObject for the CustomerPaymentInfo object, so that the token will already be linked to the customer prior to calling WEBCentralizedShoppingCartInsert. Note that if, for any reason, WEBCentralizedShoppingCartInsert does not succeed, there is no downside to having the token with the customer.

As a best practice, we recommend any applications that directly interact with the gateway use a different API user account from the one that netFORUM uses. The API user will be connected to the same merchant account(s) but having different API users will assist with diagnostics and understanding the origin of gateway requests.

See Also