BNEnetforumxml
Click here for a complete list of operations.
WEBFaxUpdate
Updates a customer's fax info.
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /xweb/secure/bnenetforumxml.asmx HTTP/1.1 Host: netforum.sema.org Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://www.avectra.com/2005/WEBFaxUpdate" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <AuthorizationToken xmlns="http://www.avectra.com/2005/"> <Token>string</Token> </AuthorizationToken> </soap:Header> <soap:Body> <WEBFaxUpdate xmlns="http://www.avectra.com/2005/"> <oFacadeObject> <CurrentKey /> <Fax_XRef> <cfx_key /> <cfx_cst_key /> <cfx_fax_key /> <cfx_fxt_key /> <cfx_cst_link_key /> <cfx_add_user /> <cfx_add_date /> <cfx_change_user /> <cfx_change_date /> <cfx_delete_flag /> <cfx_key_ext /> <cfx_unlisted_flag /> <cfx_fax_number_complete /> <cfx_extension /> <cfx_entity_key /> <cfx_no_directory_print_flag_ext /> <cfx_primary /> <cfx_owner /> <cfx_FaxLinkingDropDownList /> </Fax_XRef> <Customer> <cst_key /> <cst_type /> <cst_name_cp /> <cst_sort_name_dn /> <cst_ind_full_name_dn /> <cst_org_name_dn /> <cst_ixo_title_dn /> <cst_pref_comm_meth /> <cst_bio /> <cst_add_date /> <cst_add_user /> <cst_change_date /> <cst_change_user /> <cst_delete_flag /> <cst_recno /> <cst_id /> <cst_key_ext /> <cst_email_text_only /> <cst_credit_limit /> <cst_src_key /> <cst_src_code /> <cst_tax_exempt_flag /> <cst_tax_id /> <cst_cxa_key /> <cst_no_email_flag /> <cst_cxa_billing_key /> <cst_eml_address_dn /> <cst_eml_key /> <cst_no_phone_flag /> <cst_phn_number_complete_dn /> <cst_cph_key /> <cst_no_fax_flag /> <cst_fax_number_complete_dn /> <cst_cfx_key /> <cst_ixo_key /> <cst_no_web_flag /> <cst_oldid /> <cst_member_flag /> <cst_url_code_dn /> <cst_parent_cst_key /> <cst_url_key /> <cst_no_msg_flag /> <cst_msg_handle_dn /> <cst_web_login /> <cst_web_password /> <cst_entity_key /> <cst_msg_key /> <cst_no_mail_flag /> <cst_web_start_date /> <cst_web_end_date /> <cst_web_force_password_change /> <cst_web_login_disabled_flag /> <cst_comment /> <cst_credit_hold_flag /> <cst_credit_hold_reason /> <cst_web_forgot_password_status /> <cst_old_cxa_key /> <cst_last_email_date /> <cst_no_promotional_material_ext /> <cst_no_publish_flag /> <cst_sin_key /> <cst_ttl_key /> <cst_jfn_key /> <cst_cur_key /> <cst_attribute_1 /> <cst_attribute_2 /> <cst_salutation_1 /> <cst_salutation_2 /> <cst_merge_cst_key /> <cst_salutation_3 /> <cst_salutation_4 /> <cst_default_recognize_as /> <cst_score /> <cst_score_normalized /> <cst_score_trend /> <cst_vault_account /> <cst_exclude_from_social_flag /> <cst_social_score /> <cst_ptin /> <cst_aicpa_member_id /> <cst_vendor_code /> <cst_salt /> <cst_sca_key /> <cst_iterations /> <cst_web_password_change_date /> <cst_web_failed_login_count /> <cst_pri_member_flag_ext /> <cst_web_last_failed_login_date /> <cst_web_login_locked_flag /> </Customer> <Fax> <fax_key /> <fax_cst_key_owner /> <fax_number /> <fax_number_display /> <fax_cty_key /> <fax_add_user /> <fax_add_date /> <fax_change_user /> <fax_change_date /> <fax_delete_flag /> <fax_entity_key /> <fax_key_ext /> </Fax> <Country> <cty_code /> <cty_add_date /> <cty_add_user /> <cty_change_date /> <cty_change_user /> <cty_delete_flag /> <cty_key /> <cty_key_ext /> <cty_entity_key /> <cty_long_name /> <cty_fips_code /> <cty_sovereignty /> <cty_status /> <cty_capital /> <cty_idd_code /> <cty_rgn_key /> <cty_srg_key /> <cty_postal_input_mask /> <cty_phone_input_mask /> <cty_currency_code /> <cty_currency_code_description /> <cty_vat_flag /> <cty_iso_2 /> <cty_iso_3 /> <cty_do_not_ship /> <cty_iso_number /> <cty_bpa_region /> <cty_do_not_sell /> <cty_dyn_key /> <cty_dyn_key_2 /> <cty_cgy_key /> </Country> </oFacadeObject> </WEBFaxUpdate> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <AuthorizationToken xmlns="http://www.avectra.com/2005/"> <Token>string</Token> </AuthorizationToken> </soap:Header> <soap:Body> <WEBFaxUpdateResponse xmlns="http://www.avectra.com/2005/"> <WEBFaxUpdateResult>boolean</WEBFaxUpdateResult> </WEBFaxUpdateResponse> </soap:Body> </soap:Envelope>