WEBCentralizedShoppingCartRefresh
Initial Build |
2008.01 |
xWEB |
Web Method |
Response Type |
object |
This method can be used to refresh the Shopping Cart Object after any key properties are altered. This can be called at any time during the shopping process but would most commonly be used if a customer is changed, address keys are changed, or anything else that may affect pricing is changed.
Parameters
oCentralizedOrderEntry (Shopping Cart Object).
Response
A refreshed Shopping Cart Object.
Update Billing Address
If you need to update the billing address of the invoice, update the <inv_cxa_key> property in the <Invoice> node to that of an address of the same customer as <inv_cst_billing_key>. When the method returns a refreshed Order Entry object, the change will be reflected in the <Billing_Address> and <Billing_Adr> nodes.
If you need to change an existing address of <inv_cxa_key>, you can do so by calling WEBAddressUpdate. To update the addresses in the Shopping Cart Object, you'll need to blank out certain values in order to following to force the Cart to reload the address:
// Cart is a CentralizedOrderEntry object:Cart.Billing_Address.cxa_key = String.Empty;Cart.Billing_Adr.adr_key = String.Empty;
The reason for doing this is because the WEBCentralizedShoppingCartRefresh method only refreshes based on properties that have been altered in the Cart's actual properties. The method doesn't "know" that the Address was updated independently and therefore it does not automatically reload the address data. The reason for this is because there can be times you will need to update certain properties in the Cart but you might not want all of them to be overwritten by the Refresh method, only those properties that should be overwritten based on, for example, changing the Bill-To Customer Key.
Update Bill to Customer
If you need to update the bill-to customer, then update the <inv_cst_billing_key> with a valid Customer Key. When the method returns a refreshed Order Entry object, the change will be reflected in the <BillToCustomer> node. If you do update the bill to customer, you also need to update the <inv_cxa_key> as described in Update Bill Address to be that of a valid address for the new billing customer.
Update Ship-To Customer
See Selective Items in the Cart
Update Shipping Address
All Items in Cart
If you want to update the Ship-To Address for all items in the order to a different shipping address than the default, then you have three options:
- Change it to a different existing Address (for example, ship to home instead of work).
- Add a new Address and make that the ship-to Address for the order.
- Update the current Address using WEBAddressUpdate independently from the Shopping Cart Object (making sure that the customer doesn't overwrite what is a currently valid address - this should only be done in the case of someone updating an outdated or incorrect address).
If you have a new cxa_key (primary key for a customer address) for a new or different address (options #1 and #2 above), then set the <InvoiceDetail.ivd_cxa_key> property to that of the address to which all items in the order should be shipped and then call the WEBCentralizedShoppingCartRefresh method to update the Cart.
If you did option #3 above, then you need to force-change a reload of the shipping address in the cart by blanking out the value of <InvoiceDetail.ivd_cxa_key>. Set the value of the property to the empty string and then call the WEBCentralizedShoppingCartRefresh method. Doing so will re-populate that key and load the update shipping address.
Following the steps above will update each item's ship-to address in the Cart, as well as refresh the Default Shipping Address of the Cart.
Selective Items in the Cart
The Ship-To address can be set at each <InvoiceDetailStatic> in the <Invoice_DetailCollection>. Each invoice detail can be shipped to a different customer and a different address of that customer, although in most cases there will be one overall customer and ship-to address for an ordinary order. To change the ship-to customer and/or ship-to address, update the <ivd_cst_ship_key> and <ivd_cxa_key> respectively for the particular InvoiceDetailStatic, then call this method. See Invoice Detail for more information.
Sample Request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.avectra.com/2005/">
<soapenv:Header>
<ns:AuthorizationToken>
<ns:Token>*****</ns:Token>
</ns:AuthorizationToken>
</soapenv:Header>
<soapenv:Body>
<ns:WEBCentralizedShoppingCartRefresh>
<ns:oCentralizedOrderEntry>
[[Shopping Cart Object]]
</ns:oCentralizedOrderEntry>
</ns:WEBCentralizedShoppingCartRefresh>
</soapenv:Body>
</soapenv:Envelope>
Sample Response
<<SAMPLE RESPONSE>>
JSON Method
If a user changes the quantity of a line item in the cart, update the value in the Invoice_Detail.ivd_qty property of the correct line item in the existing cart, and then call this method.
Note that in the sample below, the Invoice Details quantity (ivd_qty) was updated from 1 to 2. This is indicated by the ivd_qty_previous and ivd_qty fields.
Note:
-
If you need to update the billing address of the invoice, update the inv_cxa_key property in the Invoice node to that of an address of the same customer as inv_cst_billing_key.
-
When the method returns a refreshed Order Entry object, the change will be reflected in the Billing_Address and Billing_Adr nodes.
-
If you need to change an existing address of inv_cxa_key, you can do so by calling WEBAddressUpdate.
-
To update the addresses in the Shopping Cart Object, you'll need to blank out certain values in order to following to force the Cart to reload the address.
-
The reason for doing this is because the WEBCentralizedShoppingCartRefresh method only refreshes based on properties that have been altered in the in-progress, in-memory Cart.
-
It does not refresh the data if it has updated independently in the backing database.
-
The reason for this is because there can be times you will need to update certain properties in the Cart but you might not want all of them to be overwritten by the Refresh method, only those properties that should be overwritten based on, for example, changing the Bill-To Customer Key.
GET n/a
POST /xweb/accapi/XWebREST/WEBCentralizedShoppingCartRefresh
DATA: JSON
{
"WEBCentralizedShoppingCartRefresh": {
"oCentralizedOrderEntry": {
"Invoice": {
"inv_key": "cc6d5805-5904-4fae-b155-4659ef410b4f",
"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_cst_first_last_name": "JasonTest1 D WattsTest1",
"inv_total": "50.00",
"inv_amount": "50.00",
"inv_balance": "50.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": "0",
"inv_payment_to_apply": "0.00",
"inv_nettotal": "50.00",
"inv_netpayment": "0.00",
"inv_credit_to_apply": "0.00",
"inv_netbalance": "50.00",
"inv_netcredit": "0.00",
"inv_net_amount_due": "50.00",
"inv_netunpaidbalance": "50.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_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;'>Non-Member - Alternative Dispute Resolution</td><td style='text-align: right;'>50.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;'>50.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>50.00</td></tr> </table>",
"inv_details_text": "Quantity Item Price Discount Taxes Shipping Sub-Total Paid Balance 1.0000 Non-Member - Alternative Dis 50.00 0.00 0.00 0.00 50.00 0.00 50.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;'>Non-Member - Alternative Dispute Resolution</td><td style='text-align: right;'>50.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;'>50.00</td><td style='text-align: right;'>0.00</td><td style='text-align: right;'>50.00</td></tr> </table>",
"inv_autoapply": "1",
"inv_autoapplypayment": "1",
"inv_installment_flag": "0",
"inv_coe_flag": "0",
"inv_shippable_total": "50.00",
"inv_unapplied_shipping_total": "1.00",
"inv_shippable_items_flag": "1",
"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": "e532ad97-2266-428f-be27-fc5a0f4f5675",
"inv_Show_Popup": "0",
"inv_convert_to_installmentpayments": "0",
"inv_allow_installment": "0"
},
"Invoice_Detail": {
"ivd_parity": "1",
"ivd_cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"ivd_type": "Product"
},
"Invoice_Detail_Term": null,
"Claim": {
"cld_claim_status": "Approved"
},
"Default_Shipping_Address": {
"cxs__cxa_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"cxs__cxa_adr_key": "c95a666a-bee2-4dbf-82a2-3ddee254af4d",
"cxs__cxa_add_date": "2020-03-27T00:06:00-05:00",
"cxs__cxa_add_user": "jwatts",
"cxs__cxa_change_date": "2020-03-29T22:37:00-05:00",
"cxs__cxa_change_user": "jwatts",
"cxs__cxa_delete_flag": "0",
"cxs__cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"cxs__cxa_key_ext": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"cxs__cxa_on_hold_flag": "0",
"cxs__cxa_adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"cxs__cxa_mailing_label": "Mr. JasonTest1 D WattsTest1 Mr. JasonTest1 WattsTest1 125 Main St. Houston, TX 77433",
"cxs__cxa_mailing_label_html": "Mr. JasonTest1 D WattsTest1<br>Mr. JasonTest1 WattsTest1<br>125 Main St.<br>Houston, TX 77433"
},
"Payment": {
"pay_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1"
},
"Payment_Info": {
"pin_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"pin_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_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_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_bio": "<h1>Hi!</h1>This is the bio for my test user2! <p>More text on another line2.</p>",
"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_qty_previous": "1.00",
"ivd_key": "7d454fbc-b801-4580-a18d-fd54ad79798d",
"ivd_price": "50.00",
"ivd_qty": "2.0000",
"ivd_prc_key": "606faf8d-d8db-46f6-ae30-02195a0a3c61",
"ivd_prc_prd_key": "e532ad97-2266-428f-be27-fc5a0f4f5675",
"ivd_amount_cp": "50.00",
"ivd_parity": "1",
"ivd_cst_ship_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"ivd_prc_prd_ptp_key": "8b55f4ef-55ae-45c9-be87-4950b4af8fcd",
"ivd_cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"ivd_type": "Product",
"ivd_ivw_key": "c1d4c5b2-7d12-46d3-8345-4c26baa50216",
"ivd_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"ivd_createorder_flag": "0",
"ivd_lineamount": "50.00",
"ivd_lineamount_no_discount": "50.00",
"ivd_createinvoice_flag": "1",
"ivd_linebalance": "50.00",
"ivd_net_amount_due": "50.00",
"ivd_payamount": "0.00",
"ivd_disable_quantity": "0",
"ivd_subtotal": "50.00",
"ivd_discountamount": "0.00",
"ivd_total": "50.00",
"ivd_applied_payment": "0.00",
"ivd_applied_credit": "0.00",
"ivd_write_off": "0.00",
"ivd_return_payment": "0.00",
"ivd_balance": "50.00",
"ivd_tax": "0.00",
"ivd_shipping": "0.00",
"ivd_nettotal": "50.00",
"ivd_netpayment": "0.00",
"ivd_payment_to_apply": "0.00",
"ivd_credit_to_apply": "0.00",
"ivd_netcredit": "0.00",
"ivd_netwriteoff": "0",
"ivd_writeoff_to_apply": "0.00",
"ivd_netreturn": "0.00",
"ivd_return_to_apply": "0.00",
"ivd_netapplied": "0.00",
"ivd_previous_netpayment": "0.00",
"ivd_total_to_apply": "0.00",
"ivd_netbalance": "50.00",
"ivd_netunpaidbalance": "50.00",
"ivd_price_aggregated": "50.00",
"ivd_discountamount_aggregated": "0.00",
"ivd_tax_aggregated": "0.00",
"ivd_shipping_aggregated": "0.00",
"ivd_nettotal_aggregated": "50.00",
"ivd_netunpaidbalance_aggregated": "50.00",
"ivd_shippable_flag_aggregated": "1",
"ivd_partof_groupreg_discount": "0",
"ivd_cst_credit_available": "0.00",
"ivd_term_based": "0",
"ivd_sub_prorated_flag": "0",
"ivd_autoapply": "0",
"ivd_is_agency_sub": "0",
"ivd_formdetailkey": "7d454fbc-b801-4580-a18d-fd54ad79798d",
"ivd_formkey": "8ab41b00-e259-461f-b1ad-a54bc986878b",
"ivd_parentdataobject": "Invoice Detail",
"ivd_addl_info": "WattsTest1 JasonTest1 D",
"ivd_shippable_flag": "1",
"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_cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06"
},
"Price": {
"prc_key": "606faf8d-d8db-46f6-ae30-02195a0a3c61",
"prc_prd_key": "e532ad97-2266-428f-be27-fc5a0f4f5675",
"prc_price": "50.00",
"prc_add_user": "mwoods",
"prc_add_date": "2008-12-15T14:53:05-06:00",
"prc_change_user": "jdearing",
"prc_change_date": "2013-02-12T13:20:41-06:00",
"prc_delete_flag": "0",
"prc_key_ext": "606faf8d-d8db-46f6-ae30-02195a0a3c61",
"prc_gla_ar_key": "ff9ad93f-ffa5-4379-a5e3-d74e0b19a1f0",
"prc_gla_revenue_key": "3578f775-c4dc-4840-84f4-46730afbc0e4",
"prc_gla_liability_key": "702cf048-6c1f-4963-aea5-472117c4d739",
"prc_gla_return_key": "3578f775-c4dc-4840-84f4-46730afbc0e4",
"prc_gla_writeoff_key": "c0081cc5-80d9-4b9a-8844-9b2a8f33addb",
"prc_start_date": "2008-12-15T00:00:00-06:00",
"prc_prd_ptp_key": "8b55f4ef-55ae-45c9-be87-4950b4af8fcd",
"prc_percent": "0.0000",
"prc_percent_cp": "0.00",
"prc_prd_atc_key": "7697205e-876a-436a-ae35-9ba3abf05a22",
"prc_code": "1034",
"prc_display_name": "Non-Member - Alternative Dispute Resolution",
"prc_sell_online": "1",
"prc_deferred_flag": "0",
"prc_mail": "1",
"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": "1",
"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": "e532ad97-2266-428f-be27-fc5a0f4f5675",
"prd_name": "Alternative Dispute Resolution",
"prd_add_user": "mwoods",
"prd_add_date": "2008-12-15T14:47:05-06:00",
"prd_change_user": "user",
"prd_change_date": "2015-12-03T10:12:23-06:00",
"prd_delete_flag": "0",
"prd_qty_available": "167.00",
"prd_key_ext": "e532ad97-2266-428f-be27-fc5a0f4f5675",
"prd_allow_partial_ship_flag": "1",
"prd_track_inventory_flag": "1",
"prd_gla_cogs_key": "1ddf27f8-3e3d-4a22-99b9-56cfbc508ca9",
"prd_gla_inventory_key": "dc94eab0-5bcb-4cb1-98f7-2f2c5a47b327",
"prd_ptp_key": "8b55f4ef-55ae-45c9-be87-4950b4af8fcd",
"prd_start_date": "2008-12-15T00:00:00-06:00",
"prd_taxable_flag": "1",
"prd_allow_backorder": "1",
"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": "1",
"prd_email": "0",
"prd_fax": "0",
"prd_sell_online": "1",
"prd_online_abstract": "<p><font color=\"gray\"><font face=\"Arial\"><font size=\"2\">Alternative Dispute Resolution is a practical reference for public contracting professionals seeking better understanding of the alternative dispute resolution vehicles available to them and the environments in which these protocols are most viable. Recognizing that litigation or contract termination may not be in the best interest of either contracting party, Lawrence Martin, Ph.D., and John Miller, CPPO, address the growing need for contracting officials to approach rifts in contractual relationships from a perspective emphasizing mutuality over self interest and reconciliation over termination.</font></font></font></p> <p><font color=\"#808080\" face=\"Arial\" size=\"2\">Client, 2005, 108 pages, softbound</font><font face=\"Arial\"></font></p>",
"prd_code": "200",
"prd_thumbnail_doc_key": "0f263d6e-7469-43e5-b848-17ab68051efe",
"prd_web": "0",
"prd_microfiche": "0",
"prd_ptc_key": "18002d78-ae9a-4513-aaae-1faae8831b4a",
"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_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_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_bio": "<h1>Hi!</h1>This is the bio for my test user2! <p>More text on another line2.</p>",
"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": "8b55f4ef-55ae-45c9-be87-4950b4af8fcd",
"ptp_code": "Publication",
"ptp_add_user": "sa",
"ptp_add_date": "2002-06-25T15:26:50-05:00",
"ptp_change_user": "obilby",
"ptp_change_date": "2007-05-23T15:16:40-05:00",
"ptp_delete_flag": "0",
"ptp_key_ext": "8b55f4ef-55ae-45c9-be87-4950b4af8fcd",
"ptp_sell_online": "1",
"ptp_online_code": "Publications",
"ptp_thumbnail": "img_book1.gif",
"ptp_discount_flag": "1",
"ptp_order": "1",
"ptp_exclude_from_bundle_flag": "0",
"ptp_disallow_fractions": "1"
},
"Discount_Product_X_Product": null,
"Billing_Address": {
"cx2__cxa_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"cx2__cxa_adr_key": "c95a666a-bee2-4dbf-82a2-3ddee254af4d",
"cx2__cxa_add_date": "2020-03-27T00:06:00-05:00",
"cx2__cxa_add_user": "jwatts",
"cx2__cxa_change_date": "2020-03-29T22:37:00-05:00",
"cx2__cxa_change_user": "jwatts",
"cx2__cxa_delete_flag": "0",
"cx2__cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"cx2__cxa_key_ext": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"cx2__cxa_on_hold_flag": "0",
"cx2__cxa_adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"cx2__cxa_mailing_label": "Mr. JasonTest1 D WattsTest1 Mr. JasonTest1 WattsTest1 125 Main St. Houston, TX 77433",
"cx2__cxa_mailing_label_html": "Mr. JasonTest1 D WattsTest1<br>Mr. JasonTest1 WattsTest1<br>125 Main St.<br>Houston, TX 77433"
},
"Currency": {
"cur_separator": ",",
"cur_calc_method": "multiply",
"cur_fraction_separator": "."
},
"Order_Detail_Schedule": null,
"Invoice_Detail_IP_Range": null,
"Product_Type_Social_Messages": null,
"Invoice_Detail_Liability": null,
"Credit_Detail": {
"cdd_type": "create credit",
"cdd_required_usage_flag": "0"
},
"Invoice_Detail_Amount_Due": null,
"Invoice_Detail_Get_Balance": null,
"Additional_Invoice_DetailCollection": null,
"Invoice_Detail_AdditionalCollection": null,
"Invoice_Detail_LiabilityCollection": null
}
},
"Additional_Invoice_DetailCollection": null,
"MembershipCollection": null,
"RegistrantCollection": null,
"Group_RegistrantionCollection": null,
"GiftCollection": null,
"InvoiceToPayCollection": null,
"ExhibitorCollection": null,
"Accreditation_ApplicantCollection": null
}
}
}
SAMPLE RESULT
HTTP STATUS: 200
DATA: JSON
{
"CentralizedOrderEntryType": {
"Invoice": {
"inv_key": "cc6d5805-5904-4fae-b155-4659ef410b4f",
"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_cst_first_last_name": "JasonTest1 D WattsTest1",
"inv_total": "100.00",
"inv_amount": "100.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": "100.00",
"inv_nettotal": "100.00",
"inv_netpayment": "100.00",
"inv_credit_to_apply": "0.00",
"inv_netbalance": "0.00",
"inv_netcredit": "0.00",
"inv_net_amount_due": "100.00",
"inv_netunpaidbalance": "100.00",
"inv_netwriteoff": "0.00",
"inv_writeoff_to_apply": "0.00",
"inv_netreturn": "0.00",
"inv_return_to_apply": "0.00",
"inv_netapplied": "100.00",
"inv_previous_netapplied": "0.00",
"inv_previous_netpayment": "0.00",
"inv_total_to_apply": "100.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;'>2.0000</td><td style='text-align: right;'>Non-Member - Alternative Dispute Resolution</td><td style='text-align: right;'>100.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;'>100.00</td><td style='text-align: right;'>100.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 2.0000 Non-Member - Alternative Dis 100.00 0.00 0.00 0.00 100.00 100.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;'>2.0000</td><td style='text-align: right;'>Non-Member - Alternative Dispute Resolution</td><td style='text-align: right;'>100.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;'>100.00</td><td style='text-align: right;'>100.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": "100.00",
"inv_unapplied_shipping_total": "1.00",
"inv_shippable_items_flag": "1",
"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": "e532ad97-2266-428f-be27-fc5a0f4f5675",
"inv_Show_Popup": "0",
"inv_convert_to_installmentpayments": "0",
"inv_allow_installment": "0"
},
"Invoice_Detail": {
"ivd_parity": "1",
"ivd_cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"ivd_type": "Product"
},
"Invoice_Detail_Term": null,
"Claim": {
"cld_claim_status": "Approved"
},
"Default_Shipping_Address": {
"cxs__cxa_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"cxs__cxa_adr_key": "c95a666a-bee2-4dbf-82a2-3ddee254af4d",
"cxs__cxa_add_date": "2020-03-27T00:06:00-05:00",
"cxs__cxa_add_user": "jwatts",
"cxs__cxa_change_date": "2020-03-29T22:37:00-05:00",
"cxs__cxa_change_user": "jwatts",
"cxs__cxa_delete_flag": "0",
"cxs__cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"cxs__cxa_key_ext": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"cxs__cxa_on_hold_flag": "0",
"cxs__cxa_adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"cxs__cxa_mailing_label": "Mr. JasonTest1 D WattsTest1 Mr. JasonTest1 WattsTest1 125 Main St. Houston, TX 77433",
"cxs__cxa_mailing_label_html": "Mr. JasonTest1 D WattsTest1<br>Mr. JasonTest1 WattsTest1<br>125 Main St.<br>Houston, TX 77433"
},
"Payment": {
"pay_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1"
},
"Payment_Info": {
"pin_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"pin_check_amount": "100.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_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_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_bio": "<h1>Hi!</h1>This is the bio for my test user2! <p>More text on another line2.</p>",
"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_qty_previous": "2.00",
"ivd_key": "7d454fbc-b801-4580-a18d-fd54ad79798d",
"ivd_price": "50.00",
"ivd_qty": "2.0000",
"ivd_prc_key": "606faf8d-d8db-46f6-ae30-02195a0a3c61",
"ivd_prc_prd_key": "e532ad97-2266-428f-be27-fc5a0f4f5675",
"ivd_amount_cp": "100.00",
"ivd_parity": "1",
"ivd_cst_ship_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"ivd_prc_prd_ptp_key": "8b55f4ef-55ae-45c9-be87-4950b4af8fcd",
"ivd_cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"ivd_type": "Product",
"ivd_ivw_key": "c1d4c5b2-7d12-46d3-8345-4c26baa50216",
"ivd_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"ivd_createorder_flag": "0",
"ivd_lineamount": "100.00",
"ivd_lineamount_no_discount": "100.00",
"ivd_createinvoice_flag": "1",
"ivd_linebalance": "0.00",
"ivd_net_amount_due": "100.00",
"ivd_payamount": "100.00",
"ivd_disable_quantity": "0",
"ivd_subtotal": "100.00",
"ivd_discountamount": "0.00",
"ivd_total": "100.00",
"ivd_applied_payment": "100.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": "100.00",
"ivd_netpayment": "100.00",
"ivd_payment_to_apply": "100.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": "100.00",
"ivd_previous_netpayment": "0.00",
"ivd_total_to_apply": "100.00",
"ivd_netbalance": "0.00",
"ivd_netunpaidbalance": "100.00",
"ivd_price_aggregated": "50.00",
"ivd_discountamount_aggregated": "0.00",
"ivd_tax_aggregated": "0.00",
"ivd_shipping_aggregated": "0.00",
"ivd_nettotal_aggregated": "100.00",
"ivd_netunpaidbalance_aggregated": "100.00",
"ivd_shippable_flag_aggregated": "1",
"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": "7d454fbc-b801-4580-a18d-fd54ad79798d",
"ivd_formkey": "8ab41b00-e259-461f-b1ad-a54bc986878b",
"ivd_parentdataobject": "Invoice Detail",
"ivd_addl_info": "WattsTest1 JasonTest1 D",
"ivd_shippable_flag": "1",
"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_cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"inv_cst_billing_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1"
},
"Price": {
"prc_key": "606faf8d-d8db-46f6-ae30-02195a0a3c61",
"prc_prd_key": "e532ad97-2266-428f-be27-fc5a0f4f5675",
"prc_price": "50.00",
"prc_add_user": "mwoods",
"prc_add_date": "2008-12-15T14:53:05-06:00",
"prc_change_user": "jdearing",
"prc_change_date": "2013-02-12T13:20:41-06:00",
"prc_delete_flag": "0",
"prc_key_ext": "606faf8d-d8db-46f6-ae30-02195a0a3c61",
"prc_gla_ar_key": "ff9ad93f-ffa5-4379-a5e3-d74e0b19a1f0",
"prc_gla_revenue_key": "3578f775-c4dc-4840-84f4-46730afbc0e4",
"prc_gla_liability_key": "702cf048-6c1f-4963-aea5-472117c4d739",
"prc_gla_return_key": "3578f775-c4dc-4840-84f4-46730afbc0e4",
"prc_gla_writeoff_key": "c0081cc5-80d9-4b9a-8844-9b2a8f33addb",
"prc_start_date": "2008-12-15T00:00:00-06:00",
"prc_prd_ptp_key": "8b55f4ef-55ae-45c9-be87-4950b4af8fcd",
"prc_percent": "0.0000",
"prc_percent_cp": "0.00",
"prc_prd_atc_key": "7697205e-876a-436a-ae35-9ba3abf05a22",
"prc_code": "1034",
"prc_display_name": "Non-Member - Alternative Dispute Resolution",
"prc_sell_online": "1",
"prc_deferred_flag": "0",
"prc_mail": "1",
"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": "1",
"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": "e532ad97-2266-428f-be27-fc5a0f4f5675",
"prd_name": "Alternative Dispute Resolution",
"prd_add_user": "mwoods",
"prd_add_date": "2008-12-15T14:47:05-06:00",
"prd_change_user": "user",
"prd_change_date": "2015-12-03T10:12:23-06:00",
"prd_delete_flag": "0",
"prd_qty_available": "167.00",
"prd_key_ext": "e532ad97-2266-428f-be27-fc5a0f4f5675",
"prd_allow_partial_ship_flag": "1",
"prd_track_inventory_flag": "1",
"prd_gla_cogs_key": "1ddf27f8-3e3d-4a22-99b9-56cfbc508ca9",
"prd_gla_inventory_key": "dc94eab0-5bcb-4cb1-98f7-2f2c5a47b327",
"prd_ptp_key": "8b55f4ef-55ae-45c9-be87-4950b4af8fcd",
"prd_start_date": "2008-12-15T00:00:00-06:00",
"prd_taxable_flag": "1",
"prd_allow_backorder": "1",
"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": "1",
"prd_email": "0",
"prd_fax": "0",
"prd_sell_online": "1",
"prd_online_abstract": "<p><font color=\"gray\"><font face=\"Arial\"><font size=\"2\">Alternative Dispute Resolution is a practical reference for public contracting professionals seeking better understanding of the alternative dispute resolution vehicles available to them and the environments in which these protocols are most viable. Recognizing that litigation or contract termination may not be in the best interest of either contracting party, Lawrence Martin, Ph.D., and John Miller, CPPO, address the growing need for contracting officials to approach rifts in contractual relationships from a perspective emphasizing mutuality over self interest and reconciliation over termination.</font></font></font></p> <p><font color=\"#808080\" face=\"Arial\" size=\"2\">Client, 2005, 108 pages, softbound</font><font face=\"Arial\"></font></p>",
"prd_code": "200",
"prd_thumbnail_doc_key": "0f263d6e-7469-43e5-b848-17ab68051efe",
"prd_web": "0",
"prd_microfiche": "0",
"prd_ptc_key": "18002d78-ae9a-4513-aaae-1faae8831b4a",
"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_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_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_bio": "<h1>Hi!</h1>This is the bio for my test user2! <p>More text on another line2.</p>",
"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": "8b55f4ef-55ae-45c9-be87-4950b4af8fcd",
"ptp_code": "Publication",
"ptp_add_user": "sa",
"ptp_add_date": "2002-06-25T15:26:50-05:00",
"ptp_change_user": "obilby",
"ptp_change_date": "2007-05-23T15:16:40-05:00",
"ptp_delete_flag": "0",
"ptp_key_ext": "8b55f4ef-55ae-45c9-be87-4950b4af8fcd",
"ptp_sell_online": "1",
"ptp_online_code": "Publications",
"ptp_thumbnail": "img_book1.gif",
"ptp_discount_flag": "1",
"ptp_order": "1",
"ptp_exclude_from_bundle_flag": "0",
"ptp_disallow_fractions": "1"
},
"Discount_Product_X_Product": null,
"Billing_Address": {
"cx2__cxa_cst_key": "ec8ff4c0-f5a6-4812-b313-75dd5dba8fd1",
"cx2__cxa_adr_key": "c95a666a-bee2-4dbf-82a2-3ddee254af4d",
"cx2__cxa_add_date": "2020-03-27T00:06:00-05:00",
"cx2__cxa_add_user": "jwatts",
"cx2__cxa_change_date": "2020-03-29T22:37:00-05:00",
"cx2__cxa_change_user": "jwatts",
"cx2__cxa_delete_flag": "0",
"cx2__cxa_key": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"cx2__cxa_key_ext": "3fffea6a-7c1c-4ea2-bb0c-6b8d74e4dc06",
"cx2__cxa_on_hold_flag": "0",
"cx2__cxa_adt_key": "e09fc2cf-5f86-46cd-9c31-f215018ba99f",
"cx2__cxa_mailing_label": "Mr. JasonTest1 D WattsTest1 Mr. JasonTest1 WattsTest1 125 Main St. Houston, TX 77433",
"cx2__cxa_mailing_label_html": "Mr. JasonTest1 D WattsTest1<br>Mr. JasonTest1 WattsTest1<br>125 Main St.<br>Houston, TX 77433"
},
"Currency": {
"cur_separator": ",",
"cur_calc_method": "multiply",
"cur_fraction_separator": "."
},
"Order_Detail_Schedule": null,
"Invoice_Detail_IP_Range": null,
"Product_Type_Social_Messages": null,
"Invoice_Detail_Liability": null,
"Credit_Detail": {
"cdd_type": "create credit",
"cdd_required_usage_flag": "0"
},
"Invoice_Detail_Amount_Due": null,
"Invoice_Detail_Get_Balance": null,
"Additional_Invoice_DetailCollection": null,
"Invoice_Detail_AdditionalCollection": null,
"Invoice_Detail_LiabilityCollection": null
}
},
"Additional_Invoice_DetailCollection": null,
"MembershipCollection": null,
"RegistrantCollection": null,
"Group_RegistrantionCollection": null,
"GiftCollection": null,
"InvoiceToPayCollection": null,
"ExhibitorCollection": null,
"Accreditation_ApplicantCollection": null
}
}