[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator

OffersResponse

A list of offers with pagination


Properties

object
_links Optional

Links details to pagenated result responses


array of Offer
data Optional

Response Model for List of Offers


integer
totalSize Optional

Total size of results found in list of offers.

JSON Example

{
    "_links": {
        "next": {
            "href": "/cphub/api/catalog/v1/offers?pageStart=20&pageSize=10"
        },
        "prev": {
            "href": "/cphub/api/catalog/v1/offers?pageStart=0&pageSize=10"
        },
        "self": {
            "href": "/cphub/api/catalog/v1/offers?pageStart=10&pageSize=10"
        }
    },
    "data": [
        {
            "baseSku": "VSAVSN_TS",
            "baseSkuDescription": "VMware vSphere+ 1-Year Prepaid Commit - Per Core",
            "billingFrequency": "PREPAID",
            "billingTerm": "12",
            "changes": [
                {
                    "attributes": {
                        "newValue": "30574.5",
                        "oldValue": "30574.5"
                    },
                    "changeType": "LIST_PRICE",
                    "effectiveDate": "2022-12-20T05:55:21.000Z"
                }
            ],
            "currency": "EUR",
            "customerSegment": "ACADEMIC",
            "eoaDate": "4712-12-31T00:00:00.000Z",
            "gaDate": "2022-12-16T00:00:00.000Z",
            "price": {
                "listPrice": {
                    "amount": "30574.5"
                },
                "netPrices": [
                    {
                        "amount": "119",
                        "discounts": [
                            {
                                "effectiveDate": "2022-12-20T05:55:21.000Z",
                                "percentage": "15",
                                "savings": "21",
                                "type": "CHANNEL"
                            }
                        ],
                        "netPriceType": "CHANNEL"
                    }
                ]
            },
            "product": "VMware vSphere+ 1-Year Prepaid Commit - Per Core",
            "productFamily": "VSPHERE-SAAS",
            "region": "EMEA",
            "sku": "VSCEP-TSPC-12MPCS"
        }
    ],
    "totalSize": 40
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Returned By

Get Offers

Feedback

Was this page helpful?