WEBChaptersGetChapterOfficers

 

WEBChaptersGetChapterOfficers

Initial Build 2008.01
xWeb Web Method
Response Type XML results

This method returns a list of Chapter Officers for a specific chapter as identified by the ChapterKey provided.

Parameters

The request contains the following required parameter:

Name Type Occurs Description
ChapterKey guid 1..1 Key of the chapter for which the officer list is being requested.

 

Response

XML Results. A list of the officers of the chapter including their name, email, organization, and position.

Name Description Datatype Notes
cpx_key Primary Key string (in guid format) Primary Key of the chapter officer record.
cpx_cst_key Customer Key string (in guid format) Customer Key of the officer.
ind_first_name First Name string  
ind_last_name Last Name string  
cst_sort_name_dn Sort Name string Sort Name
cst_eml_address_dn Email Address string  
cst_org_name_dn Organization Name string Individual's primary organization, if any.
cpx_cpo_code Chapter Officer Code string Officer Code (Chair, etc.).
cpx_start_date Start Date string (in MM/DD/YYYY format) Start Date of the term in office.
cpx_end_date End Date string (in MM/DD/YYYY format) End Date of the term in office. May be empty for open-ended terms.

 

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:WEBChaptersGetChapterOfficers>
<ns:ChapterKey>d17e0921-95f1-4013-88f6-5d79f41bd276</ns:ChapterKey>
</ns:WEBChaptersGetChapterOfficers>
</soapenv:Body>
</soapenv:Envelope>

Sample Response

<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>e0882f3b-7ff4-4308-8a03-dd4ea45d3f56</Token>
</AuthorizationToken>
</soap:Header>
<soap:Body>
<WEBChaptersGetChapterOfficersResponse xmlns="http://www.avectra.com/2005/">
<WEBChaptersGetChapterOfficersResult>
<Results recordReturn="3">
<Result>
<cpx_key>f4c34fb7-32ae-4f68-a273-1d0bb853be34</cpx_key>
<cpx_cst_key>709f3ea6-3a57-477c-b579-d8cd92c6f872</cpx_cst_key>
<ind_first_name>Anna</ind_first_name>
<ind_last_name>Hill</ind_last_name>
<cst_sort_name_dn>Hill Anna</cst_sort_name_dn>
<cst_eml_address_dn/>
<cst_org_name_dn/>
<cpx_cpo_code>Jr. Officer</cpx_cpo_code>
<cpx_start_date>06/01/2011</cpx_start_date>
<cpx_end_date>06/01/2012</cpx_end_date>
</Result>
<Result>
<cpx_key>5570d143-22d7-49fa-8d07-27aa306c1eb6</cpx_key>
<cpx_cst_key>91041ec9-f49f-4cbf-b2fb-6680a61c8b6b</cpx_cst_key>
<ind_first_name>Asha</ind_first_name>
<ind_last_name>Bush</ind_last_name>
<cst_sort_name_dn>Bush Asha 4026</cst_sort_name_dn>
<cst_eml_address_dn>jthomas@avectra.com</cst_eml_address_dn>
<cst_org_name_dn/>
<cpx_cpo_code>President</cpx_cpo_code>
<cpx_start_date>11/01/2011</cpx_start_date>
<cpx_end_date>09/28/2012</cpx_end_date>
</Result>
<Result>
<cpx_key>faa14a58-34d0-40c3-92a8-429dcd342033</cpx_key>
<cpx_cst_key>5e89e1ef-dd0f-4fa5-ab40-a45ce0bcfb3a</cpx_cst_key>
<ind_first_name>Rita</ind_first_name>
<ind_last_name>Rock</ind_last_name>
<cst_sort_name_dn>Rock Rita 2339</cst_sort_name_dn>
<cst_eml_address_dn/>
<cst_org_name_dn>RSR International Watch Incorporation</cst_org_name_dn>
<cpx_cpo_code>Station Officer</cpx_cpo_code>
<cpx_start_date>02/15/2011</cpx_start_date>
<cpx_end_date/>
</Result>
</Results>
</WEBChaptersGetChapterOfficersResult>
</WEBChaptersGetChapterOfficersResponse>
</soap:Body>
</soap:Envelope>

 

JSON Method

POST /xWeb/JSON/WEBChaptersGetChapterOfficers

