WEBCentralizedShoppingCartMembershipGetPackageListByMembershipTypeKey

 

WEBCentralizedShoppingCartMembershipGetPackageListByMembershipTypeKey

Initial Build 2008.01
xWeb Web Method
Response Type XML results

This method returns a list of membership packages which are currently configured for sale online and are for the member type specified.

Parameters

MembershipTypeKey (GUID). Key of the membership type to filter the list of package by.

Response

XML Results. A list of membership packages, including the package key, package code, package name, member type, and association.

Sample Request

<<SAMPLE REQUEST>>

Sample Response

<<SAMPLE RESPONSE>>

 

JSON Method

POST /xWeb/JSON/WEBCentralizedShoppingCartMembershipGetPackageListByMembershipTypeKey


DATA: JSON
{
    "WEBCentralizedShoppingCartMembershipGetPackageListByMembershipTypeKey": {
        "MembershipTypeKey":"{{mbtKeyChapterMembershipPackage}}"
    }
}

SAMPLE RESULT
HTTP STATUS: 200
DATA: JSON
{
    "Results": {
        "@recordReturn": "7",
        "Result": [
            {
                "asp_pak_prd_key": "481b3ed0-1a02-4091-bf24-5c29aaef34ba",
                "asp_chp_cst_key": "347a8c0f-38cd-46a7-915c-e08767b158c1",
                "asp_mbt_key": "cc32531f-198d-49c0-a86b-0e7f7c855386",
                "asp_mbs_key": null,
                "prd_code": "ch11",
                "prd_name": "Bell CH1 Dues1_install_NOTdefer_NOTpror_online_bell_bu1",
                "prd_online_abstract": null,
                "pak_sell_online_flag": "1",
                "asn_code": "Bell Assoc",
                "mbt_code": "Bell CHAPTER Member Type (calendar)",
                "mbs_code": null
            },
            {
                "asp_pak_prd_key": "6e7f63e7-f980-4dd0-b4a2-15977311d43a",
                "asp_chp_cst_key": "347a8c0f-38cd-46a7-915c-e08767b158c1",
                "asp_mbt_key": "cc32531f-198d-49c0-a86b-0e7f7c855386",
                "asp_mbs_key": null,
                "prd_code": "ch12",
                "prd_name": "Bell CH1 Dues3B_install_defer_NOTpror_online_bell_bu1",
                "prd_online_abstract": null,
                "pak_sell_online_flag": "1",
                "asn_code": "Bell Assoc",
                "mbt_code": "Bell CHAPTER Member Type (calendar)",
                "mbs_code": null
            },
            {
                "asp_pak_prd_key": "d7e1031b-8946-4a72-8565-509a6c31fc3a",
                "asp_chp_cst_key": "347a8c0f-38cd-46a7-915c-e08767b158c1",
                "asp_mbt_key": "cc32531f-198d-49c0-a86b-0e7f7c855386",
                "asp_mbs_key": null,
                "prd_code": "ch11",
                "prd_name": "Bell CH1 Dues4A_install_defer_pror(month_1_1yr)_online_bell_bu1",
                "prd_online_abstract": null,
                "pak_sell_online_flag": "1",
                "asn_code": "Bell Assoc",
                "mbt_code": "Bell CHAPTER Member Type (calendar)",
                "mbs_code": null
            },
            {
                "asp_pak_prd_key": "c0b43554-81f0-442a-8f4d-0674b2e074f6",
                "asp_chp_cst_key": "347a8c0f-38cd-46a7-915c-e08767b158c1",
                "asp_mbt_key": "cc32531f-198d-49c0-a86b-0e7f7c855386",
                "asp_mbs_key": null,
                "prd_code": "ch11",
                "prd_name": "Bell CH1 Dues2_install_NOTdefer_NOTpror_online_bell_bu1",
                "prd_online_abstract": null,
                "pak_sell_online_flag": "1",
                "asn_code": "Bell Assoc",
                "mbt_code": "Bell CHAPTER Member Type (calendar)",
                "mbs_code": null
            },
            {
                "asp_pak_prd_key": "ad1ada0e-b93f-46e7-a432-7a4386dbabac",
                "asp_chp_cst_key": "347a8c0f-38cd-46a7-915c-e08767b158c1",
                "asp_mbt_key": "cc32531f-198d-49c0-a86b-0e7f7c855386",
                "asp_mbs_key": null,
                "prd_code": "ch11",
                "prd_name": "Bell CH1 Dues4B_install_defer_pror(month_1_1yr)_online_bell_bu1",
                "prd_online_abstract": null,
                "pak_sell_online_flag": "1",
                "asn_code": "Bell Assoc",
                "mbt_code": "Bell CHAPTER Member Type (calendar)",
                "mbs_code": null
            },
            {
                "asp_pak_prd_key": "a5b4d16e-fc7b-484e-933e-22f10e6492cb",
                "asp_chp_cst_key": "e1bc867f-2327-4249-92b0-96e4ea9f7622",
                "asp_mbt_key": "cc32531f-198d-49c0-a86b-0e7f7c855386",
                "asp_mbs_key": null,
                "prd_code": "ch11",
                "prd_name": "Bell CH2 Dues3A_install_defer_NOTpror_online_bell_bu1",
                "prd_online_abstract": null,
                "pak_sell_online_flag": "1",
                "asn_code": "Bell Assoc",
                "mbt_code": "Bell CHAPTER Member Type (calendar)",
                "mbs_code": null
            },
            {
                "asp_pak_prd_key": "6053641f-afc4-43d8-9696-70656e0ac829",
                "asp_chp_cst_key": "347a8c0f-38cd-46a7-915c-e08767b158c1",
                "asp_mbt_key": "cc32531f-198d-49c0-a86b-0e7f7c855386",
                "asp_mbs_key": null,
                "prd_code": "ch11",
                "prd_name": "Bell CH1 Dues3A_install_defer_NOTpror_online_bell_bu1",
                "prd_online_abstract": null,
                "pak_sell_online_flag": "1",
                "asn_code": "Bell Assoc",
                "mbt_code": "Bell CHAPTER Member Type (calendar)",
                "mbs_code": null
            }
        ]
    }
}

 

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