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 TopResponse
Supported Media Types
- application/json
200 Response
Successful response
Nested Schema : changeReason
Type:
Show Source
object
-
dateModified:
string(date)
The date when the change reason was last modified
-
displayValue:
string
The display value of the change reason
-
id:
integer
Primary key of the change reason menu item.
-
isStandardComponent:
boolean
Whether the change reason is a standard component
-
orderNumber:
integer
The order number of the change reason
-
value:
string
The value of the change reason
Nested Schema : Link
Type:
Show Source
object
-
href:
string
The hyperlink reference
-
rel:
string
The relation of the link
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