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

OfferStatusChange

Defines the properties of the Offer Status Change.


Properties

array of OfferChangeReason
changeReasons Optional

The list of reasons to change offer.


string
effectiveDateTime Optional

The effective change date of the offer.


string
fromStatus Optional

The change of status from ‘SUBMITTED’ ‘ERROR’ ‘EXPIRED’ etc

Possible values are: SUBMITTEDPENDING_PROVISIONINGERRORACTIVEPENDING_CANCELCANCELLEDTERMINATEDPENDING_ACTIVEEXPIRED


OfferRef
offerRef Optional

Defines the properties of the Offer Ref.


integer as int32
purchaseQuantity Optional

The purchase quantity.


string
toStatus Optional

The change of status to ‘SUBMITTED’ ‘ERROR’ ‘EXPIRED’ etc

Possible values are: SUBMITTEDPENDING_PROVISIONINGERRORACTIVEPENDING_CANCELCANCELLEDTERMINATEDPENDING_ACTIVEEXPIRED

JSON Example

{
	"changeReasons": [
		{
			"code": "WAITING_PROVISIONING",
			"message": "string"
		}
	],
	"effectiveDateTime": "string",
	"fromStatus": "SUBMITTED",
	"offerRef": {
		"description": "string",
		"name": "string",
		"referenceId": "string"
	},
	"purchaseQuantity": 0,
	"toStatus": "SUBMITTED"
}
[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
Property Of

SubscriptionStatusChangeOffer

Feedback

Was this page helpful?