This method retrieves the related packages for a given package.
Success Response Content
{    "validationErrors": [],    "result": {        "relatedPackagesBean": {            "relatedPackages": [                {                        "specReferenceNumber": "P-0000066",                        "displayName": "All Optional Products Bundle",                        "largeImage": {                            "width": 480,                            "height": 270,                            "url": "http://localhost:57829/public/23d10ebb-674a-4021-9c79-d4c587c66302"                        },                        "smallImage": {                            "width": 480,                            "height": 270,                            "url": "http://localhost:57829/public/23d10ebb-674a-4021-9c79-d4c587c66302"                        },                        "purchaseLimit": -1,                        "atPurchaseLimit": false,                        "pricingModelBean": {                            "packageType": "RECURRING_WITH_ONE_OFF",                            "minimumSetUpCost": "$ 0.00",                            "minimumSetUpCostDetails": {                                "currencyCode": "AUD",                                "currencySymbol": "$",                                "amount": "0.00"                            },                            "minimumRecurringCost": "$ 0.00",                            "minimumRecurringCostDetails": {                                "currencyCode": "AUD",                                "currencySymbol": "$",                                "amount": "0.00"                            }                        }                }            ]        }    }}Field Descriptions