WEBChapterGet
| Initial Build | 2008.01 |
| xWeb | Web Method |
| Response Type | string (guid) |
This method accepts a key of an existing chapter and returns a ChapterType object with information on that chapter.
Parameters
The request contains the following required parameter:
| Name | Type | Occurs | Description |
|---|---|---|---|
| Key | guid | 1..1 | This is the key of an existing chapter. |
Response
ChapterType. This is a chapter object with the data populated based on the key provided.
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>dhopkins;darryl</ns:Token>
</ns:AuthorizationToken>
</soapenv:Header>
<soapenv:Body>
<ns:WEBChapterGet>
<ns:key>d17e0921-95f1-4013-88f6-5d79f41bd276</ns:key>
</ns:WEBChapterGet>
</soapenv:Body>
</soapenv:Envelope>
Sample Response
The following is a sample response from a 2011.01 release of NetForum:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Header>
<AuthorizationToken xmlns="http://www.avectra.com/2005/">
<Token>75a661e4-62c3-4982-affc-17c1a56e46ed</Token>
</AuthorizationToken>
</soap:Header>
<soap:Body>
<WEBChapterGetResponse xmlns="http://www.avectra.com/2005/">
<WEBChapterGetResult>
<CurrentKey>d17e0921-95f1-4013-88f6-5d79f41bd276</CurrentKey>
<Chapter>
<chp_cst_key>d17e0921-95f1-4013-88f6-5d79f41bd276</chp_cst_key>
<chp_name>RSR - Member Chapter</chp_name>
<chp_website>http://www.mychapter.org</chp_website>
<chp_add_user>rsarangarajan</chp_add_user>
<chp_add_date>10/17/2011</chp_add_date>
<chp_change_user>dhopkins</chp_change_user>
<chp_change_date>01/04/2012</chp_change_date>
<chp_delete_flag>0</chp_delete_flag>
<chp_cst_key_ext>d17e0921-95f1-4013-88f6-5d79f41bd276</chp_cst_key_ext>
<chp_ind_cst_key>3ce2c530-2a15-41cf-b2db-ab8c9b326823</chp_ind_cst_key>
<chp_asn_key>4e35b994-6f79-4f49-b927-8200c60251df</chp_asn_key>
<chp_code>RSR - CHAP</chp_code>
<chp_chapter_number>24</chp_chapter_number>
<chp_cht_key>6726aa99-ffc5-4cc3-847b-195d677af81b</chp_cht_key>
<chp_chs_key>71728f64-2c21-42e5-ab53-837724cd484a</chp_chs_key>
</Chapter>
<Customer>
<cst_key>d17e0921-95f1-4013-88f6-5d79f41bd276</cst_key>
<cst_type>Chapter/Affiliate</cst_type>
<cst_name_cp>RSR - Member Chapter</cst_name_cp>
<cst_sort_name_dn>RSR - Member Chapter</cst_sort_name_dn>
<cst_org_name_dn>RSR - Member Chapter</cst_org_name_dn>
<cst_add_date>10/17/2011</cst_add_date>
<cst_add_user>rsarangarajan</cst_add_user>
<cst_change_date>11/01/2011</cst_change_date>
<cst_change_user>web:abba@avectra.com</cst_change_user>
<cst_delete_flag>0</cst_delete_flag>
<cst_recno>86599</cst_recno>
<cst_id>000086599C</cst_id>
<cst_key_ext>d17e0921-95f1-4013-88f6-5d79f41bd276</cst_key_ext>
<cst_email_text_only>0</cst_email_text_only>
<cst_credit_limit>0.00</cst_credit_limit>
<cst_tax_exempt_flag>0</cst_tax_exempt_flag>
<cst_cxa_key>88289c94-e9ab-4876-a98e-d19f7cec6294</cst_cxa_key>
<cst_no_email_flag>0</cst_no_email_flag>
<cst_no_phone_flag>0</cst_no_phone_flag>
<cst_phn_number_complete_dn>(312)238-9023 (123)</cst_phn_number_complete_dn>
<cst_cph_key>d1998234-4824-43a3-9659-dfdfe9c59d07</cst_cph_key>
<cst_no_fax_flag>0</cst_no_fax_flag>
<cst_fax_number_complete_dn>(212)789-3456</cst_fax_number_complete_dn>
<cst_cfx_key>34e57e8c-5390-4901-bc73-958dbe2cd450</cst_cfx_key>
<cst_no_web_flag>0</cst_no_web_flag>
<cst_member_flag>0</cst_member_flag>
<cst_no_msg_flag>0</cst_no_msg_flag>
<cst_no_mail_flag>0</cst_no_mail_flag>
<cst_web_force_password_change>0</cst_web_force_password_change>
<cst_web_login_disabled_flag>0</cst_web_login_disabled_flag>
<cst_credit_hold_flag>0</cst_credit_hold_flag>
<cst_web_forgot_password_status>0</cst_web_forgot_password_status>
<cst_no_publish_flag>0</cst_no_publish_flag>
<cst_score_trend>0</cst_score_trend>
<cst_exclude_from_social_flag>0</cst_exclude_from_social_flag>
<cst_credit_available>0.00</cst_credit_available>
</Customer>
<Association>
<asn_code>RSR</asn_code>
<asn_name>RSR</asn_name>
<asn_add_date>10/17/2011</asn_add_date>
<asn_add_user>rsarangarajan</asn_add_user>
<asn_change_date>10/25/2011</asn_change_date>
<asn_change_user>rsarangarajan</asn_change_user>
<asn_delete_flag>0</asn_delete_flag>
<asn_key>4e35b994-6f79-4f49-b927-8200c60251df</asn_key>
<asn_key_ext>4e35b994-6f79-4f49-b927-8200c60251df</asn_key_ext>
<asn_calendar_flag>1</asn_calendar_flag>
<asn_membership_start_month>01</asn_membership_start_month>
<asn_membership_sell_next_year_after_month>04</asn_membership_sell_next_year_after_month>
<asn_membership_sell_next_year_after_day>10</asn_membership_sell_next_year_after_day>
<asn_update_date_when>Invoice Created</asn_update_date_when>
<asn_invoice_type>prepaid</asn_invoice_type>
<asn_set_on_paid_date_flag>0</asn_set_on_paid_date_flag>
<asn_flip_customer_member_flag>0</asn_flip_customer_member_flag>
</Association>
<Email>
<eml_type>business</eml_type>
<eml_primary>1</eml_primary>
</Email>
<Website>
<url_type>internet</url_type>
<url_primary>1</url_primary>
</Website>
<Messaging>
<msg_primary>1</msg_primary>
</Messaging>
<Phone>
<phn_key>424ef95e-0dce-4427-92e8-794ffd5f6776</phn_key>
<phn_cst_key_owner>d17e0921-95f1-4013-88f6-5d79f41bd276</phn_cst_key_owner>
<phn_number>312-238-9023</phn_number>
<phn_number_display>(312)238-9023</phn_number_display>
<phn_cty_key>bc4b70f8-280e-4bb0-b935-9f728c50e183</phn_cty_key>
<phn_add_user>rsarangarajan</phn_add_user>
<phn_add_date>10/17/2011 9:05:35 AM</phn_add_date>
<phn_change_user>web:abba@avectra.com</phn_change_user>
<phn_change_date>11/1/2011 10:49:06 AM</phn_change_date>
<phn_delete_flag>0</phn_delete_flag>
<phn_key_ext>424ef95e-0dce-4427-92e8-794ffd5f6776</phn_key_ext>
</Phone>
<Phone_XRef>
<cph_key>d1998234-4824-43a3-9659-dfdfe9c59d07</cph_key>
<cph_cst_key>d17e0921-95f1-4013-88f6-5d79f41bd276</cph_cst_key>
<cph_phn_key>424ef95e-0dce-4427-92e8-794ffd5f6776</cph_phn_key>
<cph_pht_key>67b3c5a6-def9-443d-bdfd-d86fb1bde6ce</cph_pht_key>
<cph_add_user>rsarangarajan</cph_add_user>
<cph_add_date>10/17/2011 9:05:35 AM</cph_add_date>
<cph_change_user>web:abba@avectra.com</cph_change_user>
<cph_change_date>11/1/2011 10:49:06 AM</cph_change_date>
<cph_delete_flag>0</cph_delete_flag>
<cph_key_ext>d1998234-4824-43a3-9659-dfdfe9c59d07</cph_key_ext>
<cph_unlisted_flag>0</cph_unlisted_flag>
<cph_phn_number_complete>(312)238-9023 (123)</cph_phn_number_complete>
<cph_extension>123</cph_extension>
<cph_primary>1</cph_primary>
<cph_owner>1</cph_owner>
</Phone_XRef>
<Fax>
<fax_key>f8239fd6-3fd8-497d-9f12-ec1a52f0f657</fax_key>
<fax_cst_key_owner>d17e0921-95f1-4013-88f6-5d79f41bd276</fax_cst_key_owner>
<fax_number>212-789-3456</fax_number>
<fax_number_display>(212)789-3456</fax_number_display>
<fax_cty_key>bc4b70f8-280e-4bb0-b935-9f728c50e183</fax_cty_key>
<fax_add_user>rsarangarajan</fax_add_user>
<fax_add_date>10/17/2011 9:16:17 AM</fax_add_date>
<fax_delete_flag>0</fax_delete_flag>
<fax_key_ext>f8239fd6-3fd8-497d-9f12-ec1a52f0f657</fax_key_ext>
</Fax>
<Fax_XRef>
<cfx_key>34e57e8c-5390-4901-bc73-958dbe2cd450</cfx_key>
<cfx_cst_key>d17e0921-95f1-4013-88f6-5d79f41bd276</cfx_cst_key>
<cfx_fax_key>f8239fd6-3fd8-497d-9f12-ec1a52f0f657</cfx_fax_key>
<cfx_fxt_key>6e87e930-a750-4361-a15a-c1f55fa46244</cfx_fxt_key>
<cfx_add_user>rsarangarajan</cfx_add_user>
<cfx_add_date>10/17/2011 9:16:17 AM</cfx_add_date>
<cfx_delete_flag>0</cfx_delete_flag>
<cfx_key_ext>34e57e8c-5390-4901-bc73-958dbe2cd450</cfx_key_ext>
<cfx_unlisted_flag>0</cfx_unlisted_flag>
<cfx_fax_number_complete>(212)789-3456</cfx_fax_number_complete>
<cfx_primary>1</cfx_primary>
<cfx_owner>1</cfx_owner>
</Fax_XRef>
<Address_1>
<adr_key>50f1b15b-e891-4dd4-a305-73b818e39a3f</adr_key>
<adr_cst_key_owner>d17e0921-95f1-4013-88f6-5d79f41bd276</adr_cst_key_owner>
<adr_line1>4005 Kings Lane</adr_line1>
<adr_city>Binghamton</adr_city>
<adr_state>NY</adr_state>
<adr_post_code>10008</adr_post_code>
<adr_city_state_code>Binghamton, NY 10008</adr_city_state_code>
<adr_country>UNITED STATES</adr_country>
<adr_add_date>10/17/2011</adr_add_date>
<adr_add_user>rsarangarajan</adr_add_user>
<adr_delete_flag>0</adr_delete_flag>
<adr_key_ext>50f1b15b-e891-4dd4-a305-73b818e39a3f</adr_key_ext>
<adr_bad_address_flag>0</adr_bad_address_flag>
<adr_no_validation_flag>0</adr_no_validation_flag>
</Address_1>
<Address_XRef_1>
<cxa_cst_key>d17e0921-95f1-4013-88f6-5d79f41bd276</cxa_cst_key>
<cxa_adr_key>50f1b15b-e891-4dd4-a305-73b818e39a3f</cxa_adr_key>
<cxa_add_date>10/17/2011</cxa_add_date>
<cxa_add_user>rsarangarajan</cxa_add_user>
<cxa_delete_flag>0</cxa_delete_flag>
<cxa_key>88289c94-e9ab-4876-a98e-d19f7cec6294</cxa_key>
<cxa_key_ext>88289c94-e9ab-4876-a98e-d19f7cec6294</cxa_key_ext>
<cxa_on_hold_flag>0</cxa_on_hold_flag>
<cxa_adt_key>197a80df-cb54-48ad-89b9-033fbfe75d37</cxa_adt_key>
<cxa_mailing_label>RSR - Member Chapter 4005 Kings Lane Binghamton, NY 10008</cxa_mailing_label>
<cxa_mailing_label_html>RSR - Member Chapter<br>4005 Kings Lane<br>Binghamton, NY 10008</cxa_mailing_label_html>
<cxa_primary>1</cxa_primary>
<cxa_owner>1</cxa_owner>
<cxa_billing>0</cxa_billing>
<cxa_create_change_log>0</cxa_create_change_log>
</Address_XRef_1>
<Address_Country>
<cty_code>UNITED STATES</cty_code>
<cty_add_date>12/05/2001</cty_add_date>
<cty_add_user>XMEN\tward</cty_add_user>
<cty_change_date>11/01/2011</cty_change_date>
<cty_change_user>jpieron</cty_change_user>
<cty_delete_flag>0</cty_delete_flag>
<cty_key>bc4b70f8-280e-4bb0-b935-9f728c50e183</cty_key>
<cty_key_ext>bc4b70f8-280e-4bb0-b935-9f728c50e183</cty_key_ext>
<cty_long_name>United States of America</cty_long_name>
<cty_fips_code>US</cty_fips_code>
<cty_status>independent</cty_status>
<cty_capital>Washington, DC</cty_capital>
<cty_idd_code>001</cty_idd_code>
<cty_srg_key>50e354e2-077a-4bd4-8219-5188a562795d</cty_srg_key>
<cty_postal_input_mask>regex:\d{5}(-\d{4})?</cty_postal_input_mask>
<cty_phone_input_mask>^(\d{3})(\d{3})(\d{4})$~($1)$2-$3</cty_phone_input_mask>
<cty_currency_code>USD</cty_currency_code>
<cty_currency_code_description>U.S. Dollar</cty_currency_code_description>
<cty_vat_flag>0</cty_vat_flag>
<cty_iso_2>US</cty_iso_2>
<cty_iso_3>USA</cty_iso_3>
<cty_do_not_ship>0</cty_do_not_ship>
<cty_iso_number>840</cty_iso_number>
<cty_bpa_region>NORTH AMERICA</cty_bpa_region>
<cty_do_not_sell>0</cty_do_not_sell>
<cty_dyn_key>82b095b3-c816-4e03-9061-66d54be8261a</cty_dyn_key>
<cty_dyn_key_2>8268f5bb-fd87-4497-b2e0-2d22ed7661d5</cty_dyn_key_2>
</Address_Country>
<Billing_Address_1>
<ad2__adr_state>VA</ad2__adr_state>
<ad2__adr_country>UNITED STATES</ad2__adr_country>
</Billing_Address_1>
<Billing_Address_XRef_1>
<cx2__cxa_primary>1</cx2__cxa_primary>
<cx2__cxa_owner>1</cx2__cxa_owner>
<cx2__cxa_billing>1</cx2__cxa_billing>
<cx2__cxa_create_change_log>0</cx2__cxa_create_change_log>
</Billing_Address_XRef_1>
<Primary_Contact>
<cs2__cst_key>3ce2c530-2a15-41cf-b2db-ab8c9b326823</cs2__cst_key>
<cs2__cst_type>Individual</cs2__cst_type>
<cs2__cst_name_cp>Darryl Hopkins</cs2__cst_name_cp>
<cs2__cst_sort_name_dn>Hopkins Darryl</cs2__cst_sort_name_dn>
<cs2__cst_ind_full_name_dn>Darryl Hopkins</cs2__cst_ind_full_name_dn>
<cs2__cst_add_date>11/02/2011</cs2__cst_add_date>
<cs2__cst_add_user>web:anonymous</cs2__cst_add_user>
<cs2__cst_change_date>01/03/2012</cs2__cst_change_date>
<cs2__cst_change_user>dhopkins</cs2__cst_change_user>
<cs2__cst_delete_flag>0</cs2__cst_delete_flag>
<cs2__cst_recno>86984</cs2__cst_recno>
<cs2__cst_id>000086984I</cs2__cst_id>
<cs2__cst_key_ext>3ce2c530-2a15-41cf-b2db-ab8c9b326823</cs2__cst_key_ext>
<cs2__cst_email_text_only>0</cs2__cst_email_text_only>
<cs2__cst_credit_limit>0.00</cs2__cst_credit_limit>
<cs2__cst_tax_exempt_flag>0</cs2__cst_tax_exempt_flag>
<cs2__cst_cxa_key>cb7d9412-1b71-42d8-a82a-1c7c3cd02289</cs2__cst_cxa_key>
<cs2__cst_no_email_flag>0</cs2__cst_no_email_flag>
<cs2__cst_eml_address_dn>dhopkins@avectra.com</cs2__cst_eml_address_dn>
<cs2__cst_eml_key>95838920-a1d9-477e-af23-e871d1371f1a</cs2__cst_eml_key>
<cs2__cst_no_phone_flag>0</cs2__cst_no_phone_flag>
<cs2__cst_no_fax_flag>0</cs2__cst_no_fax_flag>
<cs2__cst_no_web_flag>0</cs2__cst_no_web_flag>
<cs2__cst_member_flag>0</cs2__cst_member_flag>
<cs2__cst_no_msg_flag>0</cs2__cst_no_msg_flag>
<cs2__cst_web_password>743624342d2ac9b3737b1037bad550a4</cs2__cst_web_password>
<cs2__cst_no_mail_flag>0</cs2__cst_no_mail_flag>
<cs2__cst_web_force_password_change>0</cs2__cst_web_force_password_change>
<cs2__cst_web_login_disabled_flag>0</cs2__cst_web_login_disabled_flag>
<cs2__cst_credit_hold_flag>0</cs2__cst_credit_hold_flag>
<cs2__cst_no_publish_flag>0</cs2__cst_no_publish_flag>
<cs2__cst_salutation_1>Darryl Hopkins</cs2__cst_salutation_1>
<cs2__cst_salutation_2>Darryl Hopkins</cs2__cst_salutation_2>
<cs2__cst_default_recognize_as>Darryl Hopkins</cs2__cst_default_recognize_as>
<cs2__cst_score>0.4000</cs2__cst_score>
<cs2__cst_score_normalized>10</cs2__cst_score_normalized>
<cs2__cst_score_trend>3</cs2__cst_score_trend>
<cs2__cst_exclude_from_social_flag>0</cs2__cst_exclude_from_social_flag>
</Primary_Contact>
<Primary_Contact_XRef/>
<Prim._Contact_Adr_Xref>
<pxa__cxa_cst_key>3ce2c530-2a15-41cf-b2db-ab8c9b326823</pxa__cxa_cst_key>
<pxa__cxa_adr_key>ab5705e9-131d-4a70-a0a0-2a0602c7d163</pxa__cxa_adr_key>
<pxa__cxa_add_date>11/02/2011</pxa__cxa_add_date>
<pxa__cxa_add_user>web:anonymous</pxa__cxa_add_user>
<pxa__cxa_change_date>11/02/2011</pxa__cxa_change_date>
<pxa__cxa_change_user>web:anonymous</pxa__cxa_change_user>
<pxa__cxa_delete_flag>0</pxa__cxa_delete_flag>
<pxa__cxa_key>cb7d9412-1b71-42d8-a82a-1c7c3cd02289</pxa__cxa_key>
<pxa__cxa_key_ext>cb7d9412-1b71-42d8-a82a-1c7c3cd02289</pxa__cxa_key_ext>
<pxa__cxa_on_hold_flag>0</pxa__cxa_on_hold_flag>
<pxa__cxa_adt_key>f71f631c-1fff-4f18-a249-fb4cba84d0c0</pxa__cxa_adt_key>
<pxa__cxa_mailing_label>Darryl Hopkins 5 Elm Ln East Windsor, NJ 08520</pxa__cxa_mailing_label>
<pxa__cxa_mailing_label_html>Darryl Hopkins<br>5 Elm Ln<br>East Windsor, NJ 08520</pxa__cxa_mailing_label_html>
</Prim._Contact_Adr_Xref>
<Prim._Contact_Address>
<pad__adr_key>ab5705e9-131d-4a70-a0a0-2a0602c7d163</pad__adr_key>
<pad__adr_cst_key_owner>3ce2c530-2a15-41cf-b2db-ab8c9b326823</pad__adr_cst_key_owner>
<pad__adr_line1>5 Elm Ln</pad__adr_line1>
<pad__adr_city>East Windsor</pad__adr_city>
<pad__adr_state>NJ</pad__adr_state>
<pad__adr_post_code>08520</pad__adr_post_code>
<pad__adr_city_state_code>East Windsor, NJ 08520</pad__adr_city_state_code>
<pad__adr_country>UNITED STATES</pad__adr_country>
<pad__adr_add_date>11/02/2011</pad__adr_add_date>
<pad__adr_add_user>web:anonymous</pad__adr_add_user>
<pad__adr_change_date>11/2/2011 11:08:37 AM</pad__adr_change_date>
<pad__adr_change_user>web:anonymous</pad__adr_change_user>
<pad__adr_delete_flag>0</pad__adr_delete_flag>
<pad__adr_key_ext>ab5705e9-131d-4a70-a0a0-2a0602c7d163</pad__adr_key_ext>
<pad__adr_bad_address_flag>0</pad__adr_bad_address_flag>
<pad__adr_no_validation_flag>0</pad__adr_no_validation_flag>
</Prim._Contact_Address>
<Address_Change_Log/>
</WEBChapterGetResult>
</WEBChapterGetResponse>
</soap:Body>
</soap:Envelope>
JSON Method
POST /xWeb/JSON/WEBChapterGet
DATA: JSON
{
"WEBChapterGet": {
"key": "{{chpCstKeyChapter}}"
}
}
SAMPLE RESULT
HTTP STATUS: 200
DATA: JSON
{
"ChapterType": {
"CurrentKey": "ed9eff3d-d603-4a0c-965a-c5c1f963347d",
"Chapter": {
"chp_cst_key": "ed9eff3d-d603-4a0c-965a-c5c1f963347d",
"chp_name": "ABC Chapter1",
"chp_add_user": "SampleData",
"chp_add_date": "2020-02-02T00:00:00+13:00",
"chp_change_user": "nmoltchanova",
"chp_change_date": "2021-05-12T08:58:54+12:00",
"chp_delete_flag": "0",
"chp_cst_key_ext": "ed9eff3d-d603-4a0c-965a-c5c1f963347d",
"chp_ind_cst_key": "01ef468b-c023-4a6e-b6fb-94843caf5951",
"chp_asn_key": "e2dda805-ac49-4d41-ac15-44daef1a0c34",
"chp_code": "ABC_CH1",
"chp_cht_key": "02206cd0-b9a7-4ce9-8fbe-f4d0f6fdca80"
},
"Customer": {
"cst_key": "ed9eff3d-d603-4a0c-965a-c5c1f963347d",
"cst_type": "Chapter/Affiliate",
"cst_name_cp": "ABC Chapter1",
"cst_sort_name_dn": "ABC Chapter1",
"cst_org_name_dn": "ABC Chapter1",
"cst_add_date": "2020-02-02T00:00:00+13:00",
"cst_add_user": "SampleData",
"cst_change_date": "2021-04-28T09:24:00+12:00",
"cst_change_user": "joanna.szarko",
"cst_delete_flag": "0",
"cst_recno": "126",
"cst_id": "000000126C",
"cst_key_ext": "ed9eff3d-d603-4a0c-965a-c5c1f963347d",
"cst_email_text_only": "0",
"cst_tax_exempt_flag": "0",
"cst_cxa_key": "f539e2b7-04a2-44e0-8805-1e5a25bfef17",
"cst_no_email_flag": "0",
"cst_no_phone_flag": "0",
"cst_no_fax_flag": "0",
"cst_no_web_flag": "0",
"cst_member_flag": "0",
"cst_no_msg_flag": "0",
"cst_no_mail_flag": "0",
"cst_web_force_password_change": "0",
"cst_web_login_disabled_flag": "0",
"cst_credit_hold_flag": "0",
"cst_web_forgot_password_status": "0",
"cst_no_publish_flag": "0",
"cst_cur_key": "240f94e1-35e9-4725-9218-f0ebce93cd58",
"cst_score": "0.1000",
"cst_score_normalized": "1",
"cst_score_trend": "3",
"cst_exclude_from_social_flag": "0",
"cst_web_login_locked_flag": "0",
"cst_credit_available": "0.00"
},
"Association": {
"asn_code": "ABC Assoc",
"asn_name": "ABC Association",
"asn_add_date": "2020-02-02T00:00:00+13:00",
"asn_add_user": "SampleData",
"asn_delete_flag": "0",
"asn_key": "e2dda805-ac49-4d41-ac15-44daef1a0c34",
"asn_key_ext": "e2dda805-ac49-4d41-ac15-44daef1a0c34",
"asn_calendar_flag": "1",
"asn_membership_start_month": "1",
"asn_membership_start_day": "1",
"asn_membership_sell_next_year_after_month": "12",
"asn_membership_sell_next_year_after_day": "31",
"asn_update_date_when": "Invoice Created",
"asn_invoice_type": "proforma",
"asn_set_on_paid_date_flag": "0",
"asn_flip_customer_member_flag": "1"
},
"Email": {
"eml_type": "business",
"eml_primary": "1"
},
"Website": {
"url_type": "internet",
"url_primary": "1"
},
"Messaging": {
"msg_primary": "1"
},
"Phone": {
"phn_cty_key": "bc4b70f8-280e-4bb0-b935-9f728c50e183"
},
"Phone_XRef": {
"cph_pht_key": "36cbefc2-d988-42dc-8618-6072a758af08",
"cph_primary": "1",
"cph_owner": "1"
},
"Fax": {
"fax_cty_key": "bc4b70f8-280e-4bb0-b935-9f728c50e183"
},
"Fax_XRef": {
"cfx_fxt_key": "aad2ad9a-961f-4a1f-b188-21dd063b5978",
"cfx_primary": "1",
"cfx_owner": "1"
},
"Address_1": {
"adr_key": "5013d5ab-4620-43eb-a116-aa3e9672906c",
"adr_cst_key_owner": "ed9eff3d-d603-4a0c-965a-c5c1f963347d",
"adr_line1": "220 Seneca ST",
"adr_city": "Lewiston",
"adr_state": "NY",
"adr_post_code": "14092-1719",
"adr_city_state_code": "Lewiston, NY 14092-1719",
"adr_country": "UNITED STATES",
"adr_county": "Niagara",
"adr_cong_dist": "27",
"adr_add_date": "2020-02-02T00:00:00+13:00",
"adr_add_user": "SampleData",
"adr_change_date": "2021-05-12T08:58:54+12:00",
"adr_change_user": "nmoltchanova",
"adr_delete_flag": "0",
"adr_key_ext": "5013d5ab-4620-43eb-a116-aa3e9672906c",
"adr_bad_address_flag": "0",
"adr_no_validation_flag": "0"
},
"Address_XRef_1": {
"cxa_cst_key": "ed9eff3d-d603-4a0c-965a-c5c1f963347d",
"cxa_adr_key": "5013d5ab-4620-43eb-a116-aa3e9672906c",
"cxa_add_date": "2020-02-02T00:00:00+13:00",
"cxa_add_user": "SampleData",
"cxa_change_date": "2021-05-12T08:59:00+12:00",
"cxa_change_user": "nmoltchanova",
"cxa_delete_flag": "0",
"cxa_key": "f539e2b7-04a2-44e0-8805-1e5a25bfef17",
"cxa_key_ext": "f539e2b7-04a2-44e0-8805-1e5a25bfef17",
"cxa_on_hold_flag": "0",
"cxa_adt_key": "8ec4a9f4-30a2-40b3-bc47-8aaeffd0786d",
"cxa_mailing_label": "ABC Chapter1 220 Seneca ST Lewiston, NY 14092-1719 UNITED STATES",
"cxa_mailing_label_html": "ABC Chapter1<br>220 Seneca ST<br>Lewiston, NY 14092-1719<br>UNITED STATES",
"cxa_primary": "1",
"cxa_owner": "1",
"cxa_billing": "0",
"cxa_create_change_log": "0"
},
"Address_Country": {
"cty_code": "UNITED STATES",
"cty_add_date": "2001-12-05T13:44:00+13:00",
"cty_add_user": "XMEN\\tward",
"cty_change_date": "2021-06-30T05:16:38+12:00",
"cty_change_user": "tracy.fussell",
"cty_delete_flag": "0",
"cty_key": "bc4b70f8-280e-4bb0-b935-9f728c50e183",
"cty_key_ext": "bc4b70f8-280e-4bb0-b935-9f728c50e183",
"cty_long_name": "United States",
"cty_fips_code": "US",
"cty_status": "independent",
"cty_capital": "Washington, DC",
"cty_idd_code": "001",
"cty_srg_key": "27bc82ef-0d5d-4ead-b9c3-560c98003641",
"cty_postal_input_mask": "regex:^\\d{5}(-\\d{4})?$",
"cty_phone_input_mask": "^(\\d{3})(\\d{3})(\\d{4})$~($1)$2-$3",
"cty_currency_code": "USD",
"cty_currency_code_description": "U.S. Dollar",
"cty_vat_flag": "0",
"cty_iso_2": "US",
"cty_iso_3": "USA",
"cty_do_not_ship": "0",
"cty_iso_number": "840",
"cty_bpa_region": "NORTH AMERICA",
"cty_do_not_sell": "0",
"cty_dyn_key": "82b095b3-c816-4e03-9061-66d54be8261a",
"cty_dyn_key_2": "8268f5bb-fd87-4497-b2e0-2d22ed7661d5"
},
"Billing_Address_1": {
"ad2__adr_state": "VA",
"ad2__adr_country": "UNITED STATES"
},
"Billing_Address_XRef_1": {
"cx2__cxa_primary": "0",
"cx2__cxa_owner": "0",
"cx2__cxa_billing": "0",
"cx2__cxa_create_change_log": "0"
},
"Primary_Contact": {
"cs2__cst_key": "01ef468b-c023-4a6e-b6fb-94843caf5951",
"cs2__cst_type": "Individual",
"cs2__cst_name_cp": "Joanna 1630435362 Szarko, CSTE",
"cs2__cst_sort_name_dn": "Szarko Joanna 1630435362",
"cs2__cst_ind_full_name_dn": "Joanna 1630435362 Szarko, CSTE",
"cs2__cst_org_name_dn": "Community Brands - McLean",
"cs2__cst_pref_comm_meth": "E-Mail",
"cs2__cst_add_date": "2020-11-02T14:49:00+13:00",
"cs2__cst_add_user": "joanna.szarko",
"cs2__cst_change_date": "2021-10-05T11:16:00+13:00",
"cs2__cst_change_user": "joanna.szarko",
"cs2__cst_delete_flag": "0",
"cs2__cst_recno": "261",
"cs2__cst_id": "000000261I",
"cs2__cst_key_ext": "01ef468b-c023-4a6e-b6fb-94843caf5951",
"cs2__cst_email_text_only": "0",
"cs2__cst_tax_exempt_flag": "0",
"cs2__cst_cxa_key": "92b28fa3-899a-4a01-bb6d-8a8379aee634",
"cs2__cst_no_email_flag": "0",
"cs2__cst_eml_address_dn": "zzjoanna@communitybrands.comzz",
"cs2__cst_eml_key": "ca1bc574-7102-4fd7-bf82-0c4978cae87b",
"cs2__cst_no_phone_flag": "0",
"cs2__cst_phn_number_complete_dn": "(703)506-7000 (7056)",
"cs2__cst_cph_key": "625b7dde-682e-4ba3-9a28-c4caba809ae3",
"cs2__cst_no_fax_flag": "0",
"cs2__cst_ixo_key": "b9d2d152-dd1a-40b9-8a4b-3333fabf3460",
"cs2__cst_no_web_flag": "0",
"cs2__cst_member_flag": "1",
"cs2__cst_no_msg_flag": "0",
"cs2__cst_web_password": "MSD4NO1erUgioP6wAJAM/1J/CIAr4GXR",
"cs2__cst_no_mail_flag": "0",
"cs2__cst_web_start_date": "2021-02-23T00:00:00+13:00",
"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_last_email_date": "2021-02-25T00:00:00+13:00",
"cs2__cst_no_publish_flag": "0",
"cs2__cst_salutation_1": " Joanna Szarko ",
"cs2__cst_salutation_2": "",
"cs2__cst_default_recognize_as": " Joanna Szarko ",
"cs2__cst_score": "24.4000",
"cs2__cst_score_normalized": "100",
"cs2__cst_score_trend": "3",
"cs2__cst_exclude_from_social_flag": "0",
"cs2__cst_salt": "XMpVD56WRfGlZFkV9fsrkXjgR1e3uYwY",
"cs2__cst_iterations": "5000",
"cs2__cst_web_password_change_date": "2021-09-15T07:10:00+12:00",
"cs2__cst_web_failed_login_count": "1",
"cs2__cst_web_last_failed_login_date": "2021-10-05T09:36:31+13:00",
"cs2__cst_web_login_locked_flag": "0"
},
"Primary_Contact_XRef": null,
"Prim._Contact_Adr_Xref": {
"pxa__cxa_cst_key": "01ef468b-c023-4a6e-b6fb-94843caf5951",
"pxa__cxa_adr_key": "0fe218b8-330d-4465-864e-b304b85f14e2",
"pxa__cxa_add_date": "2020-11-02T14:49:00+13:00",
"pxa__cxa_add_user": "joanna.szarko",
"pxa__cxa_change_date": "2021-09-15T07:48:00+12:00",
"pxa__cxa_change_user": "joanna.szarko",
"pxa__cxa_delete_flag": "0",
"pxa__cxa_key": "92b28fa3-899a-4a01-bb6d-8a8379aee634",
"pxa__cxa_key_ext": "92b28fa3-899a-4a01-bb6d-8a8379aee634",
"pxa__cxa_on_hold_flag": "0",
"pxa__cxa_adt_key": "8ec4a9f4-30a2-40b3-bc47-8aaeffd0786d",
"pxa__cxa_mailing_label": "Joanna 1630435362 Szarko, CSTE Community Brands - McLean 7901 Jones Branch Dr Suite 500 Mclean, VA 22102-1234 UNITED STATES",
"pxa__cxa_mailing_label_html": "Joanna 1630435362 Szarko, CSTE<br>Community Brands - McLean<br>7901 Jones Branch Dr<br>Suite 500<br>Mclean, VA 22102-1234<br>UNITED STATES"
},
"Prim._Contact_Address": {
"pad__adr_key": "0fe218b8-330d-4465-864e-b304b85f14e2",
"pad__adr_cst_key_owner": "01ef468b-c023-4a6e-b6fb-94843caf5951",
"pad__adr_line1": "7901 Jones Branch Dr",
"pad__adr_line2": "Suite 500",
"pad__adr_city": "Mclean",
"pad__adr_state": "VA",
"pad__adr_post_code": "22102-1234",
"pad__adr_city_state_code": "Mclean, VA 22102-1234",
"pad__adr_country": "UNITED STATES",
"pad__adr_add_date": "2020-11-02T14:49:09+13:00",
"pad__adr_add_user": "joanna.szarko",
"pad__adr_change_date": "2021-09-15T07:47:50+12:00",
"pad__adr_change_user": "joanna.szarko",
"pad__adr_delete_flag": "0",
"pad__adr_key_ext": "0fe218b8-330d-4465-864e-b304b85f14e2",
"pad__adr_bad_address_flag": "0",
"pad__adr_no_validation_flag": "0"
},
"Address_Change_Log": null
}
}
Recommendations
Given that information on a chapter changes rarely, we recommend that applications that request this data frequently implement a caching routine, rather than calling this method repeatedly, to speed up the page load and to minimize overloading xWeb.