[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
OfferStatusTransaction
Defines the properties of the Offer Status Transaction.
Properties
array of
SubscriptionStatusChangeOffer
offers
Optional
The list of subscription status change offer in offer status transaction
JSON Example
{
"offers": [
{
"changeReasons": [
{
"code": "WAITING_PROVISIONING",
"message": "string"
}
],
"effectiveDateTime": "string",
"exchangeOffers": [
{
"changeReasons": [
{
"code": "WAITING_PROVISIONING",
"message": "string"
}
],
"effectiveDateTime": "string",
"fromStatus": "SUBMITTED",
"offerRef": {
"description": "string",
"name": "string",
"referenceId": "string"
},
"purchaseQuantity": 0,
"toStatus": "SUBMITTED"
}
],
"fromStatus": "SUBMITTED",
"offerRef": {
"description": "string",
"name": "string",
"referenceId": "string"
},
"purchaseQuantity": 0,
"toStatus": "SUBMITTED"
}
]
}