WEBCentralizedShoppingCartMembershipGetPackageByKey

 

WEBCentralizedShoppingCartMembershipGetPackageByKey

Initial Build 2008.01
xWeb Web Method
Response Type XML results

This method returns information about a specific membership package as identified by the key provided.

Parameters

PackageKey (GUID). Key of the membership package about which information is being requested.

Response

XML Results. Information about the membership package requested, including the package key, package code, package name, member type, and association.

Sample Request

<<SAMPLE REQUEST>>

Sample Response

<<SAMPLE RESPONSE>>

 

JSON Method

POST WEBCentralizedShoppingCartMembershipGetPackageByKey


DATA: JSON
{
    "WEBCentralizedShoppingCartMembershipGetPackageByKey": {
        "PackageKey":"{{pakPrdKeyChapterMembershipPurchase}}"
    }
}

SAMPLE RESULT
HTTP STATUS: 200
DATA: JSON
{
    "Results": {
        "@recordReturn": "1",
        "Result": [
            {
                "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
            }
        ]
    }
}

 

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