V3SubscriptionTransactionRenewalPreferenceRequest

V3SubscriptionTransactionRenewalPreferenceRequest
V3SubscriptionTransactionRenewalPreferenceRequest

Applicable to RENEWAL_PREFERENCE operation, example change in end date, price etc

JSON Example
{
    "actionDateTime": "2019-03-02T00:05:01.194Z",
    "fromPreference": "string",
    "idempotencyKey": "46ed2864-0f5e-4e46-a70a-6b3beb1891d2",
    "subscriptionId": "730eec0c-6f9f-40df-95c1-c4f1bfe3f1bd",
    "toPreference": "string"
}
string
actionDateTime
Required

The time for this action

string
fromPreference
Required

The status to transition from

Possible values are : AUTO, MANUAL, CANCEL,
string As uuid As uuid
idempotencyKey
Required

A unique key provided per request. On retry please submit same key again to prevent duplicates. Duplicate submission is not treated as error, instead current state is returned as applicable for the operation

string
subscriptionId
Required

CSP subscription Id.

string
toPreference
Required

The status to transition to

Possible values are : AUTO, MANUAL, CANCEL,