Get change reasons for subscription products

get

/ccstore/v1/selfservice/subscriptionProducts/changeReasons

Retrieves a list of change reasons for subscription products

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful response
Body ()
Root Schema : changeReasonsResponse
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : changeReason
Type: object
Show Source
Example Response (application/json)
{
    "links":[
        {
            "rel":"self",
            "href":"/ccstore/v1/selfservice/subscriptionProducts/changeReasons"
        }
    ],
    "items":[
        {
            "displayValue":"Breach",
            "orderNumber":1,
            "dateModified":"2025-03-19",
            "id":36906477,
            "isStandardComponent":true,
            "value":"ORA_BREACH"
        },
        {
            "displayValue":"Non Compliant",
            "orderNumber":2,
            "dateModified":"2025-03-19",
            "id":36906499,
            "isStandardComponent":true,
            "value":"ORA_NON_COMPLIANCE"
        }
    ]
}

500 Response

Internal server error
Back to Top