DATA: JSON
{
    "WEBChaptersGetChapterOfficers": {
        "ChapterKey": "{{chpCstKeyChapter}}"
    }
}

 


SAMPLE RESULT
HTTP STATUS: 200
DATA: JSON
{
    "Results": {
        "@recordReturn": "66",
        "Result": [
            {
                "cpx_key": "6d09fff2-165e-4af3-90be-005bf6f83964",
                "cpx_cst_key": "9164712a-1753-4649-9eab-9ffcc9bc8f1d",
                "ind_first_name": "Crystal",
                "ind_last_name": "Fahey",
                "cst_sort_name_dn": "Fahey Crystal",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "96584018-5455-42d5-8cd8-00d542db08d5",
                "cpx_cst_key": "c7294ce4-222a-4f23-8df3-381ee1a7f723",
                "ind_first_name": "Tavares",
                "ind_last_name": "Legros",
                "cst_sort_name_dn": "Legros Tavares",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "51c54cfc-91a8-4921-84bb-0183086f94d8",
                "cpx_cst_key": "d1797fd8-9816-4166-8c83-9b2372d099ef",
                "ind_first_name": "Yadira",
                "ind_last_name": "Donnelly",
                "cst_sort_name_dn": "Donnelly Yadira",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "2cab7b86-13e8-4fde-9718-051301748451",
                "cpx_cst_key": "d61db694-79c3-470f-9b6a-0ee1959eb6ca",
                "ind_first_name": "Anika",
                "ind_last_name": "Mraz",
                "cst_sort_name_dn": "Mraz Anika",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "531bffa9-ed8a-438b-894f-0670e91da0dc",
                "cpx_cst_key": "5d02ccad-5af1-4343-82ca-e125ea2fbe54",
                "ind_first_name": "Orpha",
                "ind_last_name": "Moen",
                "cst_sort_name_dn": "Moen Orpha",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "f3321a53-7f1c-4e4e-8e3e-0c6a7e951f86",
                "cpx_cst_key": "9abe06fb-2ae2-432d-9fc9-243e16f7e757",
                "ind_first_name": "Abigale",
                "ind_last_name": "Schulist",
                "cst_sort_name_dn": "Schulist Abigale",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "485ed353-117e-47d8-9c13-0fb39ccfbdde",
                "cpx_cst_key": "9a0a1e58-fee8-45bb-83b4-7fbda5688932",
                "ind_first_name": "Kimberly",
                "ind_last_name": "Hermann",
                "cst_sort_name_dn": "Hermann Kimberly",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "c13914a9-6ca1-4a76-8eac-152cca4a71c7",
                "cpx_cst_key": "66394ae5-69d4-4df9-823d-48b8b51ccf60",
                "ind_first_name": "Cyril",
                "ind_last_name": "Sanford",
                "cst_sort_name_dn": "Sanford Cyril",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "57403e2f-c7af-485a-8605-1b3c7c4d6b29",
                "cpx_cst_key": "74c80ce7-2c79-4b54-baa8-cd52e9f07e32",
                "ind_first_name": "Khalil",
                "ind_last_name": "Donnelly",
                "cst_sort_name_dn": "Donnelly Khalil",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "973f408a-0c05-414b-a969-1cc16ea7b97c",
                "cpx_cst_key": "5393217b-f8ce-426e-83cc-31f912ed7418",
                "ind_first_name": "Libbie",
                "ind_last_name": "Doyle",
                "cst_sort_name_dn": "Doyle Libbie",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "da5d8653-0717-428d-9a41-21b642b4f114",
                "cpx_cst_key": "f5455960-1c41-4f84-9b85-448b8e8603c6",
                "ind_first_name": "Chase",
                "ind_last_name": "Daugherty",
                "cst_sort_name_dn": "Daugherty Chase",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "7baba2fe-f33c-43fb-a0cb-228de63c3802",
                "cpx_cst_key": "33287dd0-399b-4270-8a72-1b2d3fde3477",
                "ind_first_name": "Antonette",
                "ind_last_name": "Huel",
                "cst_sort_name_dn": "Huel Antonette",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "a4509c3a-9eed-46af-8b5b-2ab90a62bc76",
                "cpx_cst_key": "d42eb751-8f32-4d0e-931e-d3f849d86692",
                "ind_first_name": "Hannah",
                "ind_last_name": "Johns",
                "cst_sort_name_dn": "Johns Hannah",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "06d720f5-4281-4749-aded-3dafdd18521a",
                "cpx_cst_key": "4775732e-4e95-4932-85ee-44a23fd1fbfd",
                "ind_first_name": "Dortha",
                "ind_last_name": "Gibson",
                "cst_sort_name_dn": "Gibson Dortha",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "6a433d45-9d41-43a7-ad7e-3f06a78818e3",
                "cpx_cst_key": "d47935b8-4147-443f-8ff2-d402aaee05b5",
                "ind_first_name": "Dallas",
                "ind_last_name": "Prosacco",
                "cst_sort_name_dn": "Prosacco Dallas",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "f19482de-36d9-48e1-a3c0-3fdb0957103e",
                "cpx_cst_key": "7e2332ea-3893-422c-9bbd-de3d1ac93c96",
                "ind_first_name": "Marcus",
                "ind_last_name": "Kiehn",
                "cst_sort_name_dn": "Kiehn Marcus",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "e769e8ef-0e6b-4935-b784-420a9b2eb166",
                "cpx_cst_key": "11ab84a2-0148-484a-be9f-be3eeb024911",
                "ind_first_name": "Valerie",
                "ind_last_name": "Kuphal",
                "cst_sort_name_dn": "Kuphal Valerie",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "ccfd8642-4116-45be-bb04-4470eef68062",
                "cpx_cst_key": "3e571d9a-dd80-4e4c-818d-af17d221146c",
                "ind_first_name": "Chandler",
                "ind_last_name": "Daniel",
                "cst_sort_name_dn": "Daniel Chandler",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "8c047ef1-2650-4b5a-8b8f-45a2e3a155cb",
                "cpx_cst_key": "3d6dee4d-3d3b-4684-ae5d-3e44a07c551f",
                "ind_first_name": "Jaqueline",
                "ind_last_name": "Jacobson",
                "cst_sort_name_dn": "Jacobson Jaqueline",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "f4469972-fcfe-4ecf-95a1-51282c57dbaf",
                "cpx_cst_key": "055efb07-d4cc-4ac4-bc05-ae9d6bfcba49",
                "ind_first_name": "Earlene",
                "ind_last_name": "Berge",
                "cst_sort_name_dn": "Berge Earlene",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "fe824fc1-193b-4b24-b5d4-519847b8f5cf",
                "cpx_cst_key": "84b6cfef-2ed3-4d33-95bf-2c4805db9c06",
                "ind_first_name": "Liana",
                "ind_last_name": "Bogisich",
                "cst_sort_name_dn": "Bogisich Liana",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "ac4022f0-c6d6-457a-8e1d-519dcf430f14",
                "cpx_cst_key": "6b2baeea-a2cf-49e4-988b-13b879082c44",
                "ind_first_name": "Grayce",
                "ind_last_name": "Koepp",
                "cst_sort_name_dn": "Koepp Grayce",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "b52f36ef-7e3f-4bff-acb1-552e0d9e158f",
                "cpx_cst_key": "f2cade4b-cf5f-492d-a7be-a1fd3e9d6300",
                "ind_first_name": "Gage",
                "ind_last_name": "Reichert",
                "cst_sort_name_dn": "Reichert Gage",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "6f03ab7d-7e16-4bb5-8ab4-559406a83f6f",
                "cpx_cst_key": "2f8d7ae0-f810-4c09-933e-86d325b48789",
                "ind_first_name": "Jordan",
                "ind_last_name": "Bradtke",
                "cst_sort_name_dn": "Bradtke Jordan",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "667f6da5-6922-4871-8e17-58ad703664a7",
                "cpx_cst_key": "ba97c2c3-e56f-4b03-a1ae-e606a8074412",
                "ind_first_name": "Werner",
                "ind_last_name": "Doyle",
                "cst_sort_name_dn": "Doyle Werner",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "759748a6-0aef-4a4c-b14d-5a46b8ceefd8",
                "cpx_cst_key": "3c733d97-089d-420d-be0e-f08f199f787a",
                "ind_first_name": "Hilda",
                "ind_last_name": "Feest",
                "cst_sort_name_dn": "Feest Hilda",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "8ffbc561-eea1-488e-b074-6a4b299267fa",
                "cpx_cst_key": "565134c4-4daa-4204-995a-dc4fef928aff",
                "ind_first_name": "Thora",
                "ind_last_name": "Smith",
                "cst_sort_name_dn": "Smith Thora",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "3caa15c8-651a-4d5c-a5d7-73954468b2e0",
                "cpx_cst_key": "a0b5f547-291f-44df-ba2b-133e06f7e1f0",
                "ind_first_name": "Nikki",
                "ind_last_name": "Kuhn",
                "cst_sort_name_dn": "Kuhn Nikki",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "a7f0d2bb-fe3c-4a0b-8b12-750cfbc12d7e",
                "cpx_cst_key": "5dd33dc2-4828-49a1-8d1c-ba9ed5bd7c2c",
                "ind_first_name": "Aditya",
                "ind_last_name": "Hessel",
                "cst_sort_name_dn": "Hessel Aditya",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "5b28e2ed-2da4-4b46-ac57-756280099cda",
                "cpx_cst_key": "c9f765eb-06e1-49f1-bd07-d8ad4835b435",
                "ind_first_name": "Kaitlin",
                "ind_last_name": "Blanda",
                "cst_sort_name_dn": "Blanda Kaitlin",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "6f4d4a0f-8d96-4204-9852-771ef2d96810",
                "cpx_cst_key": "ec13d9b5-0d49-4ae1-9f38-8ec6f78ccd3e",
                "ind_first_name": "Napoleon",
                "ind_last_name": "Langworth",
                "cst_sort_name_dn": "Langworth Napoleon",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "d71c1811-0830-43a4-89a8-78b3e66266be",
                "cpx_cst_key": "46723b81-8ae1-45af-a604-c58b30d66f75",
                "ind_first_name": "Darwin",
                "ind_last_name": "Bruen",
                "cst_sort_name_dn": "Bruen Darwin",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "3108c8a7-2de6-4cf8-8d23-7dd7ce6539dc",
                "cpx_cst_key": "56ce8482-82e8-486f-b7ee-a126964b1961",
                "ind_first_name": "Makenzie",
                "ind_last_name": "Pfeffer",
                "cst_sort_name_dn": "Pfeffer Makenzie",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "3f856df0-333c-4cad-9368-87edec28814c",
                "cpx_cst_key": "63b75a15-1317-4ceb-8bf2-018cff136610",
                "ind_first_name": "Twila",
                "ind_last_name": "Gusikowski",
                "cst_sort_name_dn": "Gusikowski Twila",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "e627faa3-f229-49fe-83a5-88a1148816fa",
                "cpx_cst_key": "5c92bb1d-3e10-4236-ac25-8721efb6bbd3",
                "ind_first_name": "Chadd",
                "ind_last_name": "Goyette",
                "cst_sort_name_dn": "Goyette Chadd",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "87af626f-0ac1-4294-9aef-8c5eaf62cfbb",
                "cpx_cst_key": "5065540f-365b-45c8-89ce-4d05683be030",
                "ind_first_name": "Irma",
                "ind_last_name": "Rath",
                "cst_sort_name_dn": "Rath Irma",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "0dcbc197-f2b4-4f9f-8749-928d8745b71e",
                "cpx_cst_key": "068a1bed-f1a5-48d6-b93d-9736d4630e1c",
                "ind_first_name": "Michel",
                "ind_last_name": "Hermann",
                "cst_sort_name_dn": "Hermann Michel",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "c5c58a3f-2864-4e5d-816c-97c73ccbd571",
                "cpx_cst_key": "ae6c4635-1b45-4676-a899-d0fbde13b8a5",
                "ind_first_name": "Fay",
                "ind_last_name": "Kirlin",
                "cst_sort_name_dn": "Kirlin Fay",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "5a31e0cb-fea4-4943-b534-99450b5f16be",
                "cpx_cst_key": "04192e83-0ac1-41d0-86fa-be33d61daa7f",
                "ind_first_name": "Tania",
                "ind_last_name": "Graham",
                "cst_sort_name_dn": "Graham Tania",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "6299d45d-c9f0-425a-8a54-9b20dc447d0f",
                "cpx_cst_key": "de22dca4-80bd-40c2-bb3b-62d1b8edc106",
                "ind_first_name": "Lowell",
                "ind_last_name": "Schuster",
                "cst_sort_name_dn": "Schuster Lowell",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "64ecc33c-2dcb-4210-8942-a733cc28577f",
                "cpx_cst_key": "0919b51c-cd74-434a-b507-bb0304309311",
                "ind_first_name": "Devan",
                "ind_last_name": "Satterfield",
                "cst_sort_name_dn": "Satterfield Devan",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "d7a67a9f-cf29-4f2b-bb50-a812f52c929b",
                "cpx_cst_key": "c4d19704-5846-4cfa-b387-063c302267cc",
                "ind_first_name": "Antonetta",
                "ind_last_name": "Prosacco",
                "cst_sort_name_dn": "Prosacco Antonetta",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "f3c4f1a8-2a4e-4c78-a127-acdfeba4db24",
                "cpx_cst_key": "6d0a2f0d-c5b2-418b-b7f0-a78e907810bc",
                "ind_first_name": "Lora",
                "ind_last_name": "Batz",
                "cst_sort_name_dn": "Batz Lora",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "2888a700-d195-458b-b609-ad189d33654b",
                "cpx_cst_key": "5c99fd65-3209-4498-8d38-702e98b63398",
                "ind_first_name": "Jayda",
                "ind_last_name": "Schinner",
                "cst_sort_name_dn": "Schinner Jayda",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "77a5f9cd-d813-45ac-a088-ae40fb8e99df",
                "cpx_cst_key": "9cc514c5-958d-4b43-89a0-f557ae473bcd",
                "ind_first_name": "Hillard",
                "ind_last_name": "Shanahan",
                "cst_sort_name_dn": "Shanahan Hillard",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "13f515ef-a3a1-4f49-8c66-afa98e086eda",
                "cpx_cst_key": "7de1632c-761b-45f7-b89c-b431ee76b155",
                "ind_first_name": "Jordy",
                "ind_last_name": "Beer",
                "cst_sort_name_dn": "Beer Jordy",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "18732764-6ddd-46d0-bb97-b11d9789fdc4",
                "cpx_cst_key": "ec48a4a6-24e1-47ec-9f76-926523818aaf",
                "ind_first_name": "Francisco",
                "ind_last_name": "Sanford",
                "cst_sort_name_dn": "Sanford Francisco",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "10f9be3d-49d3-4aae-aa2f-b201bf42377a",
                "cpx_cst_key": "000eecf1-f6e2-4434-ae9c-b52689088de9",
                "ind_first_name": "Vidal",
                "ind_last_name": "Padberg",
                "cst_sort_name_dn": "Padberg Vidal",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "650eb5be-e2a9-40e8-8442-c07227c5ea07",
                "cpx_cst_key": "19513c8f-285e-4bfc-a936-28b21887cf01",
                "ind_first_name": "Lauryn",
                "ind_last_name": "Yundt",
                "cst_sort_name_dn": "Yundt Lauryn",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "26dd2499-525b-452c-9cef-c079d92969f9",
                "cpx_cst_key": "9b4b47c6-0c74-423e-bb50-51054820fcaf",
                "ind_first_name": "Dolly",
                "ind_last_name": "Orn",
                "cst_sort_name_dn": "Orn Dolly",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "383c8c2c-eb80-4f99-8490-c30db220ded6",
                "cpx_cst_key": "38933404-e596-4b36-8bde-6d1ec79aaa8b",
                "ind_first_name": "Wyatt",
                "ind_last_name": "Zulauf",
                "cst_sort_name_dn": "Zulauf Wyatt",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "258b03eb-5ca2-4ae5-baeb-c3ac3daa301e",
                "cpx_cst_key": "b03f7bb9-8333-4523-a71c-d329ff07c7a4",
                "ind_first_name": "Jayden",
                "ind_last_name": "Walsh",
                "cst_sort_name_dn": "Walsh Jayden",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "3264f350-55fb-49ed-b34b-d0468497b193",
                "cpx_cst_key": "4644eb6f-9a0b-4c63-b9c2-2f7aaa80793e",
                "ind_first_name": "Naomi",
                "ind_last_name": "Langosh",
                "cst_sort_name_dn": "Langosh Naomi",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "9f076a89-5851-4731-89a3-d411a2e1e29e",
                "cpx_cst_key": "3d32935a-3177-4289-ae50-2525cbae5666",
                "ind_first_name": "Baby",
                "ind_last_name": "Hessel",
                "cst_sort_name_dn": "Hessel Baby",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "bbf15948-2ee8-4fb1-9b32-d50159029fe2",
                "cpx_cst_key": "eba0efb2-0aba-48de-b20f-ba44c7782085",
                "ind_first_name": "Thomas",
                "ind_last_name": "Miller",
                "cst_sort_name_dn": "Miller Thomas",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "f03f82c7-18d7-44bc-ab9f-d6901e130cd3",
                "cpx_cst_key": "d28bcaca-e5ab-412a-95dc-45cb69213bca",
                "ind_first_name": "Anais",
                "ind_last_name": "Hermann",
                "cst_sort_name_dn": "Hermann Anais",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "68168977-2e00-4c56-a0e0-d6cd4d483f03",
                "cpx_cst_key": "795f723a-0c9f-4fcf-9085-e04725707e8d",
                "ind_first_name": "Mitchel",
                "ind_last_name": "Turner",
                "cst_sort_name_dn": "Turner Mitchel",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "211342bb-fc0a-4690-abbd-e301029781d3",
                "cpx_cst_key": "36afdf93-f29d-4302-b87c-61516401f534",
                "ind_first_name": "Sabina",
                "ind_last_name": "Bartoletti",
                "cst_sort_name_dn": "Bartoletti Sabina",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "a006ad47-6978-450b-a89c-e5eab9b27068",
                "cpx_cst_key": "7cc43b8a-315e-4316-ae7d-05c77f871e3e",
                "ind_first_name": "Ned",
                "ind_last_name": "Walsh",
                "cst_sort_name_dn": "Walsh Ned",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "82fca462-4385-4ab8-a4be-eb18ff761c58",
                "cpx_cst_key": "13f12e2a-7324-42a3-80b1-52bfc763375b",
                "ind_first_name": "Kristopher",
                "ind_last_name": "Pouros",
                "cst_sort_name_dn": "Pouros Kristopher",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "d05dbab4-b335-42a6-aa2d-edf9d9d342c4",
                "cpx_cst_key": "8905e54c-91b3-44af-82fc-d34d7ef1fb9d",
                "ind_first_name": "Maida",
                "ind_last_name": "Kunde",
                "cst_sort_name_dn": "Kunde Maida",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "df9728eb-33c8-46f3-b832-efb8d32e5713",
                "cpx_cst_key": "add8ad15-2a53-475b-81e9-12c5702c307e",
                "ind_first_name": "Anahi",
                "ind_last_name": "Witting",
                "cst_sort_name_dn": "Witting Anahi",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "bf3bc839-0d4d-47fc-983b-fb6d48922ce1",
                "cpx_cst_key": "ff94d9d9-e952-47a1-aaba-33b7a7762e2e",
                "ind_first_name": "Boris",
                "ind_last_name": "Flatley",
                "cst_sort_name_dn": "Flatley Boris",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "03ff6728-f0c4-41f3-adc8-fcf560fe4700",
                "cpx_cst_key": "7278e722-b1f6-459f-91b0-9e9c8cc6e2b2",
                "ind_first_name": "Orlando",
                "ind_last_name": "Lemke",
                "cst_sort_name_dn": "Lemke Orlando",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "21e5c517-c00b-48ee-b614-fdab6e1f77f6",
                "cpx_cst_key": "4afdc4c5-12f5-480f-8a7e-07940abe4712",
                "ind_first_name": "Walton",
                "ind_last_name": "Schoen",
                "cst_sort_name_dn": "Schoen Walton",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chapter Committee",
                "cpx_start_date": null,
                "cpx_end_date": null
            },
            {
                "cpx_key": "4e5a4c96-72cf-4911-b1a7-fe1f364254c5",
                "cpx_cst_key": "e2d67986-cb6f-4e9a-932a-5a5a2f200a55",
                "ind_first_name": "Marco",
                "ind_last_name": "Conn",
                "cst_sort_name_dn": "Conn Marco",
                "cst_eml_address_dn": null,
                "cst_org_name_dn": null,
                "cpx_cpo_code": "Chairperson",
                "cpx_start_date": null,
                "cpx_end_date": null
            }
        ]
    }
}

 

Related Functionality

Chapter Officers

Recommendations

Information about chapter officers rarely changes. Therefore we recommend you cache these results and get a new list on a regular interval, especially in a high-traffic application that calls this method frequently.

Was this article helpful?
0 out of 0 found this helpful